celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
684 stars 360 forks source link

Add functionality and clean up multisig wrapper #3405

Closed lucasege closed 4 years ago

lucasege commented 4 years ago

Expected Behavior

Multisig contractkit/cli should be more user-friendly and allow for changing the owners of the multisig.

Current Behavior

Multisig requires some careful consideration and clunky code to submit transactions from each owner in turn, rather than handling that internally. Also no exposed fns to change owners.

lucasege commented 4 years ago

My misunderstanding, the issue was in the caller