Change Auctions to Eight Lease Periods Per Slot (#2862)
* initial patch
* fix tests
* fix benchmarks
* expose `SlotRange` consts
* Update Cargo.lock
* fix tests
Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
Showing
- polkadot/Cargo.lock 12 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/runtime/common/slot_range_helper/Cargo.toml 1 addition, 0 deletionspolkadot/runtime/common/slot_range_helper/Cargo.toml
- polkadot/runtime/common/slot_range_helper/src/lib.rs 2 additions, 1 deletionpolkadot/runtime/common/slot_range_helper/src/lib.rs
- polkadot/runtime/common/src/auctions.rs 42 additions, 182 deletionspolkadot/runtime/common/src/auctions.rs
- polkadot/runtime/common/src/crowdloan.rs 1 addition, 1 deletionpolkadot/runtime/common/src/crowdloan.rs
- polkadot/runtime/common/src/integration_tests.rs 9 additions, 33 deletionspolkadot/runtime/common/src/integration_tests.rs
- polkadot/runtime/common/src/slot_range.rs 43 additions, 3 deletionspolkadot/runtime/common/src/slot_range.rs
Please register or sign in to comment