Add mmr_root() to pallet-mmr API to expose root from state (companion for substrate#11183) (#5276)
* Add mmr_root() to pallet-mmr API to expose root from state * use the right MmrApi primitives * bridges: use correct mmr primitives * rococo: beefy-mmr deposit mmr root digest * fix lockfile * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
parent
ff18cabb
Showing
- polkadot/Cargo.lock 205 additions, 189 deletionspolkadot/Cargo.lock
- polkadot/bridges/bin/millau/runtime/Cargo.toml 2 additions, 1 deletionpolkadot/bridges/bin/millau/runtime/Cargo.toml
- polkadot/bridges/bin/millau/runtime/src/lib.rs 2 additions, 2 deletionspolkadot/bridges/bin/millau/runtime/src/lib.rs
- polkadot/bridges/bin/rialto/node/Cargo.toml 1 addition, 1 deletionpolkadot/bridges/bin/rialto/node/Cargo.toml
- polkadot/bridges/bin/rialto/runtime/Cargo.toml 2 additions, 2 deletionspolkadot/bridges/bin/rialto/runtime/Cargo.toml
- polkadot/bridges/bin/rialto/runtime/src/lib.rs 2 additions, 2 deletionspolkadot/bridges/bin/rialto/runtime/src/lib.rs
- polkadot/node/client/Cargo.toml 1 addition, 2 deletionspolkadot/node/client/Cargo.toml
- polkadot/node/client/src/lib.rs 2 additions, 2 deletionspolkadot/node/client/src/lib.rs
- polkadot/node/service/Cargo.toml 0 additions, 1 deletionpolkadot/node/service/Cargo.toml
- polkadot/node/service/src/lib.rs 2 additions, 1 deletionpolkadot/node/service/src/lib.rs
- polkadot/runtime/kusama/Cargo.toml 2 additions, 2 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 7 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 2 additions, 2 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 6 additions, 1 deletionpolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/Cargo.toml 2 additions, 2 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/src/lib.rs 7 additions, 3 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/test-runtime/Cargo.toml
- polkadot/runtime/test-runtime/src/lib.rs 7 additions, 1 deletionpolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/Cargo.toml 2 additions, 2 deletionspolkadot/runtime/westend/Cargo.toml
- polkadot/runtime/westend/src/lib.rs 7 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment