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(bandwidth_scheduler) - include parent's receipts in bandwidth requests #12728

Merged
merged 8 commits into from
Jan 20, 2025

Move estimated_resharding_height one block back

af293e3
Select commit
Loading
Failed to load commit list.
Merged

feat(bandwidth_scheduler) - include parent's receipts in bandwidth requests #12728

Move estimated_resharding_height one block back
af293e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 0s

70.76% (+0.04%) compared to 515b5fa

View this Pull Request on Codecov

70.76% (+0.04%) compared to 515b5fa

Details

Codecov Report

Attention: Patch coverage is 91.11111% with 16 lines in your changes missing coverage. Please review.

Project coverage is 70.76%. Comparing base (515b5fa) to head (af293e3).

Files with missing lines Patch % Lines
...ntegration-tests/src/test_loop/utils/resharding.rs 93.57% 5 Missing and 2 partials ⚠️
...egration-tests/src/test_loop/utils/transactions.rs 70.58% 4 Missing and 1 partial ⚠️
runtime/runtime/src/congestion_control.rs 95.65% 1 Missing and 1 partial ⚠️
runtime/runtime/src/lib.rs 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12728      +/-   ##
==========================================
+ Coverage   70.72%   70.76%   +0.04%     
==========================================
  Files         849      849              
  Lines      174675   174818     +143     
  Branches   174675   174818     +143     
==========================================
+ Hits       123539   123716     +177     
+ Misses      45957    45925      -32     
+ Partials     5179     5177       -2     

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