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

fix(collator): pass min top processed to anchor on mempool state update #501

Merged
merged 1 commit into from
Dec 10, 2024

fix(collator): pass min top processed to anchor on mempool state update

a1ba684
Select commit
Loading
Failed to load commit list.
Merged

fix(collator): pass min top processed to anchor on mempool state update #501

fix(collator): pass min top processed to anchor on mempool state update
a1ba684
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

43.83% (+0.03%) compared to 604d035

View this Pull Request on Codecov

43.83% (+0.03%) compared to 604d035

Details

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 43.83%. Comparing base (604d035) to head (a1ba684).

Files with missing lines Patch % Lines
collator/src/mempool/impls/std_impl.rs 0.00% 6 Missing ⚠️
collator/src/mempool/state_update_context.rs 0.00% 2 Missing ⚠️
collator/src/manager/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
+ Coverage   43.80%   43.83%   +0.03%     
==========================================
  Files         269      269              
  Lines       47299    47294       -5     
  Branches    47299    47294       -5     
==========================================
+ Hits        20720    20733      +13     
+ Misses      25518    25498      -20     
- Partials     1061     1063       +2     

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