feat: use generic key value config for prover_db_indexing - #209
Merged
Conversation
1.70.0Bug Fixes
Features
|
JayWhite2357
force-pushed
the
feat/use-generic-config-for-prover-db
branch
from
July 29, 2026 16:28
81867d8 to
154fa79
Compare
JayWhite2357
force-pushed
the
feat/use-generic-config-for-prover-db
branch
from
July 30, 2026 13:22
154fa79 to
78927f9
Compare
JayWhite2357
force-pushed
the
feat/use-generic-config-for-prover-db
branch
4 times, most recently
from
July 30, 2026 18:05
1699a2f to
88e37a3
Compare
tlovell-sxt
previously approved these changes
Jul 30, 2026
…storage/CLI based config
JayWhite2357
force-pushed
the
feat/use-generic-config-for-prover-db
branch
from
July 30, 2026 20:22
88e37a3 to
faff564
Compare
JayWhite2357
enabled auto-merge
July 30, 2026 20:22
tlovell-sxt
approved these changes
Jul 30, 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
#208 introduces generic key-value config for offchain workers. This PR uses it for the
prover_db_indexingOCW.What changes are included in this PR?
ProverDbConsumerConfigis populated from the new generic key-value configmax_blocks_per_invocationandocw_lock_deadline_msare added to the configuration so they can be chosen by a node operator rather than hardcoded by the runtime. The default values keep the old values.Are these changes tested?
Yes