-
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: delete unnecessary script signTransaction #3087
fix: delete unnecessary script signTransaction #3087
Conversation
Signed-off-by: Nadezhda Popova <nadezhda.popova@limechain.tech>
Quality Gate passedIssues Measures |
🚨 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: Nadezhda Popova <nadezhda.popova@limechain.tech>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3087 +/- ##
=======================================
Coverage 84.84% 84.84%
=======================================
Files 59 59
Lines 3939 3939
Branches 788 788
=======================================
Hits 3342 3342
Misses 359 359
Partials 238 238
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description:
Delete unnecessary script signTransaction.js
Fixes #3086
Notes for reviewer:
Checklist