regen-network / cosmos-modules

Other
10 stars 2 forks source link

Execute proposal on submission already #53

Open alpe opened 4 years ago

alpe commented 4 years ago

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: