-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow supermajority of validators to vote in a rapid governance proposal of any category #2193
Comments
In my mind the logic should be: a consensus validator key with stake representing more than minVoterBalance can submit a proposal that ignores minClose and minEnact and as soon as 66% of consensus validators voted for it - it goes through. If the votes are not in by closing time the proposal is abandoned. |
To kickstart the discussion here; I agree we need fast validator voting on some issues (mostly the technical ones on there blockchain level, such as anti-spam), but it may not be desirable for them to have an easy way to permanently close markets (i.e., do it via the UI rather than via code changes). Any thoughts ? |
When you say "snapshot" we already have that with "suspending" a market. Margin account balance cannot be reduced, the market must be either resumed by governance or closed by governance (this would release assets) or settled via governance (this would release assets). Reading this:
|
I means something slightly lighter (if I understand suspension right) with the second option - people can still trade, but with the risk that it is all undone if tagging the market is undone). The reasoning for this avoids issues if a market is suspended at a time when big price changes happen outside of Vega and people can't react to it. Might be a UI nightmare though on second thought. |
I am not sure how to even begin to think about this in terms of cross margin mode, withdrawals (block all keys active on the market from withdrawing ?!?) etc.
But that's besides the point - we're looking for something that fits with where vega core is now. And right now we have meaningful and well defined "market suspended" mode that we'd want to use for this. |
supermajority == 66%
simple beats clever
In PoS 2/3 validators can do whatever they want.
The text was updated successfully, but these errors were encountered: