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

implement a mempool for the sequencer #2341

Merged
merged 24 commits into from
Jan 24, 2025

comment: rename curDBElem

3ae53ca
Select commit
Loading
Failed to load commit list.
Merged

implement a mempool for the sequencer #2341

comment: rename curDBElem
3ae53ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 0s

74.51% (target 70.00%)

View this Pull Request on Codecov

74.51% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 67.54386% with 74 lines in your changes missing coverage. Please review.

Project coverage is 74.51%. Comparing base (d3ff578) to head (3ae53ca).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
mempool/mempool.go 62.63% 54 Missing and 17 partials ⚠️
mempool/db_utils.go 92.10% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2341      +/-   ##
==========================================
- Coverage   74.68%   74.51%   -0.17%     
==========================================
  Files         111      113       +2     
  Lines       12123    12809     +686     
==========================================
+ Hits         9054     9545     +491     
- Misses       2370     2544     +174     
- Partials      699      720      +21     

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