-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Document workflow for signing multisig transactions #3198
Labels
T:Docs
Changes and features related to documentation.
Comments
Thanks @zmanian, you are indeed correct it seems. I'll be happy to update the docs. |
Actually, afaik, we only have functionality to generate a multisig address/pubkey pair, but not actually having the ability to sign & broadcast txs with a multisig. (cc @alessio). |
Will pick this up. |
alessio
pushed a commit
that referenced
this issue
Jan 9, 2019
This was referenced Jan 9, 2019
Merged
alessio
pushed a commit
that referenced
this issue
Jan 12, 2019
Add new StdSingleSignature concrete structure. Ref #3198
alessio
pushed a commit
that referenced
this issue
Jan 16, 2019
- New keys add --multisig flag to store multisig keys locally. - New multisign command to generate multisig signatures. - New sign --multisig flag to enable multisig mode. - Add multisig transactions support in ante handler. - gaiad add-genesis-account can now take both account addresses and key names. Closes: #3198
jackzampolin
pushed a commit
that referenced
this issue
Jan 16, 2019
- New keys add --multisig flag to store multisig keys locally. - New multisign command to generate multisig signatures. - New sign --multisig flag to enable multisig mode. - Add multisig transactions support in ante handler. - gaiad add-genesis-account can now take both account addresses and key names. Closes: #3198
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no documentation on the workflow for using multisig in the gaiacli to sign and brodcast a multisig transaction.
The send tokens example in https://github.com/cosmos/cosmos-sdk/blob/develop/docs/gaia/gaiacli.md only covers the single sig case.
For Admin Use
The text was updated successfully, but these errors were encountered: