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

Add NodeGateway retrying nonce requests if response outdated #1946

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

feat(node): add NodeGateway retrying nonce requests if resp outdated

27d1a4c
Select commit
Loading
Failed to load commit list.
Draft

Add NodeGateway retrying nonce requests if response outdated #1946

feat(node): add NodeGateway retrying nonce requests if resp outdated
27d1a4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 2, 2024 in 0s

79.89% (-0.02%) compared to a21bc1f, passed because coverage increased by +0.18% when compared to adjusted base (79.71%)

View this Pull Request on Codecov

79.89% (-0.02%) compared to a21bc1f, passed because coverage increased by +0.18% when compared to adjusted base (79.71%)

Details

Codecov Report

Attention: Patch coverage is 86.95652% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 79.89%. Comparing base (a21bc1f) to head (27d1a4c).
Report is 1 commits behind head on develop.

Files Patch % Lines
src/node/Gateway.ts 78.04% 5 Missing and 4 partials ⚠️
src/node/Direct.ts 94.59% 0 Missing and 2 partials ⚠️
src/node/Base.ts 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1946      +/-   ##
===========================================
- Coverage    79.91%   79.89%   -0.02%     
===========================================
  Files          101      103       +2     
  Lines         3450     3497      +47     
  Branches       733      742       +9     
===========================================
+ Hits          2757     2794      +37     
- Misses         381      386       +5     
- Partials       312      317       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.