Commit e4d15e0
Update runtimes to latest (#230)
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>1 parent f3d0419 commit e4d15e0
1 file changed
+1
-1
lines changed- .github/workflows/integration-tests-matrix.json+8
- .github/workflows/runtimes-matrix.json+2-6
- .github/workflows/test.yml+2-2
- CHANGELOG.md+18-2
- Cargo.lock+32-2
- Cargo.toml+7-6
- integration-tests/ahm/src/account_whale_watching.rs+15-13
- pallets/ah-migrator/src/account.rs+2
- pallets/ah-migrator/src/multisig.rs-3
- pallets/ah-migrator/src/preimage.rs+2-2
- pallets/ah-migrator/src/treasury.rs+62-4
- pallets/rc-migrator/src/benchmarking.rs+2-1
- pallets/rc-migrator/src/lib.rs+76-36
- pallets/rc-migrator/src/treasury.rs+21-2
- relay/kusama/src/lib.rs+18-366
- relay/polkadot/src/lib.rs+408-10
- relay/polkadot/src/weights/pallet_ah_migrator.rs+157-154
- system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs+10-1
- system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml+2
- system-parachains/asset-hubs/asset-hub-polkadot/src/ah_migration/mod.rs+30
- system-parachains/asset-hubs/asset-hub-polkadot/src/ah_migration/xcm_mapping.rs+269
- system-parachains/asset-hubs/asset-hub-polkadot/src/genesis_config_presets.rs+1-1
- system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs+16-2
- system-parachains/asset-hubs/asset-hub-polkadot/src/staking/mod.rs+4-1
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block.rs+39-39
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_signed.rs+21-23
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_unsigned.rs+8-10
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_election_provider_multi_block_verifier.rs+26-28
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_staking_async.rs+114-112
- system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs+5-5
- system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs+10-1
- system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml+4
- system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs+22-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+10-1
0 commit comments