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

blockhain rpc limits #605

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

refactor(core): centralize `blockchain_rpc` methods into a single enum

12c7958
Select commit
Loading
Failed to load commit list.
Draft

blockhain rpc limits #605

refactor(core): centralize `blockchain_rpc` methods into a single enum
12c7958
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 21, 2025 in 0s

42.87% (+0.00%) compared to 28c8444

View this Pull Request on Codecov

42.87% (+0.00%) compared to 28c8444

Details

Codecov Report

Attention: Patch coverage is 61.90476% with 8 lines in your changes missing coverage. Please review.

Project coverage is 42.87%. Comparing base (28c8444) to head (12c7958).

Files with missing lines Patch % Lines
core/src/blockchain_rpc/service/mod.rs 50.00% 6 Missing ⚠️
core/src/blockchain_rpc/service/util.rs 77.77% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #605   +/-   ##
=======================================
  Coverage   42.87%   42.87%           
=======================================
  Files         278      279    +1     
  Lines       51882    51854   -28     
  Branches    51882    51854   -28     
=======================================
- Hits        22243    22234    -9     
+ Misses      28477    28458   -19     
  Partials     1162     1162           

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