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 4, 2024
1 parent f07da57 commit fab1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 33 files
+2 −1 .github/scripts/common/lib.sh
+1 −15 .github/workflows/check-cargo-check-runtimes.yml
+38 −12 .github/workflows/release-50_publish-docker.yml
+2 −11 .gitlab/pipeline/build.yml
+0 −72 Cargo.lock
+0 −4 Cargo.toml
+12 −10 bridges/snowbridge/primitives/router/src/outbound/mod.rs
+110 −6 bridges/snowbridge/primitives/router/src/outbound/tests.rs
+0 −759 bridges/testing/framework/utils/generate_hex_encoded_call/package-lock.json
+2 −2 bridges/testing/framework/utils/generate_hex_encoded_call/package.json
+0 −1 cumulus/parachains/chain-specs/shell-head-data
+0 −38 cumulus/parachains/chain-specs/shell.json
+0 −79 cumulus/parachains/runtimes/starters/seedling/Cargo.toml
+0 −26 cumulus/parachains/runtimes/starters/seedling/build.rs
+0 −400 cumulus/parachains/runtimes/starters/seedling/src/lib.rs
+0 −99 cumulus/parachains/runtimes/starters/shell/Cargo.toml
+0 −27 cumulus/parachains/runtimes/starters/shell/build.rs
+0 −453 cumulus/parachains/runtimes/starters/shell/src/lib.rs
+0 −100 cumulus/parachains/runtimes/starters/shell/src/xcm_config.rs
+0 −3 cumulus/polkadot-parachain/Cargo.toml
+1 −2 cumulus/polkadot-parachain/polkadot-parachain-lib/src/command.rs
+0 −21 cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/rpc.rs
+0 −2 cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/runtime.rs
+0 −1 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/mod.rs
+0 −152 cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/shell.rs
+1 −23 cumulus/polkadot-parachain/src/chain_spec/mod.rs
+0 −55 cumulus/polkadot-parachain/src/chain_spec/seedling.rs
+0 −45 cumulus/polkadot-parachain/src/chain_spec/shell.rs
+52 −0 docker/dockerfiles/polkadot/polkadot_injected.Dockerfile
+1 −1 docker/scripts/build-injected.sh
+1 −0 docker/scripts/polkadot/build-injected.sh
+19 −0 prdoc/pr_5789.prdoc
+16 −0 prdoc/pr_5911.prdoc

0 comments on commit fab1987

Please sign in to comment.