Skip to content

node: Wire up ChainSection.ingestor to control block ingestion#6447

Open
lutter wants to merge 1 commit intomasterfrom
lutter/ingestor
Open

node: Wire up ChainSection.ingestor to control block ingestion#6447
lutter wants to merge 1 commit intomasterfrom
lutter/ingestor

Conversation

@lutter
Copy link
Collaborator

@lutter lutter commented Mar 20, 2026

The [chains] ingestor config field was validated and logged but never actually consulted when deciding whether to run block ingestion. Add Config::is_block_ingestor() as the single source of truth: ingestion runs only when --disable-block-ingestor is not set and the node's id matches the configured ingestor value.

The `[chains] ingestor` config field was validated and logged but never
actually consulted when deciding whether to run block ingestion. Add
`Config::is_block_ingestor()` as the single source of truth: ingestion
runs only when `--disable-block-ingestor` is not set and the node's id
matches the configured ingestor value.
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