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 Feb 12, 2025
1 parent d295698 commit acbf132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 32 files
+0 −4 .github/workflows/build-publish-images.yml
+20 −1 .github/workflows/zombienet-reusable-preflight.yml
+315 −0 .github/workflows/zombienet_cumulus.yml
+444 −422 Cargo.lock
+3 −3 Cargo.toml
+2 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/src/coretime.rs
+2 −0 cumulus/parachains/runtimes/coretime/coretime-westend/src/coretime.rs
+5 −5 polkadot/runtime/parachains/src/assigner_coretime/tests.rs
+10 −0 polkadot/runtime/parachains/src/coretime/benchmarking.rs
+20 −22 polkadot/runtime/parachains/src/coretime/mod.rs
+0 −1 polkadot/runtime/parachains/src/mock.rs
+14 −0 polkadot/runtime/parachains/src/on_demand/benchmarking.rs
+122 −18 polkadot/runtime/parachains/src/on_demand/mod.rs
+70 −0 polkadot/runtime/parachains/src/on_demand/tests.rs
+0 −1 polkadot/runtime/rococo/src/lib.rs
+16 −0 polkadot/runtime/rococo/src/weights/polkadot_runtime_parachains_coretime.rs
+24 −0 polkadot/runtime/rococo/src/weights/polkadot_runtime_parachains_on_demand.rs
+0 −1 polkadot/runtime/test-runtime/src/lib.rs
+0 −1 polkadot/runtime/westend/src/lib.rs
+16 −0 polkadot/runtime/westend/src/weights/polkadot_runtime_parachains_coretime.rs
+24 −0 polkadot/runtime/westend/src/weights/polkadot_runtime_parachains_on_demand.rs
+110 −23 polkadot/zombienet-sdk-tests/tests/smoke/coretime_revenue.rs
+30 −0 prdoc/pr_5990.prdoc
+2 −0 substrate/bin/node/runtime/src/lib.rs
+8 −12 substrate/frame/broker/src/benchmarking.rs
+1 −0 substrate/frame/broker/src/dispatchable_impls.rs
+10 −0 substrate/frame/broker/src/lib.rs
+2 −0 substrate/frame/broker/src/mock.rs
+20 −2 substrate/frame/broker/src/tests.rs
+1 −1 substrate/frame/support/test/tests/construct_runtime_ui/deprecated_where_block.stderr
+3 −3 substrate/frame/support/test/tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen.stderr
+3 −3 substrate/frame/support/test/tests/pallet_ui/storage_ensure_span_are_ok_on_wrong_gen_unnamed.stderr

0 comments on commit acbf132

Please sign in to comment.