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

Merge katana/dev #2854

Merged
merged 12 commits into from
Dec 31, 2024

feat(katana): rpc modules selection (#2848)

699f57c
Select commit
Loading
Failed to load commit list.
Merged

Merge katana/dev #2854

feat(katana): rpc modules selection (#2848)
699f57c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 31, 2024 in 1s

55.83% (-0.36%) compared to bd8afc8

View this Pull Request on Codecov

55.83% (-0.36%) compared to bd8afc8

Details

Codecov Report

Attention: Patch coverage is 56.25000% with 567 lines in your changes missing coverage. Please review.

Project coverage is 55.83%. Comparing base (bd8afc8) to head (699f57c).

Files with missing lines Patch % Lines
bin/katana/src/cli/init/mod.rs 0.00% 180 Missing ⚠️
...atana/storage/provider/src/providers/fork/state.rs 0.00% 75 Missing ⚠️
crates/katana/storage/db/src/trie/mod.rs 73.26% 50 Missing ⚠️
crates/katana/storage/db/src/trie/snapshot.rs 44.28% 39 Missing ⚠️
.../katana/storage/provider/src/providers/db/state.rs 66.66% 31 Missing ⚠️
crates/katana/executor/src/implementation/noop.rs 0.00% 29 Missing ⚠️
...na/executor/src/implementation/blockifier/state.rs 0.00% 26 Missing ⚠️
crates/katana/executor/src/abstraction/mod.rs 0.00% 25 Missing ⚠️
...ana/storage/provider/src/providers/fork/backend.rs 0.00% 23 Missing ⚠️
...s/katana/storage/db/src/abstraction/transaction.rs 48.48% 17 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2854      +/-   ##
==========================================
- Coverage   56.18%   55.83%   -0.36%     
==========================================
  Files         440      446       +6     
  Lines       56691    57725    +1034     
==========================================
+ Hits        31850    32228     +378     
- Misses      24841    25497     +656     

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