-
Notifications
You must be signed in to change notification settings - Fork 20
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
(backport #561)
#565
Conversation
* push * init * fix setup * format * fix test * use lane * ok * finalize * fix everything * lint fix: * Update abci/checktx/mempool_parity_check_tx.go Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com> * lint fix * tidy * remove * cleanup --------- Co-authored-by: David Terpay <david.terpay@gmail.com> Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com> (cherry picked from commit f1cde2a) # Conflicts: # README.md # go.mod # go.sum # x/auction/types/mocks/account_keeper.go # x/auction/types/mocks/bank_keeper.go # x/auction/types/mocks/distribution_keeper.go # x/auction/types/mocks/rewards_address_provider.go # x/auction/types/mocks/staking_keeper.go
Cherry-pick of f1cde2a has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v2.x.x #565 +/- ##
=================================================
Coverage ? 44.80%
=================================================
Files ? 62
Lines ? 2890
Branches ? 0
=================================================
Hits ? 1295
Misses ? 1457
Partials ? 138 ☔ View full report in Codecov by Sentry. |
Closes BLO-1473
This is an automatic backport of pull request #561 done by Mergify.