Skip to content

feat(mempool)!: respect gas wanted returned by ante handler - #25338

Merged
mmsqe merged 16 commits into
cosmos:mainfrom
mmsqe:fix_mempool
Jun 5, 2026
Merged

feat(mempool)!: respect gas wanted returned by ante handler#25338
mmsqe merged 16 commits into
cosmos:mainfrom
mmsqe:fix_mempool

Merge branch 'main' into fix_mempool

7c7a2ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2026 in 0s

64.94% (-0.05%) compared to 0636334

View this Pull Request on Codecov

64.94% (-0.05%) compared to 0636334

Details

Codecov Report

❌ Patch coverage is 86.27451% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.94%. Comparing base (0636334) to head (7c7a2ca).

Files with missing lines Patch % Lines
baseapp/baseapp.go 66.66% 2 Missing ⚠️
types/mempool/sender_nonce.go 71.42% 2 Missing ⚠️
baseapp/abci_utils.go 95.45% 1 Missing ⚠️
types/mempool/mempool.go 80.00% 1 Missing ⚠️
types/mempool/noop.go 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #25338      +/-   ##
==========================================
- Coverage   64.98%   64.94%   -0.05%     
==========================================
  Files         813      797      -16     
  Lines       56577    55605     -972     
==========================================
- Hits        36764    36110     -654     
+ Misses      19813    19495     -318     
Files with missing lines Coverage Δ
types/mempool/priority_nonce.go 92.37% <100.00%> (+0.03%) ⬆️
types/tx_msg.go 82.35% <ø> (ø)
baseapp/abci_utils.go 86.36% <95.45%> (+2.56%) ⬆️
types/mempool/mempool.go 46.66% <80.00%> (+19.39%) ⬆️
types/mempool/noop.go 33.33% <50.00%> (ø)
baseapp/baseapp.go 86.17% <66.66%> (ø)
types/mempool/sender_nonce.go 86.66% <71.42%> (+0.09%) ⬆️

... and 21 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.