Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define cw3 spec for multisigs #79

Closed
ethanfrey opened this issue Sep 10, 2020 · 0 comments · Fixed by #90
Closed

Define cw3 spec for multisigs #79

ethanfrey opened this issue Sep 10, 2020 · 0 comments · Fixed by #90
Assignees
Milestone

Comments

@ethanfrey
Copy link
Member

This should define pubic operations like create_proposal, vote, and execute. The flow should be similar to cw1 (proposal can contain any number of CosmosMsg but they must be proposed and voted on in various steps before they can be executed. Each successful proposal can be executed exactly once.

The multisig contains a group and one set of criteria for successful proposals (how many votes needed, voting duration)

This was referenced Sep 10, 2020
@ethanfrey ethanfrey added this to the MultiSig milestone Sep 10, 2020
@ethanfrey ethanfrey self-assigned this Sep 15, 2020
@ethanfrey ethanfrey moved this from To do to In progress in Contract development Sep 15, 2020
@ethanfrey ethanfrey mentioned this issue Sep 15, 2020
@ethanfrey ethanfrey changed the title Define cw3 spec for multisigs WIP: Define cw3 spec for multisigs Sep 15, 2020
@ethanfrey ethanfrey changed the title WIP: Define cw3 spec for multisigs Define cw3 spec for multisigs Sep 15, 2020
Contract development automation moved this from In progress to Done Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant