mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +00:00
revert paritytech/polkadot#6577 & related changes (#3108)
Moves `pallet_mmr` back behind `pallet_session` to address polkadot-fellows/runtimes#160. Opening draft for CI - should be merged or closed depending on outcome of w3f/polkadot-spec#718. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
@@ -1413,13 +1413,6 @@ construct_runtime! {
|
||||
Offences: pallet_offences = 7,
|
||||
Historical: session_historical = 27,
|
||||
|
||||
// BEEFY Bridges support.
|
||||
Beefy: pallet_beefy = 200,
|
||||
// MMR leaf construction must be before session in order to have leaf contents refer to
|
||||
// block<N-1> consistently. see substrate issue #11797 for details.
|
||||
Mmr: pallet_mmr = 201,
|
||||
BeefyMmrLeaf: pallet_beefy_mmr = 202,
|
||||
|
||||
Session: pallet_session = 8,
|
||||
Grandpa: pallet_grandpa = 10,
|
||||
AuthorityDiscovery: pallet_authority_discovery = 12,
|
||||
@@ -1509,6 +1502,13 @@ construct_runtime! {
|
||||
// Root testing pallet.
|
||||
RootTesting: pallet_root_testing = 102,
|
||||
|
||||
// BEEFY Bridges support.
|
||||
Beefy: pallet_beefy = 200,
|
||||
// MMR leaf construction must be after session in order to have a leaf's next_auth_set
|
||||
// refer to block<N>. See issue polkadot-fellows/runtimes#160 for details.
|
||||
Mmr: pallet_mmr = 201,
|
||||
BeefyMmrLeaf: pallet_beefy_mmr = 202,
|
||||
|
||||
// Pallet for migrating Identity to a parachain. To be removed post-migration.
|
||||
IdentityMigrator: identity_migrator = 248,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user