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(stateless_validation): Limit size of outgoing receipts to keep size of source_receipt_proofs under control #11492

Merged
merged 21 commits into from
Jun 7, 2024

Move outgoing size limits to CongestionControlConfig

c0ee219
Select commit
Loading
Failed to load commit list.
Merged

feat(stateless_validation): Limit size of outgoing receipts to keep size of source_receipt_proofs under control #11492

Move outgoing size limits to CongestionControlConfig
c0ee219
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 7, 2024 in 0s

71.40% (-0.02%) compared to 337a81e

View this Pull Request on Codecov

71.40% (-0.02%) compared to 337a81e

Details

Codecov Report

Attention: Patch coverage is 86.60714% with 15 lines in your changes missing coverage. Please review.

Project coverage is 71.40%. Comparing base (337a81e) to head (c0ee219).
Report is 2 commits behind head on master.

Files Patch % Lines
core/primitives/src/errors.rs 0.00% 5 Missing ⚠️
runtime/runtime/src/verifier.rs 55.55% 4 Missing ⚠️
core/parameters/src/parameter_table.rs 33.33% 0 Missing and 2 partials ⚠️
core/parameters/src/view.rs 50.00% 2 Missing ⚠️
core/primitives/src/types.rs 85.71% 0 Missing and 1 partial ⚠️
runtime/runtime/src/congestion_control.rs 95.23% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11492      +/-   ##
==========================================
- Coverage   71.42%   71.40%   -0.02%     
==========================================
  Files         788      788              
  Lines      159889   159926      +37     
  Branches   159889   159926      +37     
==========================================
- Hits       114203   114202       -1     
- Misses      40719    40754      +35     
- Partials     4967     4970       +3     

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