Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtimes
Submodule runtimes updated 40 files
+8 −0 .github/workflows/integration-tests-matrix.json
+2 −6 .github/workflows/runtimes-matrix.json
+2 −2 .github/workflows/test.yml
+18 −2 CHANGELOG.md
+32 −2 Cargo.lock
+7 −6 Cargo.toml
+15 −13 integration-tests/ahm/src/account_whale_watching.rs
+2 −0 pallets/ah-migrator/src/account.rs
+0 −3 pallets/ah-migrator/src/multisig.rs
+2 −2 pallets/ah-migrator/src/preimage.rs
+62 −4 pallets/ah-migrator/src/treasury.rs
+2 −1 pallets/rc-migrator/src/benchmarking.rs
+76 −36 pallets/rc-migrator/src/lib.rs
+21 −2 pallets/rc-migrator/src/treasury.rs
+18 −366 relay/kusama/src/lib.rs
+408 −10 relay/polkadot/src/lib.rs
+157 −154 relay/polkadot/src/weights/pallet_ah_migrator.rs
+10 −1 system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs
+2 −0 system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml
+30 −0 system-parachains/asset-hubs/asset-hub-polkadot/src/ah_migration/mod.rs
+269 −0 system-parachains/asset-hubs/asset-hub-polkadot/src/ah_migration/xcm_mapping.rs
+1 −1 system-parachains/asset-hubs/asset-hub-polkadot/src/genesis_config_presets.rs
+16 −2 system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs
+4 −1 system-parachains/asset-hubs/asset-hub-polkadot/src/staking/mod.rs
+39 −39 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block.rs
+21 −23 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_signed.rs
+8 −10 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_unsigned.rs
+26 −28 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_verifier.rs
+114 −112 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_staking_async.rs
+5 −5 system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs
+10 −1 system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs
+4 −0 system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml
+22 −1 system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs
+10 −1 system-parachains/collectives/collectives-polkadot/src/lib.rs
+10 −1 system-parachains/coretime/coretime-kusama/src/lib.rs
+10 −1 system-parachains/coretime/coretime-polkadot/src/lib.rs
+10 −1 system-parachains/encointer/src/lib.rs
+10 −1 system-parachains/gluttons/glutton-kusama/src/lib.rs
+10 −1 system-parachains/people/people-kusama/src/lib.rs
+10 −1 system-parachains/people/people-polkadot/src/lib.rs