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 2, 2024
1 parent 33af428 commit 35a0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 38 files
+1 −1 .gitlab/pipeline/publish.yml
+23 −23 Cargo.lock
+111 −0 cumulus/parachains/runtimes/assets/asset-hub-rococo/tests/tests.rs
+3 −4 cumulus/parachains/runtimes/assets/asset-hub-westend/src/xcm_config.rs
+111 −0 cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs
+8 −5 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs
+134 −23 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs
+8 −5 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs
+111 −0 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/tests/tests.rs
+9 −7 cumulus/parachains/runtimes/collectives/collectives-westend/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/collectives/collectives-westend/tests/tests.rs
+1 −1 cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs
+9 −6 cumulus/parachains/runtimes/contracts/contracts-rococo/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/contracts/contracts-rococo/tests/tests.rs
+8 −5 cumulus/parachains/runtimes/coretime/coretime-rococo/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/tests/tests.rs
+8 −5 cumulus/parachains/runtimes/coretime/coretime-westend/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/coretime/coretime-westend/tests/tests.rs
+9 −6 cumulus/parachains/runtimes/people/people-rococo/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/people/people-rococo/tests/tests.rs
+9 −6 cumulus/parachains/runtimes/people/people-westend/src/xcm_config.rs
+134 −0 cumulus/parachains/runtimes/people/people-westend/tests/tests.rs
+9 −7 cumulus/parachains/runtimes/testing/penpal/src/xcm_config.rs
+2 −0 cumulus/polkadot-parachain/polkadot-parachain-lib/Cargo.toml
+8 −0 cumulus/polkadot-parachain/polkadot-parachain-lib/src/cli.rs
+32 −41 cumulus/polkadot-parachain/polkadot-parachain-lib/src/command.rs
+2 −2 cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/command.rs
+3 −3 cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/mod.rs
+152 −143 cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/spec.rs
+1 −1 cumulus/polkadot-parachain/polkadot-parachain-lib/src/lib.rs
+19 −118 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/aura.rs
+233 −0 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/manual_seal.rs
+58 −0 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/mod.rs
+152 −0 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/shell.rs
+2 −2 docs/sdk/src/guides/enable_elastic_scaling_mvp.rs
+77 −1 polkadot/runtime/rococo/src/tests.rs
+77 −2 polkadot/runtime/westend/src/tests.rs
+42 −0 prdoc/pr_5765.prdoc

0 comments on commit 35a0e39

Please sign in to comment.