Allow Alliance Fellows to Give Up Voting Rights (#12730)
* allow fellows to abdicate voting rights
* rename founders to founding fellows, give equal power
* Drop FoundingFellow role and veto call (#12762)
* drop FoundingFellow role
* drop veto call
* Storage migration to remove founder role (#12766)
* storage migration to remove founder role
* skip migration if no members
* truncate the final fellows set if overflows
* change log - action order
* MemberAbdicated -> FellowAbdicated
Co-authored-by:
Muharem Ismailov <ismailov.m.h@gmail.com>
Showing
- substrate/bin/node/runtime/src/impls.rs 0 additions, 4 deletionssubstrate/bin/node/runtime/src/impls.rs
- substrate/bin/node/runtime/src/lib.rs 1 addition, 3 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/alliance/README.md 15 additions, 19 deletionssubstrate/frame/alliance/README.md
- substrate/frame/alliance/src/benchmarking.rs 55 additions, 137 deletionssubstrate/frame/alliance/src/benchmarking.rs
- substrate/frame/alliance/src/lib.rs 91 additions, 178 deletionssubstrate/frame/alliance/src/lib.rs
- substrate/frame/alliance/src/migration.rs 101 additions, 1 deletionsubstrate/frame/alliance/src/migration.rs
- substrate/frame/alliance/src/mock.rs 22 additions, 28 deletionssubstrate/frame/alliance/src/mock.rs
- substrate/frame/alliance/src/tests.rs 65 additions, 109 deletionssubstrate/frame/alliance/src/tests.rs
- substrate/frame/alliance/src/types.rs 4 additions, 4 deletionssubstrate/frame/alliance/src/types.rs
- substrate/frame/alliance/src/weights.rs 260 additions, 292 deletionssubstrate/frame/alliance/src/weights.rs
Please register or sign in to comment