Skip to content

Conversation

@patrick-ogrady
Copy link
Contributor

No description provided.

* pipe indexer into engine

* basic indexer test

* check indexer is working
* cleanup inspector

* finish inspector

* refactor code

* update README

* add much faster

* add connection prep

* add debug

* add range

* fetch range

* update README
@patrick-ogrady patrick-ogrady marked this pull request as ready for review March 11, 2025 01:06
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 31.39394% with 566 lines in your changes missing coverage. Please review.

Project coverage is 62.89%. Comparing base (af9ec7e) to head (cb1562e).

Files with missing lines Patch % Lines
inspector/src/main.rs 0.00% 230 Missing ⚠️
chain/src/bin/setup.rs 0.00% 189 Missing ⚠️
inspector/src/utils.rs 0.00% 77 Missing ⚠️
chain/src/lib.rs 86.41% 25 Missing ⚠️
client/src/consensus.rs 0.00% 24 Missing ⚠️
chain/src/actors/syncer/actor.rs 90.72% 9 Missing ⚠️
chain/src/bin/validator.rs 0.00% 8 Missing ⚠️
client/src/lib.rs 0.00% 2 Missing ⚠️
client/src/utils.rs 0.00% 2 Missing ⚠️
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   71.07%   62.89%   -8.18%     
==========================================
  Files          20       22       +2     
  Lines        2755     3323     +568     
==========================================
+ Hits         1958     2090     +132     
- Misses        797     1233     +436     
Files with missing lines Coverage Δ
chain/src/actors/application/actor.rs 91.72% <100.00%> (+0.11%) ⬆️
chain/src/actors/syncer/ingress.rs 100.00% <100.00%> (ø)
chain/src/engine.rs 96.89% <100.00%> (+0.02%) ⬆️
client/src/lib.rs 0.00% <0.00%> (ø)
client/src/utils.rs 0.00% <0.00%> (ø)
chain/src/bin/validator.rs 0.00% <0.00%> (ø)
chain/src/actors/syncer/actor.rs 88.70% <90.72%> (-7.69%) ⬇️
client/src/consensus.rs 0.00% <0.00%> (ø)
chain/src/lib.rs 93.41% <86.41%> (-6.59%) ⬇️
inspector/src/utils.rs 0.00% <0.00%> (ø)
... and 2 more

... and 1 file 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 af9ec7e...cb1562e. Read the comment docs.

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

@patrick-ogrady patrick-ogrady merged commit 52aae01 into main Mar 11, 2025
4 checks passed
@patrick-ogrady patrick-ogrady deleted the push-read-indexer branch March 11, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants