Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notorize runtime upgrade differences: runtime-3300 #3004

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions runtime-diffs/moonbase/3300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
Pallets:
~ Assets
Storage Entries:
+ NextAssetId
~ Balances
Calls:
+ burn
- DmpQueue
~ MessageQueue
~ MoonbeamLazyMigrations
Storage Entries:
+ StateMigrationStatusValue
~ Multisig
Calls:
~ as_multi
~ as_multi_threshold_1
~ OpenTechCommitteeCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ ParachainStaking
Calls:
+ set_inflation_distribution_config
Storage Entries:
+ InflationDistributionInfo
- ParachainBondInfo
~ Parameters
Calls:
~ set_parameter
Storage Entries:
~ Parameters (Changed: key type, value type)
~ PolkadotXcm
Storage Entries:
+ RecordedXcm
+ ShouldRecordXcm
~ Preimage
~ Proxy
Calls:
~ proxy
~ proxy_announced
~ Scheduler
Calls:
~ schedule
~ schedule_after
~ schedule_named
~ schedule_named_after
~ Sudo
Calls:
~ sudo
~ sudo_as
~ sudo_unchecked_weight
~ System
Storage Entries:
~ Events (Changed: )
~ Treasury
Calls:
- approve_proposal
- propose_spend
- reject_proposal
Constants:
- ProposalBond
- ProposalBondMaximum
- ProposalBondMinimum
~ TreasuryCouncilCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ Utility
Calls:
~ as_derivative
~ batch
~ batch_all
~ dispatch_as
~ force_batch
~ with_weight
~ Whitelist
Calls:
~ dispatch_whitelisted_call_with_preimage
- XTokens
~ XcmpQueue
Constants:
+ MaxActiveOutboundChannels
+ MaxPageSize
Storage Entries:
~ OutboundXcmpMessages (Changed: value type)
~ OutboundXcmpStatus (Changed: value type)
~ SignalMessages (Changed: value type)
Runtime APIs:
+ DryRunApi
+ LocationToAccountApi
85 changes: 85 additions & 0 deletions runtime-diffs/moonbeam/3300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
Pallets:
~ Assets
Storage Entries:
+ NextAssetId
~ Balances
Calls:
+ burn
- DmpQueue
~ MessageQueue
~ MoonbeamLazyMigrations
Storage Entries:
+ StateMigrationStatusValue
~ Multisig
Calls:
~ as_multi
~ as_multi_threshold_1
~ OpenTechCommitteeCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ ParachainStaking
Calls:
+ set_inflation_distribution_config
Storage Entries:
+ InflationDistributionInfo
- ParachainBondInfo
+ Parameters
~ PolkadotXcm
Storage Entries:
+ RecordedXcm
+ ShouldRecordXcm
~ Preimage
~ Proxy
Calls:
~ proxy
~ proxy_announced
~ Scheduler
Calls:
~ schedule
~ schedule_after
~ schedule_named
~ schedule_named_after
~ System
Storage Entries:
~ Events (Changed: )
~ Treasury
Calls:
- approve_proposal
- propose_spend
- reject_proposal
Constants:
- ProposalBond
- ProposalBondMaximum
- ProposalBondMinimum
~ TreasuryCouncilCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ Utility
Calls:
~ as_derivative
~ batch
~ batch_all
~ dispatch_as
~ force_batch
~ with_weight
~ Whitelist
Calls:
~ dispatch_whitelisted_call_with_preimage
- XTokens
~ XcmpQueue
Constants:
+ MaxActiveOutboundChannels
+ MaxPageSize
Storage Entries:
~ OutboundXcmpMessages (Changed: value type)
~ OutboundXcmpStatus (Changed: value type)
~ SignalMessages (Changed: value type)
Runtime APIs:
+ DryRunApi
+ LocationToAccountApi
85 changes: 85 additions & 0 deletions runtime-diffs/moonriver/3300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
Pallets:
~ Assets
Storage Entries:
+ NextAssetId
~ Balances
Calls:
+ burn
- DmpQueue
~ MessageQueue
~ MoonbeamLazyMigrations
Storage Entries:
+ StateMigrationStatusValue
~ Multisig
Calls:
~ as_multi
~ as_multi_threshold_1
~ OpenTechCommitteeCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ ParachainStaking
Calls:
+ set_inflation_distribution_config
Storage Entries:
+ InflationDistributionInfo
- ParachainBondInfo
+ Parameters
~ PolkadotXcm
Storage Entries:
+ RecordedXcm
+ ShouldRecordXcm
~ Preimage
~ Proxy
Calls:
~ proxy
~ proxy_announced
~ Scheduler
Calls:
~ schedule
~ schedule_after
~ schedule_named
~ schedule_named_after
~ System
Storage Entries:
~ Events (Changed: )
~ Treasury
Calls:
- approve_proposal
- propose_spend
- reject_proposal
Constants:
- ProposalBond
- ProposalBondMaximum
- ProposalBondMinimum
~ TreasuryCouncilCollective
Calls:
~ execute
~ propose
Storage Entries:
~ ProposalOf (Changed: value type)
~ Utility
Calls:
~ as_derivative
~ batch
~ batch_all
~ dispatch_as
~ force_batch
~ with_weight
~ Whitelist
Calls:
~ dispatch_whitelisted_call_with_preimage
- XTokens
~ XcmpQueue
Constants:
+ MaxActiveOutboundChannels
+ MaxPageSize
Storage Entries:
~ OutboundXcmpMessages (Changed: value type)
~ OutboundXcmpStatus (Changed: value type)
~ SignalMessages (Changed: value type)
Runtime APIs:
+ DryRunApi
+ LocationToAccountApi
Loading