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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
As a group member I want to submit a proposal that is executed immediately when a ExecNow value is set and a sufficient number of group members have signed the message in order to ...?
Every signer must be part of the group. No duplicate signatures allowed. Every signer is considered a yes vote. Based on the decision policy configured the proposal will be executed or not.
Execution is an atomic operation so that it would either succeed or fail with the proposal creation.
As a group member I want to submit a proposal that is executed immediately when a
ExecNow
value is set and a sufficient number of group members have signed the message in order to ...?Every signer must be part of the group. No duplicate signatures allowed. Every signer is considered a yes vote. Based on the decision policy configured the proposal will be executed or not.
Execution is an atomic operation so that it would either succeed or fail with the proposal creation.
Note:
DefaultSigVerifyCostED25519 uint64 = 590
DefaultSigVerifyCostSecp256k1 uint64 = 1000
*
DefaultTxSigLimit uint64 = 7
The text was updated successfully, but these errors were encountered: