mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +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:
@@ -0,0 +1,18 @@
|
||||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
||||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
||||
|
||||
title: revert paritytech/polkadot#6577 & related changes
|
||||
|
||||
doc:
|
||||
- audience: Node Dev
|
||||
description: |
|
||||
Moves BEEFY related pallets behind `session_pallet` for Rococo and Westend runtimes.
|
||||
Effects that each `MmrLeaf` in the MMR generated by `mmr_pallet` for `block<N>` references the `next_auth_set` of `block<N>` and not `block<N-1>`.
|
||||
Breaking change for proofs generated by `mmr_generateProof`
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Moves BEEFY related pallets behind `session_pallet` for Rococo and Westend runtimes.
|
||||
Effects that each `MmrLeaf` in the MMR generated by `mmr_pallet` for `block<N>` references the `next_auth_set` of `block<N>` and not `block<N-1>`.
|
||||
|
||||
|
||||
crates: []
|
||||
Reference in New Issue
Block a user