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

feat: improved RPC's response error handling with HTTP status codes #11806

Merged
merged 6 commits into from
Jul 20, 2024

refactor: replaced `async move` and `Future` with regular `async fn`

f1b8323
Select commit
Loading
Failed to load commit list.
Merged

feat: improved RPC's response error handling with HTTP status codes #11806

refactor: replaced `async move` and `Future` with regular `async fn`
f1b8323
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 19, 2024 in 0s

71.75% (+0.01%) compared to d7e1232

View this Pull Request on Codecov

71.75% (+0.01%) compared to d7e1232

Details

Codecov Report

Attention: Patch coverage is 51.51515% with 16 lines in your changes missing coverage. Please review.

Project coverage is 71.75%. Comparing base (d7e1232) to head (f1b8323).
Report is 11 commits behind head on master.

Files Patch % Lines
chain/jsonrpc/src/lib.rs 51.51% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11806      +/-   ##
==========================================
+ Coverage   71.74%   71.75%   +0.01%     
==========================================
  Files         796      796              
  Lines      163004   163183     +179     
  Branches   163004   163183     +179     
==========================================
+ Hits       116940   117095     +155     
- Misses      41003    41038      +35     
+ Partials     5061     5050      -11     

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