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: mempool lane size check on CheckTx #561

Merged
merged 17 commits into from
Jul 2, 2024

cleanup

50cd6dc
Select commit
Loading
Failed to load commit list.
Merged

fix: mempool lane size check on CheckTx #561

cleanup
50cd6dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 0s

45.06% (+1.46%) compared to 242fdf2

View this Pull Request on Codecov

45.06% (+1.46%) compared to 242fdf2

Details

Codecov Report

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

Project coverage is 45.06%. Comparing base (242fdf2) to head (50cd6dc).

Files Patch % Lines
abci/checktx/mempool_parity_check_tx.go 69.84% 16 Missing and 3 partials ⚠️
testutils/utils.go 75.00% 4 Missing and 4 partials ⚠️
x/auction/types/mocks/bank_keeper.go 14.28% 5 Missing and 1 partial ⚠️
x/auction/types/mocks/account_keeper.go 33.33% 1 Missing and 1 partial ⚠️
x/auction/types/mocks/distribution_keeper.go 33.33% 2 Missing ⚠️
x/auction/types/mocks/rewards_address_provider.go 33.33% 1 Missing and 1 partial ⚠️
x/auction/types/mocks/staking_keeper.go 33.33% 2 Missing ⚠️
block/base/match.go 0.00% 1 Missing ⚠️
block/types.go 0.00% 1 Missing ⚠️
lanes/terminator/lane.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #561      +/-   ##
==========================================
+ Coverage   43.59%   45.06%   +1.46%     
==========================================
  Files          63       63              
  Lines        2812     2920     +108     
==========================================
+ Hits         1226     1316      +90     
- Misses       1459     1469      +10     
- Partials      127      135       +8     

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