Skip to content

Commit

Permalink
Notorize runtime upgrade differences: runtime-3300 (#3004)
Browse files Browse the repository at this point in the history
* runtime diff: v0.3300.0

* trigger checks

---------

Co-authored-by: pLabarta <10605905+pLabarta@users.noreply.github.com>
Co-authored-by: Pablo Labarta <pablitolabarta@gmail.com>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent daec7fe commit ae2b41b
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 0 deletions.
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

0 comments on commit ae2b41b

Please sign in to comment.