-
Notifications
You must be signed in to change notification settings - Fork 5k
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
update ethjs-query to @metamask/ethjs-query #21035
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
@SocketSecurity ignore @metamask/[email protected] |
@metamaskbot update-policies |
Policies updated |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #21035 +/- ##
========================================
Coverage 68.33% 68.34%
========================================
Files 1007 1007
Lines 40254 40254
Branches 10761 10761
========================================
+ Hits 27507 27508 +1
+ Misses 12747 12746 -1
☔ View full report in Codecov by Sentry. |
Builds ready [ee44367]
Page Load Metrics (965 ± 375 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Our fork of ethjs-query has been namespaced to the
@metamask/
namespace, and updated with mostly development only fixes. There is one exception which is the reason for this pull request which is the removal of a try/catch that was catching too broadly and wrapping legitimate errors in a new Error object that claimed the issue was with the formatting of the output. In most cases this is incorrect and results in a wide swath of errors being lumped together inside of sentry. This change will result in the real errors being surfaced, after which we can decide where to prioritize efforts to resolve RPC issues.This PR progresses, and is expected to change the stack trace for the following issues:
#9317
#10519
#10619
#11488
#11974
#13395
#14298
#14365
#15250
#17073
#17803
#19697
#20699
We are closing these issues opened automatically by sentry-io which are not fully resolved but should result in better errors and stack traces:
fixes #10552
fixes #14660
fixes #14676
fixes #14730
fixes #14801
fixes #15065
Manual testing steps
Pre-merge author checklist
Pre-merge reviewer checklist