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): commitment fields in block header #2560

Merged
merged 6 commits into from
Oct 19, 2024

rename back to partial header

d022ef1
Select commit
Loading
Failed to load commit list.
Merged

feat(katana): commitment fields in block header #2560

rename back to partial header
d022ef1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 19, 2024 in 0s

69.32% (-0.13%) compared to 1d428ba

View this Pull Request on Codecov

69.32% (-0.13%) compared to 1d428ba

Details

Codecov Report

Attention: Patch coverage is 54.68750% with 58 lines in your changes missing coverage. Please review.

Project coverage is 69.32%. Comparing base (1d428ba) to head (d022ef1).

Files with missing lines Patch % Lines
crates/saya/provider/src/rpc/mod.rs 0.00% 23 Missing ⚠️
crates/katana/core/src/backend/mod.rs 71.11% 13 Missing ⚠️
crates/katana/primitives/src/block.rs 55.55% 8 Missing ⚠️
crates/katana/primitives/src/chain_spec.rs 57.14% 6 Missing ⚠️
crates/saya/core/src/lib.rs 0.00% 4 Missing ⚠️
crates/katana/rpc/rpc-types/src/block.rs 33.33% 2 Missing ⚠️
crates/katana/rpc/rpc/src/starknet/read.rs 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2560      +/-   ##
==========================================
- Coverage   69.44%   69.32%   -0.13%     
==========================================
  Files         397      397              
  Lines       51222    51297      +75     
==========================================
- Hits        35571    35561      -10     
- Misses      15651    15736      +85     

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