We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For ROtrx I suggest we remove the
warning: transaction executed locally, but may not be confirmed by the network yet
output at the end of cleos. The text is clearly not right for a ROtrx.
I also think we should do something with the 0 us that is always printed, either
0 us
elapsed
cpu_usage_us
The text was updated successfully, but these errors were encountered:
net
Sorry, something went wrong.
GH-1085 Exclude cpu_usage_us and net_usage_words from receipt of read…
100a720
… only trxs
GH-1085 Exclude cpu_usage_us and net_usage_words reporting for read o…
a0f33bb
…nly trxs. Add elapsed for read-only trxs. Also remove warning of not confirmed for read-only and dry-run trxs.
Merge pull request #1120 from AntelopeIO/GH-1085-cleos-rotrx
b9c9df8
Read-only transaction reporting
heifner
Successfully merging a pull request may close this issue.
For ROtrx I suggest we remove the
output at the end of cleos. The text is clearly not right for a ROtrx.
I also think we should do something with the
0 us
that is always printed, eitherelapsed
for displaying the output herecpu_usage_us
for ROtrx? Not sure what to think about thatThe text was updated successfully, but these errors were encountered: