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 5, 2024
1 parent 79ae1c2 commit 16c29e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 37 files
+2 −2 .github/workflows/cmd.yml
+1 −1 .github/workflows/docs.yml
+1 −1 .gitlab/pipeline/zombienet.yml
+4 −0 Cargo.lock
+49 −3 bridges/relays/lib-substrate-relay/src/messages/source.rs
+92 −5 bridges/relays/lib-substrate-relay/src/messages/target.rs
+8 −4 polkadot/xcm/xcm-builder/src/barriers.rs
+50 −0 polkadot/xcm/xcm-builder/src/tests/barriers.rs
+37 −0 prdoc/pr_5861.prdoc
+14 −0 prdoc/pr_5917.prdoc
+43 −0 substrate/frame/revive/fixtures/contracts/immutable_data.rs
+47 −0 substrate/frame/revive/src/benchmarking/mod.rs
+273 −2 substrate/frame/revive/src/exec.rs
+19 −0 substrate/frame/revive/src/lib.rs
+6 −0 substrate/frame/revive/src/limits.rs
+35 −2 substrate/frame/revive/src/storage.rs
+6 −0 substrate/frame/revive/src/storage/meter.rs
+1 −0 substrate/frame/revive/src/test_utils.rs
+46 −4 substrate/frame/revive/src/tests.rs
+39 −1 substrate/frame/revive/src/wasm/runtime.rs
+443 −383 substrate/frame/revive/src/weights.rs
+24 −0 substrate/frame/revive/uapi/src/host.rs
+12 −0 substrate/frame/revive/uapi/src/host/riscv32.rs
+3 −19 templates/minimal/node/src/chain_spec.rs
+1 −1 templates/minimal/node/src/command.rs
+2 −0 templates/minimal/runtime/Cargo.toml
+51 −3 templates/minimal/runtime/src/lib.rs
+2 −2 templates/parachain/node/src/chain_spec.rs
+3 −3 templates/parachain/node/src/command.rs
+1 −1 templates/parachain/runtime/Cargo.toml
+2 −3 templates/solochain/node/Cargo.toml
+5 −93 templates/solochain/node/src/chain_spec.rs
+2 −2 templates/solochain/node/src/command.rs
+4 −0 templates/solochain/runtime/Cargo.toml
+3 −3 templates/solochain/runtime/src/apis.rs
+112 −0 templates/solochain/runtime/src/genesis_config_presets.rs
+2 −0 templates/solochain/runtime/src/lib.rs

0 comments on commit 16c29e1

Please sign in to comment.