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

Basic multisig contract #8

Closed
8 of 9 tasks
ethanfrey opened this issue Jun 16, 2020 · 0 comments · Fixed by #91
Closed
8 of 9 tasks

Basic multisig contract #8

ethanfrey opened this issue Jun 16, 2020 · 0 comments · Fixed by #91
Milestone

Comments

@ethanfrey
Copy link
Member

ethanfrey commented Jun 16, 2020

Builds on #79

Define a basic, usable multisig

  • Define fixed participant set in the beginning
  • Each participant may have a different weight
  • "Pass" threshold defined on init
  • Proposal expiration defined on init
  • Any member may create a proposal (&[CosmosMsg]) with an expiration
  • Any member may vote once for a proposal.
  • If enough yes votes are applied, any member may execute the proposal
  • Implement all queries
  • Unit test coverage

In addition, specify a standard interface for the multisig, which can be used by more complex implementations.

@ethanfrey ethanfrey added this to the MultiSig milestone Sep 10, 2020
@ethanfrey ethanfrey mentioned this issue Sep 15, 2020
3 tasks
peara pushed a commit to peara/cw-plus that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant