Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
326 stars 206 forks source link

Rename "quorum" in governance to "threshold" #6209

Open Chris-Hibbert opened 2 years ago

Chris-Hibbert commented 2 years ago

What is the Problem Being Solved?

Governance enforces rules about minimum number of voters to pass, but calls it "quorum". Quorum actually refers to the number of voters who must be present (or in our case participating.)

Description of the Design

Change the wording to "threshold" or something else that makes sense. While touching this add support for 2/3 or other super-majorities.

Security Considerations

None

Test Plan

The usual.

turadg commented 2 years ago

@Chris-Hibbert should this get in for MN-1? It's in the backlog and has no scheduled release.

Chris-Hibbert commented 2 years ago

MN-1 would be good.