-
Notifications
You must be signed in to change notification settings - Fork 77
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: removed nonce precheck buffer (#2919) #2936
Conversation
* fix: removed nonce precheck buffer Signed-off-by: Logan Nguyen <[email protected]> * fix: unwrapped INTERAL_ERROR if error is an instance of JsonRpcError for the WS object Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.55 #2936 +/- ##
================================================
+ Coverage 84.21% 84.65% +0.44%
================================================
Files 40 59 +19
Lines 3040 3904 +864
Branches 635 807 +172
================================================
+ Hits 2560 3305 +745
- Misses 278 335 +57
- Partials 202 264 +62
Flags with carried forward coverage won't be shown. Click here to find out more.
|
fix: removed nonce precheck buffer
fix: unwrapped INTERAL_ERROR if error is an instance of JsonRpcError for the WS object
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist