You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Stargate MsgService transactions have a well defined result. Proposals:
Let's add message results to the transaction output
Let's add a new flag: --json-out . When set to false (default) it will display the transaction output using nicely formatted YAML - in the same way we display cli q results. When --json-out=true it will display the output using machine readable JSON (as it's today) wit the message results.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Currently CLI
tx
command output doesn't display aMsgService
result.User experience is as good as easy it is to interact with the system.
Problem Definition
CLI query output is pretty informative and well formatted.
CLI
tx
output is not well formatted and doesn't display the msg processing result. Below is an example oftx bank send
:In contrast, querying for the transaction above will display a nicely formatted output:
Proposal
In Stargate
MsgService
transactions have a well defined result. Proposals:--json-out
. When set tofalse
(default) it will display the transaction output using nicely formatted YAML - in the same way we displaycli q
results. When--json-out=true
it will display the output using machine readable JSON (as it's today) wit the message results.For Admin Use
The text was updated successfully, but these errors were encountered: