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

Document workflow for signing multisig transactions #3198

Closed
1 of 4 tasks
zmanian opened this issue Dec 28, 2018 · 3 comments
Closed
1 of 4 tasks

Document workflow for signing multisig transactions #3198

zmanian opened this issue Dec 28, 2018 · 3 comments
Assignees
Labels
T:Docs Changes and features related to documentation.

Comments

@zmanian
Copy link
Member

zmanian commented Dec 28, 2018

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@alexanderbez alexanderbez added the T:Docs Changes and features related to documentation. label Dec 28, 2018
@alexanderbez
Copy link
Contributor

Thanks @zmanian, you are indeed correct it seems. I'll be happy to update the docs.

@alexanderbez alexanderbez self-assigned this Jan 2, 2019
@alexanderbez
Copy link
Contributor

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).

@alessio
Copy link
Contributor

alessio commented Jan 2, 2019

Will pick this up.

@alessio alessio self-assigned this Jan 2, 2019
@alessio alessio added the tx label Jan 2, 2019
@alexanderbez alexanderbez removed their assignment Jan 2, 2019
alessio pushed a commit that referenced this issue Jan 9, 2019
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
Labels
T:Docs Changes and features related to documentation.
Projects
None yet
Development

No branches or pull requests

3 participants