Skip to content

remove

16e15f1
Select commit
Loading
Failed to load commit list.
Open

feat(krakatoa): operate_exclusively toggles krakatoa features #1060

remove
16e15f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 11, 2026 in 0s

62.23% (-1.89%) compared to bea1ab9

View this Pull Request on Codecov

62.23% (-1.89%) compared to bea1ab9

Details

Codecov Report

❌ Patch coverage is 51.73210% with 209 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.23%. Comparing base (bea1ab9) to head (16e15f1).

Files with missing lines Patch % Lines
mempool/krakatoa_mempool.go 51.37% 52 Missing and 89 partials ⚠️
mempool/mempool.go 54.41% 12 Missing and 19 partials ⚠️
mempool/txpool/legacypool/legacypool.go 63.15% 2 Missing and 12 partials ⚠️
rpc/backend/backend.go 0.00% 6 Missing ⚠️
server/start.go 0.00% 6 Missing ⚠️
server/server_app_options.go 20.00% 2 Missing and 2 partials ⚠️
rpc/backend/call_tx.go 0.00% 2 Missing ⚠️
rpc/backend/sign_tx.go 0.00% 2 Missing ⚠️
mempool/txpool/txpool.go 90.90% 0 Missing and 1 partial ⚠️
server/json_rpc.go 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1060      +/-   ##
==========================================
- Coverage   64.11%   62.23%   -1.89%     
==========================================
  Files         331      331              
  Lines       23303    23840     +537     
==========================================
- Hits        14941    14837     -104     
- Misses       6946     7293     +347     
- Partials     1416     1710     +294     
Files with missing lines Coverage Δ
mempool/internal/queue/queue.go 61.03% <100.00%> (-29.76%) ⬇️
mempool/recheck_pool.go 63.90% <ø> (ø)
mempool/tx_tracker.go 55.38% <ø> (-6.16%) ⬇️
mempool/txpool/legacypool/tx_store.go 61.97% <100.00%> (-35.09%) ⬇️
server/config/config.go 41.61% <100.00%> (-5.29%) ⬇️
server/flags/flags.go 0.00% <ø> (ø)
mempool/txpool/txpool.go 50.70% <90.90%> (-2.24%) ⬇️
server/json_rpc.go 0.00% <0.00%> (ø)
x/vm/keeper/keeper.go 83.09% <0.00%> (-2.84%) ⬇️
rpc/backend/call_tx.go 47.84% <0.00%> (-13.90%) ⬇️
... and 7 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.