Skip to content

feat(indexer): push result cap and ordering into KV tx search (PLT-748)#3708

Merged
amir-deris merged 12 commits into
mainfrom
amir/plt-786-bound-kv-tx-search
Jul 23, 2026
Merged

feat(indexer): push result cap and ordering into KV tx search (PLT-748)#3708
amir-deris merged 12 commits into
mainfrom
amir/plt-786-bound-kv-tx-search

Merge branch 'main' into amir/plt-786-bound-kv-tx-search

066b1bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2026 in 0s

59.24% (-0.96%) compared to 26d7d6c

View this Pull Request on Codecov

59.24% (-0.96%) compared to 26d7d6c

Details

Codecov Report

❌ Patch coverage is 69.07216% with 90 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.24%. Comparing base (26d7d6c) to head (066b1bf).

Files with missing lines Patch % Lines
sei-tendermint/internal/state/indexer/tx/kv/kv.go 63.19% 40 Missing and 20 partials ⚠️
...i-tendermint/internal/state/indexer/block/kv/kv.go 63.63% 13 Missing and 7 partials ⚠️
...i-tendermint/internal/state/indexer/tx/kv/utils.go 63.63% 2 Missing and 2 partials ⚠️
sei-tendermint/internal/state/indexer/utils.go 81.81% 3 Missing and 1 partial ⚠️
sei-tendermint/internal/rpc/core/tx.go 77.77% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3708      +/-   ##
==========================================
- Coverage   60.19%   59.24%   -0.96%     
==========================================
  Files        2328     2238      -90     
  Lines      194502   184191   -10311     
==========================================
- Hits       117088   109122    -7966     
+ Misses      66862    65345    -1517     
+ Partials    10552     9724     -828     
Files with missing lines Coverage Δ
...endermint/cmd/tendermint/commands/reindex_event.go 73.49% <100.00%> (ø)
sei-tendermint/config/config.go 74.64% <100.00%> (+0.15%) ⬆️
sei-tendermint/config/toml.go 54.23% <ø> (ø)
...tendermint/internal/state/indexer/block/kv/util.go 84.90% <ø> (-1.77%) ⬇️
sei-tendermint/internal/state/indexer/budget.go 100.00% <100.00%> (ø)
...ei-tendermint/internal/state/indexer/sink/kv/kv.go 100.00% <100.00%> (ø)
sei-tendermint/internal/state/indexer/sink/sink.go 80.64% <100.00%> (+0.64%) ⬆️
sei-tendermint/internal/rpc/core/tx.go 73.23% <77.77%> (+3.50%) ⬆️
...i-tendermint/internal/state/indexer/tx/kv/utils.go 75.00% <63.63%> (-25.00%) ⬇️
sei-tendermint/internal/state/indexer/utils.go 81.81% <81.81%> (ø)
... and 2 more

... and 93 files with indirect coverage changes

🚀 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.