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

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feature/sequencer-mempool

dd77266
Select commit
Loading
Failed to load commit list.
Open

implement a mempool for the sequencer #2341

Merge branch 'main' into feature/sequencer-mempool
dd77266
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 1s

74.52% (target 70.00%)

View this Pull Request on Codecov

74.52% (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.52%. Comparing base (d3ff578) to head (dd77266).

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.52%   -0.16%     
==========================================
  Files         111      113       +2     
  Lines       12123    12351     +228     
==========================================
+ Hits         9054     9205     +151     
- Misses       2370     2428      +58     
- Partials      699      718      +19     

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