firehose: emit genesis block on empty-chain start - #23
Merged
Conversation
Bump reth crates to v2.3.0-fh-8. Its Firehose ExEx (which base-reth-node installs) now emits the genesis block (with full alloc) at startup when the head is still at genesis, and the block-1 "genesis marker" hack is gone — block 1 is traced through the normal path. Drop the local marker special-casing in the engine-tree validator accordingly. Note: v2.3.0-fh-8 must be pushed to streamingfast/reth before this builds from the remote (verified locally against that tag). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
UlysseCorbeil
approved these changes
Aug 18, 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.
Bumps reth crates to
v2.3.0-fh-8(streamingfast/reth#24). Its Firehose ExEx (whichbase-reth-nodeinstalls) now emits the genesis block (with full alloc) at startup when the head is still at genesis, and the block-1 "genesis marker" hack is gone — block 1 is traced through the normal path. Drops the local marker special-casing in the engine-tree validator and updates the live-tracing test to expect blocks 1..=3.Compile-verified incl. bin and tests against the tag; the
firehose_live_tracingtest fails identically on pristine HEAD (wait_cloned must not be called from a rayon worker thread) — pre-existing, unrelated.🤖 Generated with Claude Code