-
Notifications
You must be signed in to change notification settings - Fork 117
Include abstention votes #4298
Copy link
Copy link
Closed
Labels
council-palletruntimeurgent-post-mainnetUrgent post mainnet, do this frist!Urgent post mainnet, do this frist!
Description
Currentl works like this
approval_quorum_bar
This bar indicates the value : ( votes_count - abstentions) /council_size
approval threshold bar
This bar indicates the value : approves / (votes_count - abstention)
slash quorum bar
This bar indicates the value : (votes_count - abstentions) /council_size
slash threshold bar
This bar indicates the value : slashes / (votes_count - abstention)
Change to
approval_quorum_bar
This bar indicates the value : votes_count/council_size
approval threshold bar
This bar indicates the value : approves/votes_count
slash quorum bar
This bar indicates the value : votes_count/council_size
slash threshold bar
This bar indicates the value : slashes/votes_count
NB: requires more discussion
┆Issue is synchronized with this Asana task by Unito
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
council-palletruntimeurgent-post-mainnetUrgent post mainnet, do this frist!Urgent post mainnet, do this frist!