Skip to content

Commit

Permalink
Auto updated substrate references
Browse files Browse the repository at this point in the history
  • Loading branch information
Crust Update Bot committed Aug 15, 2024
1 parent 705be5c commit 26a0677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 38 files
+3 −0 .github/workflows/check-runtime-migration.yml
+12 −0 .github/workflows/command-prdoc.yml
+414 −512 Cargo.lock
+41 −41 polkadot/runtime/rococo/src/lib.rs
+1 −0 polkadot/runtime/rococo/src/weights/mod.rs
+89 −0 polkadot/runtime/rococo/src/weights/pallet_beefy_mmr.rs
+19 −48 polkadot/runtime/westend/src/lib.rs
+137 −0 polkadot/runtime/westend/src/tests.rs
+1 −0 polkadot/runtime/westend/src/weights/mod.rs
+89 −0 polkadot/runtime/westend/src/weights/pallet_beefy_mmr.rs
+25 −0 prdoc/pr_4822.prdoc
+32 −0 prdoc/pr_5188.prdoc
+3 −0 prdoc/pr_5360.prdoc
+10 −0 substrate/bin/node/runtime/src/lib.rs
+1 −4 substrate/client/service/src/builder.rs
+3 −0 substrate/frame/beefy-mmr/Cargo.toml
+129 −0 substrate/frame/beefy-mmr/src/benchmarking.rs
+38 −5 substrate/frame/beefy-mmr/src/lib.rs
+8 −1 substrate/frame/beefy-mmr/src/mock.rs
+3 −18 substrate/frame/beefy-mmr/src/tests.rs
+134 −0 substrate/frame/beefy-mmr/src/weights.rs
+0 −5 substrate/frame/beefy/src/default_weights.rs
+63 −25 substrate/frame/beefy/src/lib.rs
+13 −2 substrate/frame/beefy/src/mock.rs
+7 −3 substrate/frame/beefy/src/tests.rs
+1 −1 substrate/frame/delegated-staking/src/impls.rs
+44 −68 substrate/frame/delegated-staking/src/lib.rs
+165 −21 substrate/frame/delegated-staking/src/tests.rs
+31 −7 substrate/frame/delegated-staking/src/types.rs
+13 −0 substrate/frame/merkle-mountain-range/src/lib.rs
+45 −1 substrate/frame/merkle-mountain-range/src/mmr/mmr.rs
+23 −6 substrate/frame/merkle-mountain-range/src/mmr/storage.rs
+6 −0 substrate/frame/nomination-pools/runtime-api/src/lib.rs
+106 −6 substrate/frame/nomination-pools/src/lib.rs
+201 −20 substrate/frame/nomination-pools/test-delegate-stake/src/lib.rs
+2 −0 substrate/primitives/consensus/beefy/Cargo.toml
+10 −0 substrate/primitives/consensus/beefy/src/lib.rs
+8 −3 substrate/primitives/merkle-mountain-range/src/utils.rs

0 comments on commit 26a0677

Please sign in to comment.