Builds on #79 Define a basic, usable multisig - [x] Define fixed participant set in the beginning - [x] Each participant may have a different weight - [x] "Pass" threshold defined on init - [x] Proposal expiration defined on init - [x] Any member may create a proposal (`&[CosmosMsg]`) with an expiration - [x] Any member may vote *once* for a proposal. - [x] If enough yes votes are applied, any member may *execute* the proposal - [x] Implement all queries - [ ] Unit test coverage In addition, specify a standard interface for the multisig, which can be used by more complex implementations.
Builds on #79
Define a basic, usable multisig
&[CosmosMsg]) with an expirationIn addition, specify a standard interface for the multisig, which can be used by more complex implementations.