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 Nov 27, 2023
1 parent 202fa83 commit a0f875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 20 files
+0 −5 .gitlab-ci.yml
+2 −0 Cargo.lock
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo/src/lib.rs
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/src/lib.rs
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/src/lib.rs
+1 −1 cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/src/lib.rs
+1 −0 cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/Cargo.toml
+4 −2 cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/src/lib.rs
+6 −6 cumulus/parachains/integration-tests/emulated/common/src/impls.rs
+23 −20 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/tests/reserve_transfer.rs
+0 −6 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/tests/swap.rs
+1 −0 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml
+18 −14 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/lib.rs
+301 −36 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/reserve_transfer.rs
+6 −6 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/send.rs
+12 −12 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/swap.rs
+24 −21 cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/teleport.rs
+1 −1 substrate/frame/staking/src/benchmarking.rs
+9 −4 substrate/frame/staking/src/pallet/mod.rs
+193 −189 substrate/frame/staking/src/weights.rs

0 comments on commit a0f875f

Please sign in to comment.