chore: drop old prover_db_indexer code - #214
Merged
Merged
Conversation
prover_db_indexer code
1.70.0Bug Fixes
Features
|
JayWhite2357
force-pushed
the
chore/drop-old-prover-db-indexer
branch
from
August 3, 2026 07:26
3679762 to
9612f5d
Compare
Contributor
Author
|
NOTE: this PR depends on #212. |
JayWhite2357
force-pushed
the
chore/drop-old-prover-db-indexer
branch
from
August 3, 2026 13:38
249e05e to
c8d63e6
Compare
tlovell-sxt
previously approved these changes
Aug 3, 2026
JayWhite2357
marked this pull request as ready for review
August 4, 2026 01:13
JayWhite2357
force-pushed
the
chore/drop-old-prover-db-indexer
branch
from
August 4, 2026 16:11
c8d63e6 to
816267c
Compare
tlovell-sxt
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
This is the final PR in the transition from an offchain indexing based
prover_db_indexerto a client-based one.This PR largely is intended to revert the old code. As a result, the diff between this PR and commit 4fa4307 was inspected and some effort was made to minimize that change.
What changes are included in this PR?
See individual commit messages.
Are these changes tested?
These changes are covered by existing tests and mostly drop code.