Crowdloan Updates (#2166)
* Rename crowdfund -> crowdloan * allow contribution on behalf of another user * starting some benchmarks * optimization: use append api * Use on_initialize instead of on_finalize * More benchmarks * try to implement partial child storage removal * partial dissolve test * onboard benchmark * begin retirement * on_initialize * remove _ { } * Revert "allow contribution on behalf of another user" This reverts commit b7dd7d1ec751495cee3ddb57133a13c390b020e5. * finish undo of "allow contribution on behalf of another user" * Allow any user to trigger withdraw on closed crowdloan * use transfer instead of withdraw/create pattern * unused warning * Update runtime/common/src/crowdloan.rs Co-authored-by:Kian Paimani <5588131+kianenigma@users.noreply.github.com> * dont need to assign to empty variable Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- polkadot/runtime/common/src/crowdloan.rs 573 additions, 226 deletionspolkadot/runtime/common/src/crowdloan.rs
- polkadot/runtime/common/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/common/src/lib.rs
- polkadot/runtime/common/src/slots.rs 2 additions, 2 deletionspolkadot/runtime/common/src/slots.rs
Please register or sign in to comment