-
Notifications
You must be signed in to change notification settings - Fork 78
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
Log fileId and file size for callData #541
Conversation
Signed-off-by: lukelee-sl <[email protected]>
Codecov ReportBase: 76.75% // Head: 75.23% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #541 +/- ##
==========================================
- Coverage 76.75% 75.23% -1.53%
==========================================
Files 12 12
Lines 938 957 +19
Branches 144 149 +5
==========================================
Hits 720 720
- Misses 171 190 +19
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. |
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
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.
LG
Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
Log details about the file created for callData when calling a transaction. 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]>
Log details about the file created for callData when calling a transaction. Signed-off-by: lukelee-sl <[email protected]>
* Log fileId and file size for callData Signed-off-by: lukelee-sl <[email protected]> * make createFile function private Signed-off-by: lukelee-sl <[email protected]> * createFile should only take callData Signed-off-by: lukelee-sl <[email protected]> * clear callData after file creation Signed-off-by: lukelee-sl <[email protected]> * do not create file for contracts <= 5120 bytes Signed-off-by: lukelee-sl <[email protected]> * Log fileId and file size for callData (#541) Log details about the file created for callData when calling a transaction. Signed-off-by: lukelee-sl <[email protected]> Signed-off-by: lukelee-sl <[email protected]>
Signed-off-by: lukelee-sl [email protected]
Description:
Log details about the file created for callData when calling a transaction.
Fixes #540
Notes for reviewer:
Checklist