[r3.5] ChangeLog: add v3.5.1 release notes - #22372
Merged
Merged
Conversation
yperbasis
marked this pull request as ready for review
July 10, 2026 10:08
yperbasis
requested review from
awskii,
Copilot,
lupin012,
lystopad,
sudeepdino008 and
taratorio
July 10, 2026 10:08
Contributor
There was a problem hiding this comment.
Pull request overview
Adds v3.5.1 point-release notes to ChangeLog.md, following the existing point-release structure used for the v3.4.x series and the v3.5.0 entry.
Changes:
- Add a new Erigon v3.5.1 — Tidal Tails — TBD section with summarized Bugfixes and Improvements.
- Include a GitHub compare link for the full changelog (
v3.5.0...v3.5.1).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lystopad
approved these changes
Jul 10, 2026
Sahil-4555
pushed a commit
to Sahil-4555/erigon
that referenced
this pull request
Jul 14, 2026
…2457) Ports the **v3.5.1** (erigontech#22372) and **v3.5.2** (erigontech#22442) point-release notes from `release/3.5` to `main`, so the changelog on `main` carries the full release history. These two sections are the only ChangeLog content present on `release/3.5` but missing from `main` — every other difference between the branches is legitimately branch-specific (the unreleased v3.6.0 entries on `main`). The ported text is byte-identical to `release/3.5` and is inserted immediately below the unreleased v3.6.0 section, ahead of v3.5.0, preserving the newest-first ordering. Done as a manual port rather than a cherry-pick of erigontech#22372 / erigontech#22442: those commits insert right after the `eth_simulateV1` block, which on `main` is now followed by extra v3.6.0-only entries, so a cherry-pick would conflict; the v3.5.1 commit also predates the real release date now on the branch. Docs-only change (`ChangeLog.md`); no code, tests, or `go.mod` affected.
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.
Adds the v3.5.1 release notes to
ChangeLog.md, following the v3.4.1–v3.4.4 point-release format (codename Tidal Tails, kept from 3.5.0; date left asTBDpending the release).Scope: user-facing Bugfixes and Improvements merged to
release/3.5since thev3.5.0tag. Each entry cites the[r3.5]PR that landed on the branch and credits the original fix author, matching the existing point-release style.The six issues closed in milestone 3.5.1 are all covered: #21992 & #22101 (commitment consistency), #22013 (
stage_custom_traceprune), #22275 (snapshot reset), #22337 (Bellatrix reconstruction loop), #22351 (forkchoiceGetHeadstall).Deliberately omitted as minor/internal/tooling/docs-only:
cmd/integration/segbuild tweaks ([r3.5] cmd, integration: make unbounded domain merge default in seg retire / stage_exec / stage_custom_trace #22137, [r3.5] cmd/integration: collate state files incrementally in parallel stage_exec #22262), QA sync-wait bump ([3.5] QA: Modified default wait sync latest from 10 to 300 #22280), docs & changelog commits (docs(site): publish v3.5 as default, archive v3.4 #22062, docs: correct MAX_REORG_DEPTH default (512 → 96) #22068, [r3.5] ChangeLog: v3.4.4 notes + reformat version headers (#21910, #22044) #22090), downloader concurrency hardening ([r3.5] db/downloader: lock torrentsByName write in AddNewSeedableFile #22319).Opened as a draft: fill in the release date on tag, and confirm nothing else is expected to land in 3.5.1 before finalizing.
No
make lintrun — the diff is markdown-only (ChangeLog.md), which golangci-lint does not scan.