Fast Unstake Pallet (#12129)
* add failing test for itamar * an ugly example of fast unstake * Revert "add failing test for itamar" This reverts commit 16c4d8015698a0684c090c54fce8b470a2d2feb2. * fast unstake wip * clean it up a bit * some comments * on_idle logic * fix * comment * new working version, checks all pass, looking good * some notes * add mock boilerplate * more boilerplate * simplify the weight stuff * ExtBuilder for pools * fmt * rm bags-list, simplify setup_works * mock + tests boilerplate * make some benchmarks work * mock boilerplate * tests boilerplate * run_to_block works * add Error enums * add test * note * make UnstakeRequest fields pub * some tests * fix origin * fmt * add fast_unstake_events_since_last_call * text * rewrite some benchmes and fix them -- the outcome is still strange * Fix weights * cleanup * Update frame/election-provider-support/solution-type/src/single_page.rs * fix build * Fix pools tests * iterate teset + mock * test unfinished * cleanup and add some tests * add test successful_multi_queue * comment * rm Head check * add TODO * complete successful_multi_queue * + test early_exit * fix a lot of things above the beautiful atlantic ocean* seemingly it is finished now * Fix build * ".git/.scripts/fmt.sh" 1 * Fix slashing amount as well * better docs * abstract types * rm use * import * Update frame/nomination-pools/benchmarking/src/lib.rs Co-authored-by: Nitwit <47109040+nitwit69@users.noreply.github.com> * Update frame/fast-unstake/src/types.rs Co-authored-by:
Nitwit <47109040+nitwit69@users.noreply.github.com> * Fix build * fmt * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * make bounded * feedback from code review with Ankan * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/lib.rs Co-authored-by:
Roman Useinov <roman.useinov@gmail.com> * Update frame/fast-unstake/src/mock.rs * update to master * some final review comments * fmt * fix clippy * remove unused * ".git/.scripts/fmt.sh" 1 * make it all build again * fmt * undo fishy change Co-authored-by:
Ross Bulat <ross@jkrbinvestments.com> Co-authored-by: command-bot <> Co-authored-by:
Nitwit <47109040+nitwit69@users.noreply.github.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> Co-authored-by:
Roman Useinov <roman.useinov@gmail.com>
Showing
- substrate/Cargo.lock 26 additions, 0 deletionssubstrate/Cargo.lock
- substrate/Cargo.toml 1 addition, 0 deletionssubstrate/Cargo.toml
- substrate/bin/node/runtime/Cargo.toml 4 additions, 0 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/runtime/src/lib.rs 9 additions, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/election-provider-multi-phase/src/lib.rs 11 additions, 0 deletionssubstrate/frame/election-provider-multi-phase/src/lib.rs
- substrate/frame/election-provider-multi-phase/src/mock.rs 4 additions, 0 deletionssubstrate/frame/election-provider-multi-phase/src/mock.rs
- substrate/frame/election-provider-support/src/lib.rs 8 additions, 1 deletionsubstrate/frame/election-provider-support/src/lib.rs
- substrate/frame/election-provider-support/src/onchain.rs 8 additions, 0 deletionssubstrate/frame/election-provider-support/src/onchain.rs
- substrate/frame/fast-unstake/Cargo.toml 70 additions, 0 deletionssubstrate/frame/fast-unstake/Cargo.toml
- substrate/frame/fast-unstake/src/benchmarking.rs 228 additions, 0 deletionssubstrate/frame/fast-unstake/src/benchmarking.rs
- substrate/frame/fast-unstake/src/lib.rs 505 additions, 0 deletionssubstrate/frame/fast-unstake/src/lib.rs
- substrate/frame/fast-unstake/src/mock.rs 387 additions, 0 deletionssubstrate/frame/fast-unstake/src/mock.rs
- substrate/frame/fast-unstake/src/tests.rs 1036 additions, 0 deletionssubstrate/frame/fast-unstake/src/tests.rs
- substrate/frame/fast-unstake/src/types.rs 119 additions, 0 deletionssubstrate/frame/fast-unstake/src/types.rs
- substrate/frame/fast-unstake/src/weights.rs 210 additions, 0 deletionssubstrate/frame/fast-unstake/src/weights.rs
- substrate/frame/nomination-pools/benchmarking/src/lib.rs 15 additions, 21 deletionssubstrate/frame/nomination-pools/benchmarking/src/lib.rs
- substrate/frame/nomination-pools/src/lib.rs 2 additions, 1 deletionsubstrate/frame/nomination-pools/src/lib.rs
- substrate/frame/nomination-pools/src/tests.rs 1 addition, 1 deletionsubstrate/frame/nomination-pools/src/tests.rs
- substrate/frame/staking/src/lib.rs 1 addition, 1 deletionsubstrate/frame/staking/src/lib.rs
- substrate/frame/staking/src/pallet/impls.rs 2 additions, 2 deletionssubstrate/frame/staking/src/pallet/impls.rs
Please register or sign in to comment