Cosmos-sdk: gaiacli keys show <multisig> should show constituent pubkeys, and weights

Created on 26 Feb 2019  路  3Comments  路  Source: cosmos/cosmos-sdk

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

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

Most helpful comment

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

All 3 comments

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.

I can pick this up.

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rigelrozanski picture rigelrozanski  路  3Comments

ValarDragon picture ValarDragon  路  3Comments

fedekunze picture fedekunze  路  3Comments

ssssssu12 picture ssssssu12  路  3Comments

cwgoes picture cwgoes  路  3Comments