-
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
fix: bugged metrics and wrong env vars #3090
Conversation
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
🚨 Memory Leak Detected 🚨A potential memory leak has been detected in the test titled Details📊 Memory Leak Detection Report 📊 GC Type: MarkSweepCompact Heap Statistics (before vs after executing the test):
Heap Space Statistics (before vs after executing the test):
RecommendationsPlease investigate the memory allocations in this test, focusing on objects that are not being properly deallocated. |
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Quality Gate passedIssues Measures |
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
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3090 +/- ##
=======================================
Coverage 83.15% 83.16%
=======================================
Files 63 63
Lines 4232 4234 +2
Branches 830 830
=======================================
+ Hits 3519 3521 +2
Misses 470 470
Partials 243 243
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…3093) * feat: eth_call revert error message is too long, and should not be a REVERT but a BAD Request Response (#3088) * chore: add validation for even calldata length Signed-off-by: nikolay <n.atanasow94@gmail.com> * chore: add test coverage Signed-off-by: nikolay <n.atanasow94@gmail.com> --------- Signed-off-by: nikolay <n.atanasow94@gmail.com> * fix: bugged metrics and wrong env vars (#3090) * fix: bugged metrics and wrong env vars Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: jsdocs Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> --------- Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> --------- Signed-off-by: nikolay <n.atanasow94@gmail.com> Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> Co-authored-by: Nikolay Atanasow <n.atanasow94@gmail.com>
* fix: bugged metrics and wrong env vars Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: jsdocs Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> --------- Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Description:
constants.ts
Related issues:
Fixes #3092
Notes for reviewer:
Checklist