Parachain auctions (#239)
* Slots module * Integrate slots * More drafting * Minor updates * Update parachains to use trati * More build fixes * Full code now compiles * Add renew bid function * Implement calculate_winner * Warning remove * Update gitignore * Test framework * Tests * Further testing * More tests, new parameterisation. * Fix and new test * Thread-safe tests * Test off-boarding and a fix. * Test onboarding * Allow late onboarding. * Another test and fix * Avoid println in nostd * Compact representation of paraids * Introduce documentation. * Introduce events. * Additional test and fix * Additional test * Tidy up line lengths. * Remove printlns * Use later substrate utils. * Fix build/test * Make slots work with latest substrate * Update runtime/src/slot_range.rs Co-Authored-By:Robert Habermeier <rphmeier@gmail.com> * Update runtime/src/slots.rs Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update runtime/src/slots.rs Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Polish logic * Rewind to earlier substrate master * Remove dead code.
Showing
- polkadot/Cargo.lock 14 additions, 8 deletionspolkadot/Cargo.lock
- polkadot/parachain/Cargo.toml 2 additions, 2 deletionspolkadot/parachain/Cargo.toml
- polkadot/parachain/src/lib.rs 62 additions, 1 deletionpolkadot/parachain/src/lib.rs
- polkadot/primitives/src/parachain.rs 1 addition, 1 deletionpolkadot/primitives/src/parachain.rs
- polkadot/runtime/src/claims.rs 2 additions, 1 deletionpolkadot/runtime/src/claims.rs
- polkadot/runtime/src/lib.rs 16 additions, 0 deletionspolkadot/runtime/src/lib.rs
- polkadot/runtime/src/parachains.rs 69 additions, 36 deletionspolkadot/runtime/src/parachains.rs
- polkadot/runtime/src/slot_range.rs 154 additions, 0 deletionspolkadot/runtime/src/slot_range.rs
- polkadot/runtime/src/slots.rs 1459 additions, 0 deletionspolkadot/runtime/src/slots.rs
- polkadot/runtime/wasm/Cargo.lock 154 additions, 186 deletionspolkadot/runtime/wasm/Cargo.lock
- polkadot/test-parachains/adder/Cargo.toml 2 additions, 2 deletionspolkadot/test-parachains/adder/Cargo.toml
Please register or sign in to comment