Commit 8036f27
Crust Update Bot
Auto updated substrate references
1 parent bc3775c commit 8036f27
1 file changed
+1
-1
lines changedSubmodule polkadot-sdk updated 78 files
- .github/workflows/release-build-binary.yml+4-3
- Cargo.lock+575-94
- Cargo.toml+2-1
- bridges/snowbridge/runtime/test-common/Cargo.toml+1
- cumulus/pallets/collator-selection/Cargo.toml+1
- cumulus/pallets/collator-selection/src/benchmarking.rs+5-1
- cumulus/pallets/session-benchmarking/Cargo.toml+1
- cumulus/pallets/session-benchmarking/src/inner.rs+2
- cumulus/parachains/integration-tests/emulated/common/src/xcm_helpers.rs+22-7
- cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/src/tests/asset_transfers.rs+14-12
- cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml+1
- cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml+1
- cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs+13-12
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml+1
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml+1
- cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml+1
- cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml+1
- cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml+1
- cumulus/parachains/runtimes/people/people-rococo/Cargo.toml+1
- cumulus/parachains/runtimes/people/people-westend/Cargo.toml+1
- cumulus/parachains/runtimes/testing/penpal/Cargo.toml+1
- polkadot/runtime/common/Cargo.toml+1
- polkadot/runtime/parachains/Cargo.toml+1
- polkadot/runtime/parachains/src/disputes/slashing/benchmarking.rs+1
- polkadot/runtime/rococo/Cargo.toml+1
- polkadot/runtime/test-runtime/Cargo.toml+1
- polkadot/runtime/westend/Cargo.toml+1
- polkadot/runtime/westend/src/lib.rs+2-1
- polkadot/runtime/westend/src/weights/pallet_session.rs+18-18
- polkadot/runtime/westend/src/weights/polkadot_runtime_parachains_disputes_slashing.rs+22-16
- polkadot/xcm/xcm-simulator/src/lib.rs+135-7
- prdoc/pr_9316.prdoc+9
- prdoc/pr_9501.prdoc+13
- prdoc/pr_9504.prdoc+62
- substrate/frame/babe/Cargo.toml+1
- substrate/frame/beefy-mmr/Cargo.toml+1
- substrate/frame/grandpa/Cargo.toml+1
- substrate/frame/im-online/Cargo.toml+1
- substrate/frame/offences/benchmarking/Cargo.toml+1
- substrate/frame/offences/benchmarking/src/inner.rs+1
- substrate/frame/revive/Cargo.toml+2
- substrate/frame/revive/fixtures/Cargo.toml+11-1
- substrate/frame/revive/fixtures/build.rs+226-24
- substrate/frame/revive/fixtures/contracts/dummy.polkavm
- substrate/frame/revive/fixtures/contracts/dummy.sol-14
- substrate/frame/revive/fixtures/contracts/fake_erc20.sol-54
- substrate/frame/revive/fixtures/erc20/erc20.polkavm
- substrate/frame/revive/fixtures/erc20/erc20.sol
- substrate/frame/revive/fixtures/erc20/expensive_erc20.polkavm
- substrate/frame/revive/fixtures/erc20/expensive_erc20.sol
- substrate/frame/revive/fixtures/erc20/fake_erc20.polkavm
- substrate/frame/revive/fixtures/src/lib.rs+34-3
- substrate/frame/revive/src/benchmarking.rs+33-23
- substrate/frame/revive/src/call_builder.rs+1-1
- substrate/frame/revive/src/exec.rs+29-8
- substrate/frame/revive/src/exec/mock_ext.rs+259
- substrate/frame/revive/src/exec/tests.rs+4
- substrate/frame/revive/src/impl_fungibles.rs+6-5
- substrate/frame/revive/src/lib.rs+26-20
- substrate/frame/revive/src/tests.rs+11-4.9k
- substrate/frame/revive/src/tests/pvm.rs+4.9k
- substrate/frame/revive/src/vm/mod.rs+12-150
- substrate/frame/revive/src/vm/pvm.rs+960
- substrate/frame/revive/src/vm/pvm/env.rs+1.0k
- substrate/frame/revive/src/vm/runtime.rs-2.1k
- substrate/frame/revive/src/vm/runtime_costs.rs+315
- substrate/frame/root-offences/Cargo.toml+1
- substrate/frame/session/Cargo.toml+8
- substrate/frame/session/benchmarking/Cargo.toml+1
- substrate/frame/session/benchmarking/src/inner.rs+6-1
- substrate/frame/session/benchmarking/src/mock.rs+3-1
- substrate/frame/session/src/lib.rs+21-2
- substrate/frame/staking-async/ah-client/Cargo.toml+1
- substrate/frame/staking-async/runtimes/parachain/Cargo.toml+1
- substrate/frame/staking-async/runtimes/rc/Cargo.toml+1
- substrate/frame/staking/Cargo.toml+1
- substrate/primitives/runtime/Cargo.toml+1
- umbrella/Cargo.toml+1
0 commit comments