Skip to content

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

Merged
lutter merged 1 commit into
masterfrom
lutter/ingestor
Mar 23, 2026
Merged

lutter merged 1 commit into
masterfrom
lutter/ingestor

Conversation

@lutter

@lutter lutter commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

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