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(katana): modify DevApi trait with new endpoints #2490

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Apply code rabbit suggestions

5c6981b
Select commit
Loading
Failed to load commit list.
Open

feat(katana): modify DevApi trait with new endpoints #2490

Apply code rabbit suggestions
5c6981b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2025 in 0s

55.69% (-0.13%) compared to 38f68db

View this Pull Request on Codecov

55.69% (-0.13%) compared to 38f68db

Details

Codecov Report

Attention: Patch coverage is 24.21875% with 97 lines in your changes missing coverage. Please review.

Project coverage is 55.69%. Comparing base (38f68db) to head (5c6981b).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
crates/katana/rpc/rpc/src/proxy_get_request.rs 41.09% 43 Missing ⚠️
crates/katana/rpc/rpc/src/transport/http.rs 0.00% 25 Missing ⚠️
crates/katana/rpc/rpc/src/dev.rs 0.00% 17 Missing ⚠️
crates/katana/primitives/src/fee.rs 0.00% 6 Missing ⚠️
crates/katana/primitives/src/genesis/constant.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2490      +/-   ##
==========================================
- Coverage   55.82%   55.69%   -0.13%     
==========================================
  Files         446      448       +2     
  Lines       57728    57921     +193     
==========================================
+ Hits        32225    32260      +35     
- Misses      25503    25661     +158     

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