-
Notifications
You must be signed in to change notification settings - Fork 777
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
Print state root after transaction completion when --jsontrace is specified #212
Conversation
There is a This gives a more consistent output stream e.g. for channeling the output to another stdout or using custom stream reporters for tape (https://github.com/substack/tape#var-stream--testcreatestreamopts). |
(one more background common on this: experimented with stream reporters couple of weeks ago, think it would be nice to be a bit more flexible on test output, e.g. to leave all the success cases output when most of the tests pass). |
Cool find! |
Is something blocking the merge of this? |
382ddc1
to
cc997c8
Compare
Nope. please review and merge if you get a chance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compared to the tests issue this looks ok.
cc997c8
to
7637d10
Compare
@jwasinger Can you use the |
71adf6a
to
a67449e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this locally, looks good.
See: ethereum/tests#249