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 Sep 12, 2024
1 parent 82a61e1 commit 18b9675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 29 files
+71 −39 .github/workflows/subsystem-benchmarks.yml
+14 −4 Cargo.lock
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo/Cargo.toml
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-westend/Cargo.toml
+4 −1 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/Cargo.toml
+2 −2 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/lib.rs
+235 −0 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/tests/coretime_interface.rs
+1 −0 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-rococo/src/tests/mod.rs
+4 −1 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/Cargo.toml
+2 −2 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/lib.rs
+223 −0 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/tests/coretime_interface.rs
+1 −0 cumulus/parachains/integration-tests/emulated/tests/coretime/coretime-westend/src/tests/mod.rs
+4 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml
+140 −3 cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/mod.rs
+226 −0 cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/pallet_proxy.rs
+4 −0 cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml
+140 −3 cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/mod.rs
+226 −0 cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_proxy.rs
+4 −0 cumulus/parachains/runtimes/people/people-rococo/Cargo.toml
+120 −3 cumulus/parachains/runtimes/people/people-rococo/src/lib.rs
+1 −0 cumulus/parachains/runtimes/people/people-rococo/src/weights/mod.rs
+226 −0 cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_proxy.rs
+4 −0 cumulus/parachains/runtimes/people/people-westend/Cargo.toml
+120 −3 cumulus/parachains/runtimes/people/people-westend/src/lib.rs
+1 −0 cumulus/parachains/runtimes/people/people-westend/src/weights/mod.rs
+226 −0 cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_proxy.rs
+17 −0 prdoc/pr_5509.prdoc

0 comments on commit 18b9675

Please sign in to comment.