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 Oct 7, 2024
1 parent 0ca6a81 commit c76cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 65 files
+24 −24 .github/workflows/build-publish-images.yml
+9 −9 .github/workflows/check-getting-started.yml
+10 −5 .github/workflows/check-runtime-migration.yml
+1 −0 .github/workflows/command-backport.yml
+0 −1 .github/workflows/tests-misc.yml
+4 −3 cumulus/client/consensus/aura/src/collators/lookahead.rs
+2 −0 cumulus/pallets/parachain-system/Cargo.toml
+49 −4 cumulus/pallets/parachain-system/src/lib.rs
+1 −0 cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/people/people-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/people/people-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/testing/penpal/src/lib.rs
+1 −0 cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs
+1 −1 cumulus/primitives/core/src/lib.rs
+1 −0 cumulus/test/runtime/src/lib.rs
+1 −1 docker/dockerfiles/bridges_zombienet_tests_injected.Dockerfile
+1 −1 docs/contributor/weight-generation.md
+189 −42 polkadot/primitives/src/vstaging/mod.rs
+1 −1 polkadot/roadmap/implementers-guide/src/node/utility/candidate-validation.md
+1 −1 polkadot/roadmap/implementers-guide/src/runtime/inclusion.md
+96 −36 polkadot/runtime/parachains/src/builder.rs
+37 −3 polkadot/runtime/parachains/src/inclusion/mod.rs
+49 −6 polkadot/runtime/parachains/src/inclusion/tests.rs
+194 −116 polkadot/runtime/parachains/src/paras_inherent/mod.rs
+601 −63 polkadot/runtime/parachains/src/paras_inherent/tests.rs
+16 −2 polkadot/runtime/parachains/src/runtime_api_impl/v11.rs
+34 −12 polkadot/runtime/parachains/src/shared.rs
+196 −0 polkadot/runtime/parachains/src/shared/migration.rs
+58 −9 polkadot/runtime/parachains/src/shared/tests.rs
+47 −8 polkadot/runtime/parachains/src/ump_tests.rs
+3 −0 polkadot/runtime/rococo/src/lib.rs
+1 −0 polkadot/runtime/test-runtime/src/lib.rs
+2 −0 polkadot/runtime/westend/src/lib.rs
+1 −0 polkadot/xcm/xcm-builder/src/tests/pay/mock.rs
+20 −0 prdoc/pr_5423.prdoc
+89 −0 prdoc/pr_5623.prdoc
+17 −0 prdoc/pr_5856.prdoc
+16 −0 prdoc/pr_5888.prdoc
+1 −0 substrate/bin/node/runtime/src/lib.rs
+133 −18 substrate/client/rpc-spec-v2/src/chain_head/chain_head_follow.rs
+68 −0 substrate/client/rpc-spec-v2/src/chain_head/tests.rs
+1 −0 substrate/frame/assets-freezer/src/mock.rs
+8 −0 substrate/frame/balances/src/impl_fungible.rs
+9 −0 substrate/frame/balances/src/lib.rs
+14 −0 substrate/frame/broker/src/test_fungibles.rs
+1 −0 substrate/frame/contracts/mock-network/src/parachain.rs
+1 −0 substrate/frame/contracts/mock-network/src/relay_chain.rs
+2 −0 substrate/frame/nis/src/mock.rs
+1 −0 substrate/frame/revive/mock-network/src/parachain.rs
+1 −0 substrate/frame/revive/mock-network/src/relay_chain.rs
+16 −2 substrate/frame/support/src/traits/tokens/fungible/hold.rs
+17 −0 substrate/frame/support/src/traits/tokens/fungible/item_of.rs
+27 −2 substrate/frame/support/src/traits/tokens/fungible/union_of.rs
+17 −7 substrate/frame/support/src/traits/tokens/fungibles/hold.rs
+29 −2 substrate/frame/support/src/traits/tokens/fungibles/union_of.rs
+1 −0 substrate/test-utils/runtime/src/lib.rs
+1 −0 templates/parachain/runtime/src/configs/mod.rs
+1 −0 templates/solochain/runtime/src/configs/mod.rs

0 comments on commit c76cdb6

Please sign in to comment.