-
Notifications
You must be signed in to change notification settings - Fork 75
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
540 capture calldata cp #546
Conversation
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
Log details about the file created for callData when calling a transaction. Signed-off-by: lukelee-sl <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 76.75% // Head: 74.92% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/0.8 #546 +/- ##
===============================================
- Coverage 76.75% 74.92% -1.84%
===============================================
Files 12 12
Lines 938 961 +23
Branches 144 150 +6
===============================================
Hits 720 720
- Misses 171 194 +23
Partials 47 47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description:
Cherry pick changes for logging calldata information to release/0.8
Fixes #540
Checklist