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

Blockchain service message limits #577

Merged
merged 1 commit into from
Feb 21, 2025

refactor(core): rework ext message limits check

79922f5
Select commit
Loading
Failed to load commit list.
Merged

Blockchain service message limits #577

refactor(core): rework ext message limits check
79922f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 21, 2025 in 0s

42.82% (-0.07%) compared to 65b6dbb

View this Pull Request on Codecov

42.82% (-0.07%) compared to 65b6dbb

Details

Codecov Report

Attention: Patch coverage is 37.57962% with 98 lines in your changes missing coverage. Please review.

Project coverage is 42.82%. Comparing base (65b6dbb) to head (79922f5).

Files with missing lines Patch % Lines
util/src/serde_helpers.rs 0.00% 60 Missing ⚠️
block-util/src/message/ext_msg_repr.rs 67.50% 14 Missing and 12 partials ⚠️
rpc/src/endpoint/jrpc/mod.rs 0.00% 5 Missing ⚠️
core/src/blockchain_rpc/service.rs 40.00% 2 Missing and 1 partial ⚠️
rpc/src/endpoint/proto/mod.rs 0.00% 3 Missing ⚠️
block-util/src/block/block_proof_stuff.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
- Coverage   42.88%   42.82%   -0.07%     
==========================================
  Files         278      278              
  Lines       51891    51944      +53     
  Branches    51891    51944      +53     
==========================================
- Hits        22256    22245      -11     
- Misses      28473    28532      +59     
- Partials     1162     1167       +5     

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