w3f / polkadot-wiki

The source of truth for Polkadot.
GNU General Public License v3.0
380 stars 2.38k forks source link

Update voluntary locking and prime member #356

Closed lsaether closed 4 years ago

lsaether commented 4 years ago

lock period = enactment period and 1x vote increase corresponds to doubling lock time

1 2 3 4  5  6
1 2 4 8 16 32

For a referendum to be cancelled, there must be a unanimous vote to do so.

likewise

// To cancel a proposal which has been passed, 2/3 of the council must agree to it.
    type CancellationOrigin = collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>;
lsaether commented 4 years ago

Update Prime Council to Borda count:

https://github.com/paritytech/substrate/pull/5346