Skip to content

Merge branch 'main' into akaladarshi/fix-get-events-api

8aea806
Select commit
Loading
Failed to load commit list.
Merged

fix: remove unique events logic from the ChainGetEvents API #6286

Merge branch 'main' into akaladarshi/fix-get-events-api
8aea806
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2026 in 0s

58.71% (-0.06%) compared to f96325d

View this Pull Request on Codecov

58.71% (-0.06%) compared to f96325d

Details

Codecov Report

❌ Patch coverage is 32.08955% with 91 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.71%. Comparing base (f96325d) to head (8aea806).

Files with missing lines Patch % Lines
src/db/migration/v0_31_0.rs 6.49% 72 Missing ⚠️
src/rpc/methods/eth/filter/mod.rs 45.45% 5 Missing and 1 partial ⚠️
src/shim/executor.rs 64.70% 5 Missing and 1 partial ⚠️
src/state_manager/mod.rs 72.72% 1 Missing and 2 partials ⚠️
src/tool/subcommands/api_cmd/test_snapshot.rs 83.33% 1 Missing and 1 partial ⚠️
src/daemon/db_util.rs 0.00% 1 Missing ⚠️
src/rpc/methods/chain.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/chain/store/chain_store.rs 67.70% <100.00%> (-1.02%) ⬇️
src/chain_sync/chain_follower.rs 38.54% <ø> (-0.10%) ⬇️
src/daemon/context.rs 64.97% <ø> (-0.17%) ⬇️
src/db/car/many.rs 67.24% <ø> (+0.02%) ⬆️
src/db/memory.rs 86.40% <ø> (+0.99%) ⬆️
src/db/migration/migration_map.rs 88.95% <ø> (ø)
src/db/mod.rs 41.66% <ø> (+2.72%) ⬆️
src/db/parity_db.rs 69.75% <ø> (+1.73%) ⬆️
src/libp2p/chain_exchange/provider.rs 83.45% <ø> (-0.12%) ⬇️
src/rpc/methods/sync.rs 71.83% <100.00%> (-1.33%) ⬇️
... and 12 more

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f96325d...8aea806. Read the comment docs.

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