-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notorize runtime upgrade differences: runtime-3400 (#3077)
* runtime diff: v0.3400.0 * trigger checks * trigger checks --------- Co-authored-by: stiiifff <[email protected]> Co-authored-by: Alan Sapede <[email protected]>
- Loading branch information
1 parent
1f84841
commit d66e526
Showing
3 changed files
with
161 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Pallets: | ||
~ MoonbeamLazyMigrations | ||
Calls: | ||
+ approve_assets_to_migrate | ||
- clear_suicided_storage | ||
+ finish_foreign_assets_migration | ||
+ migrate_foreign_asset_approvals | ||
+ migrate_foreign_asset_balances | ||
+ start_foreign_assets_migration | ||
Storage Entries: | ||
+ ApprovedForeignAssets | ||
+ ForeignAssetMigrationStatusValue | ||
- SuicidedContractsRemoved | ||
~ Multisig | ||
Calls: | ||
~ as_multi | ||
~ as_multi_threshold_1 | ||
~ OpenTechCommitteeCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Proxy | ||
Calls: | ||
~ proxy | ||
~ proxy_announced | ||
~ Scheduler | ||
Calls: | ||
~ schedule | ||
~ schedule_after | ||
~ schedule_named | ||
~ schedule_named_after | ||
~ Sudo | ||
Calls: | ||
~ sudo | ||
~ sudo_as | ||
~ sudo_unchecked_weight | ||
~ TreasuryCouncilCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Utility | ||
Calls: | ||
~ as_derivative | ||
~ batch | ||
~ batch_all | ||
~ dispatch_as | ||
~ force_batch | ||
~ with_weight | ||
~ Whitelist | ||
Calls: | ||
~ dispatch_whitelisted_call_with_preimage | ||
Runtime APIs: | ||
~ DryRunApi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Pallets: | ||
~ MoonbeamLazyMigrations | ||
Calls: | ||
+ approve_assets_to_migrate | ||
- clear_suicided_storage | ||
+ finish_foreign_assets_migration | ||
+ migrate_foreign_asset_approvals | ||
+ migrate_foreign_asset_balances | ||
+ start_foreign_assets_migration | ||
Storage Entries: | ||
+ ApprovedForeignAssets | ||
+ ForeignAssetMigrationStatusValue | ||
- SuicidedContractsRemoved | ||
~ Multisig | ||
Calls: | ||
~ as_multi | ||
~ as_multi_threshold_1 | ||
~ OpenTechCommitteeCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Proxy | ||
Calls: | ||
~ proxy | ||
~ proxy_announced | ||
~ Scheduler | ||
Calls: | ||
~ schedule | ||
~ schedule_after | ||
~ schedule_named | ||
~ schedule_named_after | ||
~ TreasuryCouncilCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Utility | ||
Calls: | ||
~ as_derivative | ||
~ batch | ||
~ batch_all | ||
~ dispatch_as | ||
~ force_batch | ||
~ with_weight | ||
~ Whitelist | ||
Calls: | ||
~ dispatch_whitelisted_call_with_preimage | ||
Runtime APIs: | ||
~ DryRunApi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Pallets: | ||
~ MoonbeamLazyMigrations | ||
Calls: | ||
+ approve_assets_to_migrate | ||
- clear_suicided_storage | ||
+ finish_foreign_assets_migration | ||
+ migrate_foreign_asset_approvals | ||
+ migrate_foreign_asset_balances | ||
+ start_foreign_assets_migration | ||
Storage Entries: | ||
+ ApprovedForeignAssets | ||
+ ForeignAssetMigrationStatusValue | ||
- SuicidedContractsRemoved | ||
~ Multisig | ||
Calls: | ||
~ as_multi | ||
~ as_multi_threshold_1 | ||
~ OpenTechCommitteeCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Proxy | ||
Calls: | ||
~ proxy | ||
~ proxy_announced | ||
~ Scheduler | ||
Calls: | ||
~ schedule | ||
~ schedule_after | ||
~ schedule_named | ||
~ schedule_named_after | ||
~ TreasuryCouncilCollective | ||
Calls: | ||
~ execute | ||
~ propose | ||
Storage Entries: | ||
~ ProposalOf (Changed: ) | ||
~ Utility | ||
Calls: | ||
~ as_derivative | ||
~ batch | ||
~ batch_all | ||
~ dispatch_as | ||
~ force_batch | ||
~ with_weight | ||
~ Whitelist | ||
Calls: | ||
~ dispatch_whitelisted_call_with_preimage | ||
Runtime APIs: | ||
~ DryRunApi |