Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Execute proposal on submission already #53

Open
alpe opened this issue Mar 17, 2020 · 0 comments
Open

Execute proposal on submission already #53

alpe opened this issue Mar 17, 2020 · 0 comments

Comments

@alpe
Copy link
Collaborator

alpe commented Mar 17, 2020

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:

  • There is a gas cost per signature:
    • DefaultSigVerifyCostED25519 uint64 = 590
    • DefaultSigVerifyCostSecp256k1 uint64 = 1000
  • There is a limit of max signatures allowed
    * DefaultTxSigLimit uint64 = 7
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant