docs: May 2026 w22 — v3.4.2 update#21408
Merged
Merged
Conversation
Add --erigondb.domain.steps-in-frozen-file to Database and Caching section. New in v3.4.2 (PR #21148). Flag exists on release/3.4 only; main PR skipped.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation to include the new --erigondb.domain.steps-in-frozen-file CLI flag introduced in v3.4.2, explaining how it overrides erigondb.toml’s steps_in_frozen_file specifically for the domain merge cap while leaving history/inverted-index merge behavior unchanged.
Changes:
- Documented
--erigondb.domain.steps-in-frozen-fileusage, semantics (positive integer vs"Inf"), and default behavior. - Updated the CLI Reference page to place the new flag under “Database and Caching”.
- Updated the
llms-full.txtcopies to reflect the same new flag entry.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| llms-full.txt | Adds the new CLI flag entry to the consolidated LLM docs output. |
| docs/site/static/llms-full.txt | Mirrors the same new CLI flag entry in the docs site static copy. |
| docs/site/docs/fundamentals/configuring-erigon/index.mdx | Adds the new CLI flag entry to the published CLI Reference under “Database and Caching”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AskAlexSharov
approved these changes
May 26, 2026
yperbasis
added a commit
that referenced
this pull request
Jun 1, 2026
Adds the **v3.4.3** section to `ChangeLog.md`, covering the user-facing changes merged to `release/3.4` since v3.4.2, and sets the v3.4.2 header to its release date (2026-05-22). **Bugfixes** - #21538 — second fix for the post-reorg `gas used mismatch` / state-leak still hitting v3.4.2 users - #21507 — `debug_getModifiedAccountsByHash` / `ByNumber` now match Geth semantics - #21389 — `--rpc.logs.maxresults` (documented in 3.4.0) now takes effect via the CLI **Improvements** - #21502 — fail-fast on oversized `engine_newPayload` backward download (less per-slot log spam / wasted fetches) Docs-only / internal PRs (#21451, #21408) are intentionally omitted. Version bump tracked separately in #21547. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
New in v3.4.2 (PR #21148):
--erigondb.domain.steps-in-frozen-fileWhat it does: Overrides the
steps_in_frozen_filesetting inerigondb.tomlfor the domain merge cap only (history and inverted-index merges are unaffected). Accepts a positive integer or"Inf"to leave unbounded.Verification:
cmd/utils/flags.goasErigondbDomainStepsInFrozenFileFlagnode/cli/default_flags.go(confirmed in [r3.4] db/state, ethconfig: bound domain merge; add --erigondb.domain.steps-in-frozen-file #21148 diff)main— nomainPR needed for this changeDocs placement: Database and Caching section in
configuring-erigon/index.mdx