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 Jan 24, 2025
1 parent 6e7a6f3 commit fa313f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 25 files
+1 −1 .github/workflows/cmd.yml
+12 −1 .github/workflows/misc-sync-templates.yml
+7 −6 Cargo.lock
+1 −2 cumulus/parachains/integration-tests/emulated/common/src/macros.rs
+0 −3 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/src/tests/asset_transfers.rs
+0 −43 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/src/tests/mod.rs
+0 −3 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/src/tests/send_xcm.rs
+0 −3 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/src/tests/asset_transfers.rs
+0 −43 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/src/tests/mod.rs
+0 −3 cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/src/tests/send_xcm.rs
+3 −0 cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml
+119 −3 cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs
+102 −133 cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_xcm.rs
+61 −67 cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
+133 −129 cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
+8 −0 prdoc/pr_7322.prdoc
+11 −0 prdoc/pr_7325.prdoc
+11 −17 substrate/frame/revive/rpc/Cargo.toml
+1 −1 substrate/frame/revive/rpc/examples/README.md
+4 −2 substrate/frame/revive/rpc/src/cli.rs
+5 −6 substrate/frame/revive/rpc/src/client.rs
+1 −1 substrate/frame/revive/rpc/src/eth-indexer.rs
+157 −0 substrate/frame/revive/rpc/src/eth-rpc-tester.rs
+0 −2 substrate/frame/revive/rpc/src/example.rs
+2 −2 substrate/frame/revive/rpc/src/lib.rs

0 comments on commit fa313f2

Please sign in to comment.