Skip to content

docs: remove 4 non-CLI flags from configuring-erigon (vmodule, gpo.maxprice, whitelist, silkworm.workers)#20384

Merged
awskii merged 1 commit into
release/3.3from
docs/fix-non-cli-flags-r33
Apr 7, 2026
Merged

docs: remove 4 non-CLI flags from configuring-erigon (vmodule, gpo.maxprice, whitelist, silkworm.workers)#20384
awskii merged 1 commit into
release/3.3from
docs/fix-non-cli-flags-r33

Conversation

@bloxster

@bloxster bloxster commented Apr 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Removes 4 flags from the prose section of configuring-erigon.md that are not in node/cli/default_flags.go (= not accessible via erigon --help) and also absent from the verbatim --help dump in the docs.

Flags removed:

  • --vmodule — not in DefaultFlags (already removed from logs.md in docs: migrate v3.3 documentation from gitbook_docs_v3.3 to release/3.3 #20263; this removes the remaining mention in configuring-erigon.md)
  • --gpo.maxprice (GpoMaxGasPriceFlag) — not in DefaultFlags
  • --whitelist (WhitelistFlag) — not in DefaultFlags
  • --silkworm.workers — not in DefaultFlags and not found in cmd/utils/flags.go

Identified by the weekly DefaultFlags comprehensive audit (w15, 2026-04-07).

🤖 Generated with Claude Code

@awskii awskii merged commit c69ac3f into release/3.3 Apr 7, 2026
13 checks passed
@awskii awskii deleted the docs/fix-non-cli-flags-r33 branch April 7, 2026 15:55
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.

3 participants