Migrate Weights properly to v2 (#1722)
* Migrate Weights properly to v2 * Add missing on_runtime_upgrade implementation * Fix benchmarks * Apply suggestions from code review Co-authored-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * cargo fmt Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- cumulus/Cargo.lock 1 addition, 0 deletionscumulus/Cargo.lock
- cumulus/pallets/dmp-queue/Cargo.toml 2 additions, 0 deletionscumulus/pallets/dmp-queue/Cargo.toml
- cumulus/pallets/dmp-queue/src/lib.rs 24 additions, 31 deletionscumulus/pallets/dmp-queue/src/lib.rs
- cumulus/pallets/dmp-queue/src/migration.rs 101 additions, 0 deletionscumulus/pallets/dmp-queue/src/migration.rs
- cumulus/pallets/xcmp-queue/src/benchmarking.rs 1 addition, 1 deletioncumulus/pallets/xcmp-queue/src/benchmarking.rs
- cumulus/pallets/xcmp-queue/src/lib.rs 22 additions, 11 deletionscumulus/pallets/xcmp-queue/src/lib.rs
- cumulus/pallets/xcmp-queue/src/migration.rs 40 additions, 36 deletionscumulus/pallets/xcmp-queue/src/migration.rs
- cumulus/pallets/xcmp-queue/src/tests.rs 8 additions, 20 deletionscumulus/pallets/xcmp-queue/src/tests.rs
Please register or sign in to comment