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
SimpleQuorumExecutionStrategy defines a storage variable for the quorum. It could be useful to
add a setter for the quorum, as it could be useful to change it depending on the circulating voting power.
Moreover, there is an inconsistency between SimpleQuorumExecutionStrategy and EmergencyQuorumStrategy in how they handle the quorum variable. In the latter it is set as an immutable. This prevents contracts deriving from EmergencyQuorumStrategy to be deployed as proxies.
The text was updated successfully, but these errors were encountered:
SimpleQuorumExecutionStrategy defines a storage variable for the quorum. It could be useful to
add a setter for the quorum, as it could be useful to change it depending on the circulating voting power.
Moreover, there is an inconsistency between SimpleQuorumExecutionStrategy and EmergencyQuorumStrategy in how they handle the quorum variable. In the latter it is set as an immutable. This prevents contracts deriving from EmergencyQuorumStrategy to be deployed as proxies.
The text was updated successfully, but these errors were encountered: