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

Support showing unsigned txns with oasis-node consensus show_tx CLI command #4851

Open
tjanez opened this issue Jul 19, 2022 · 0 comments
Open
Labels
c:cli Category: command line interface

Comments

@tjanez
Copy link
Member

tjanez commented Jul 19, 2022

SUMMARY

Currently, if one has an unsigned transaction, he can't see its contents using oasis-node consensus show_tx command.

Here is an example error:

$ oasis-node consensus show_tx -g ~/Oasis/Mainnet/genesis.json --transaction.file runtime-register-unsigned.tx
ts=2022-07-19T09:44:00.244390702Z level=error module=cmd/consensus caller=consensus.go:89 msg="failed to parse serialized transaction" err="invalid character '¤' looking for beginning of value"

It would be useful to extend oasis-node consensus show_tx CLI command to be also able to pretty print the contents of unsigned transactions.

ISSUE TYPE
  • Feature Idea
@tjanez tjanez added the c:cli Category: command line interface label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:cli Category: command line interface
Projects
None yet
Development

No branches or pull requests

1 participant