-
Notifications
You must be signed in to change notification settings - Fork 527
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
evm tracing #2716
evm tracing #2716
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.
one issue is that this won't work well with indirect EVM calls. e.g. currency.trasnfer ERC20 asset
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2716 +/- ##
==========================================
- Coverage 66.73% 66.72% -0.01%
==========================================
Files 66 69 +3
Lines 9027 9326 +299
==========================================
+ Hits 6024 6223 +199
- Misses 3003 3103 +100 ☔ View full report in Codecov by Sentry. |
#2731 will address this |
No description provided.