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

Merge branch 'main' into fix/lane-size-bound

4d1eedf
Select commit
Loading
Failed to load commit list.
Merged

fix: mempool lane size check on CheckTx #561

Merge branch 'main' into fix/lane-size-bound
4d1eedf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 1s

45.12% (+1.52%) compared to 242fdf2

View this Pull Request on Codecov

45.12% (+1.52%) compared to 242fdf2

Details

Codecov Report

Attention: Patch coverage is 65.83333% with 41 lines in your changes missing coverage. Please review.

Project coverage is 45.12%. Comparing base (242fdf2) to head (4d1eedf).

Files Patch % Lines
abci/checktx/mempool_parity_check_tx.go 71.66% 15 Missing and 2 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 ⚠️
lanes/terminator/lane.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #561      +/-   ##
==========================================
+ Coverage   43.59%   45.12%   +1.52%     
==========================================
  Files          63       63              
  Lines        2812     2921     +109     
==========================================
+ Hits         1226     1318      +92     
- Misses       1459     1469      +10     
- Partials      127      134       +7     

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