substrate #9202 companion: Multiple vesting schedules (#3407)
* substrate #9202 companion: Multiple vesting schedules * Update weights inline with substrate updates * Use 28 vesting schedules * Add MaxSchedulesParam everywhere * Fix var name errors * rever accidental changes to test-runtime * try merge origin master * Revert "try merge origin master" This reverts commit 398d65d1ac6fad1112f94de3d8c351bcf33aa5a0. * update to pass integrity test * Make integrity tests work * Revert const to storage MinVestedTransfer * Use MAX_VESTING_SCHEDULES const * Update Cargo.lock to make it compile * update Substrate Co-authored-by: parity-processbot <>
parent
e0244f97
Showing
- polkadot/Cargo.lock 165 additions, 192 deletionspolkadot/Cargo.lock
- polkadot/runtime/common/src/claims.rs 2 additions, 1 deletionpolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/purchase.rs 2 additions, 1 deletionpolkadot/runtime/common/src/purchase.rs
- polkadot/runtime/kusama/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/weights/pallet_vesting.rs 51 additions, 26 deletionspolkadot/runtime/kusama/src/weights/pallet_vesting.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/weights/pallet_vesting.rs 50 additions, 25 deletionspolkadot/runtime/polkadot/src/weights/pallet_vesting.rs
- polkadot/runtime/test-runtime/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/westend/src/lib.rs
- polkadot/runtime/westend/src/weights/pallet_vesting.rs 50 additions, 26 deletionspolkadot/runtime/westend/src/weights/pallet_vesting.rs
Please register or sign in to comment