-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Alliance pallet: split force_set_members call #12179
Alliance pallet: split force_set_members call #12179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add_unscrupulous_items looks a better weight now.
bot merge |
Error: "Check reviews" status is not passing for paritytech/cumulus#1593 |
/cmd queue -c bench-bot $ pallet dev pallet_alliance |
@muharem https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/1809798 was started for your command Comment |
@muharem Command |
bot merge |
* Alliance pallet: split force_set_members call * use counts for event * ".git/.scripts/bench-bot.sh" pallet dev pallet_alliance Co-authored-by: command-bot <>
Splitting force_set_members call for simplification.
force_set_members
intoinit_members
anddisband
;disband
call. the ability to veto active proposals should be provided by runtime and batched if necessary;init_members
call weight calculation instead T::Max*.Cumulus companion: paritytech/cumulus#1593