-
Notifications
You must be signed in to change notification settings - Fork 488
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
Utilize BalanceChangeReason in tracing #2789
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM
@ganeshvanahalli, can you resolve the merge conflicts so we can get this merged? |
@eljobe, I've resolved the conflicts but the corresponding geth PR needs a review before we merge this in. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2789 +/- ##
==========================================
+ Coverage 22.56% 22.61% +0.04%
==========================================
Files 269 269
Lines 39923 39922 -1
==========================================
+ Hits 9009 9028 +19
+ Misses 29438 29420 -18
+ Partials 1476 1474 -2 |
This PR enables usage of BalanceChangeReason type in tracing, and also enables tracing of balance changes involved in a transaction using
jsTracer
(sample trace has been printed out from a system_test), enabling clearer way to reason with the balance changes of almost all transaction types.Pulls in geth PR- OffchainLabs/go-ethereum#375
Resolves NIT-2943