Skip to content
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

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

ebadiere
Copy link
Contributor

@ebadiere ebadiere commented Sep 3, 2024

  • 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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

* 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]>
@ebadiere ebadiere self-assigned this Sep 3, 2024
@ebadiere ebadiere added the bug Something isn't working label Sep 3, 2024
@ebadiere ebadiere added this to the 0.55.0 milestone Sep 3, 2024
Copy link

sonarqubecloud bot commented Sep 3, 2024

Copy link

github-actions bot commented Sep 3, 2024

Acceptance Tests

  18 files  233 suites   30m 55s ⏱️
602 tests 595 ✔️ 4 💤 3
655 runs  648 ✔️ 4 💤 3

Results for commit 00b97df.

@ebadiere ebadiere requested a review from acuarica September 3, 2024 19:09
Copy link
Contributor

@acuarica acuarica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lg

Copy link

github-actions bot commented Sep 3, 2024

Tests

       3 files     266 suites   20s ⏱️
1 242 tests 1 241 ✔️ 1 💤 0
1 254 runs  1 253 ✔️ 1 💤 0

Results for commit 00b97df.

@ebadiere ebadiere merged commit fad7430 into release/0.55 Sep 3, 2024
46 checks passed
@ebadiere ebadiere deleted the cherry-pick-WRONG_NONCE-precheck-fix branch September 3, 2024 19:18
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.65%. Comparing base (3f668e4) to head (00b97df).
Report is 1 commits behind head on release/0.55.

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     
Flag Coverage Δ
relay 84.20% <100.00%> (-0.01%) ⬇️
server 83.05% <ø> (?)
ws-server 97.87% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/relay/src/lib/constants.ts 100.00% <ø> (+9.09%) ⬆️
packages/relay/src/lib/precheck.ts 91.26% <100.00%> (ø)

... and 27 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants