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: getting timeout exceeded in the sdk client even when transaction is submitted #3129

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Adds more logging

2158bc7
Select commit
Loading
Failed to load commit list.
Draft

fix: getting timeout exceeded in the sdk client even when transaction is submitted #3129

Adds more logging
2158bc7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 0s

83.38% (target 80.00%)

View this Pull Request on Codecov

83.38% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.38%. Comparing base (5ca6f63) to head (2158bc7).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
packages/relay/src/lib/clients/sdkClient.ts 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3129      +/-   ##
==========================================
+ Coverage   83.26%   83.38%   +0.12%     
==========================================
  Files          66       66              
  Lines        4254     4292      +38     
  Branches      829      835       +6     
==========================================
+ Hits         3542     3579      +37     
- Misses        471      473       +2     
+ Partials      241      240       -1     
Files with missing lines Coverage Δ
...ages/relay/src/lib/errors/MirrorNodeClientError.ts 91.66% <100.00%> (ø)
packages/relay/src/lib/errors/SDKClientError.ts 76.19% <100.00%> (ø)
packages/relay/src/lib/eth.ts 82.33% <100.00%> (+0.12%) ⬆️
packages/relay/src/lib/model.ts 83.50% <100.00%> (ø)
packages/relay/src/lib/net.ts 100.00% <ø> (ø)
packages/relay/src/lib/relay.ts 88.57% <100.00%> (+0.16%) ⬆️
.../relay/src/lib/services/hapiService/hapiService.ts 78.94% <100.00%> (+0.68%) ⬆️
...s/relay/src/lib/services/hbarLimitService/index.ts 96.66% <100.00%> (ø)
packages/relay/src/lib/web3.ts 100.00% <ø> (ø)
packages/relay/src/utils.ts 100.00% <100.00%> (ø)
... and 1 more

... and 4 files with indirect coverage changes