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

[Merged by Bors] - feat: prune ineffectual mempool txs #6443

Closed
wants to merge 17 commits into from

add semicolon

2fe5ca4
Select commit
Loading
Failed to load commit list.
Closed

[Merged by Bors] - feat: prune ineffectual mempool txs #6443

add semicolon
2fe5ca4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 0s

79.9% (-0.1%) compared to f711c61

View this Pull Request on Codecov

79.9% (-0.1%) compared to f711c61

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 45 lines in your changes missing coverage. Please review.

Project coverage is 79.9%. Comparing base (f711c61) to head (2fe5ca4).
Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
sql/transactions/transactions.go 71.1% 10 Missing and 5 partials ⚠️
txs/cache.go 34.7% 10 Missing and 5 partials ⚠️
api/grpcserver/transaction_service.go 0.0% 9 Missing ⚠️
genvm/vm.go 0.0% 4 Missing ⚠️
txs/conservative_state.go 0.0% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #6443     +/-   ##
=========================================
- Coverage     79.9%   79.9%   -0.1%     
=========================================
  Files          352     353      +1     
  Lines        46096   46396    +300     
=========================================
+ Hits         36865   37100    +235     
- Misses        7142    7192     +50     
- Partials      2089    2104     +15     

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