docs: use patched Erigon v3.3.0 image for Linea from-scratch sync - #1652
Open
Othryades wants to merge 4 commits into
Open
docs: use patched Erigon v3.3.0 image for Linea from-scratch sync#1652Othryades wants to merge 4 commits into
Othryades wants to merge 4 commits into
Conversation
Stock Erigon does not sync current Linea from scratch: v3.5.0 hangs at block 0 with --externalcl + Maru (erigontech/erigon#22081), and earlier versions hit [EIP-7002] Syscall failure: Empty Code at the Fusaka fork (erigontech/erigon#18160). Update the Erigon page to instruct users to build the patched linea-erigon:v3.3.0-linea-patched image locally from the Dockerfile in the lineth-monorepo. Document the three patches the image applies and the --externalcl + Maru runtime mode, and update the binary distribution alternative to build from Erigon v3.3.0 with the same three patches. Signed-off-by: Othryades <17912603+Othryades@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The run-a-node index page still referenced the old "Linea support merge commit" and "v3.5 or later" framing. Update both the table cell and the Next actions note to reflect that stock Erigon does not sync current Linea from scratch and operators should build the locally patched linea-erigon:v3.3.0-linea-patched image. Signed-off-by: Othryades <17912603+Othryades@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
|
||
| This image is not published to a registry — you build it locally from the Dockerfile | ||
| shipped in the monorepo at | ||
| [`docs/getting-started/linea-mainnet/erigon-linea/`](https://github.com/LFDT-Lineth/lineth-monorepo/tree/main/docs/getting-started/linea-mainnet/erigon-linea) |
Contributor
There was a problem hiding this comment.
This link 404s, should it be a different link?
Collaborator
Author
There was a problem hiding this comment.
I forgot to mention, pending on the merge of LFDT-Lineth/lineth-monorepo#3698
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
alexandratran
approved these changes
Aug 3, 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.
Summary
linea-erigon:v3.3.0-linea-patchedimage locally from the Dockerfile shipped in the lineth-monorepo, instead of building from the #20298 merge commit.v3.3.0with the same three patches.Why
Stock Erigon does not sync current Linea from scratch:
erigontech/erigon:v3.5.0with--externalcl+ Maru hangs at block 0 (erigontech/erigon#22081).[EIP-7002] Syscall failure: Empty Codeat the Fusaka fork (erigontech/erigon#18160).The patched image applies three fixes on top of Erigon
v3.3.0:sentryMcDisableBlockDownload = false(enables EL-driven bootstrap from genesis)nilinstead of erroring (Fusaka fix)nilinstead of erroring (Fusaka fix)Test plan
make buildfromlineth-monorepo/docs/getting-started/linea-mainnet/erigon-linea/docker compose up erigon-init erigon-node maru-nodebegins syncingsedpatchesNote
Low Risk
Documentation and navigation-only changes with no runtime or application code impact.
Overview
Erigon run-a-node guidance no longer tells operators to build from upstream PR #20298 or wait for Erigon
v3.5. It now states that stock Erigon cannot sync current Linea from genesis, cites #22081 and #18160, and documents thelinea-erigon:v3.3.0-linea-patchedimage built fromlineth-monorepo/docs/getting-started/linea-mainnet/erigon-linea/with three named fixes (EL block download, EIP-7002/7251 empty-code syscalls).The Docker flow is simplified: build via
make build(optionalPLATFORM=linux/arm64), drop manual compose image/datadir/genesis copy steps, and starterigon-init,erigon-node, andmaru-nodetogether with a short note on--externalcland bootstrap behavior. The binary path mirrors the same threesedpatches on Erigonv3.3.0.The run-a-node index table and quickstart call out the patched image requirement instead of a pending
v3.5release.sidebars.jsreorders the How-to section (e.g. Run a node moved up; recover-state / assertions repositioned).Reviewed by Cursor Bugbot for commit ccbfafe. Bugbot is set up for automated code reviews on this repo. Configure here.