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

gaiacli keys show <multisig> should show constituent pubkeys, and weights #3738

Closed
ValarDragon opened this issue Feb 25, 2019 · 3 comments · Fixed by #3748
Closed

gaiacli keys show <multisig> should show constituent pubkeys, and weights #3738

ValarDragon opened this issue Feb 25, 2019 · 3 comments · Fixed by #3748
Assignees

Comments

@ValarDragon
Copy link
Contributor

gaiacli keys show <multisig_key> should show constituent pubkeys, and their weights.

This would likely require adding a new multisig keytype to the keybase.

@cwgoes
Copy link
Contributor

cwgoes commented Feb 26, 2019

Additionally, gaiacli tx sign --validate-signatures with a threshold multi-signature should show which subkeys signed the transaction, and their weights, in addition to showing the validity of the composite signature.

@alexanderbez
Copy link
Contributor

I can pick this up.

@alexanderbez
Copy link
Contributor

Additional thoughts from @cwgoes:

  • gaiacli tx multisign should check the multisig pubkey and see if the provided signatures are sufficient
  • we need better confirmation of --chain-id in the CLI, it defaults to empty string sometimes

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.

3 participants