You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue calls for a mechanism for checking if a proving scheme is enabled and storing the boolean state in x/pubkey.
Inside the x/pubkey end block, check the proportion of validators that have registered a key corresponding to a given proving scheme.
There will be a boolean state that indicates if a proving scheme is enabled. This state will default to false until the end block check passes. This state will be used by:
vote extension handlers to check which proving schemes are active
✨ Feature
This issue calls for a mechanism for checking if a proving scheme is enabled and storing the boolean state in
x/pubkey
.x/pubkey
end block, check the proportion of validators that have registered a key corresponding to a given proving scheme.false
until the end block check passes. This state will be used by:The text was updated successfully, but these errors were encountered: