Skip to content

docs: remove non-CLI flags from configuring-erigon (ipc*, ws.addr, ws.api, ws.origins)#20382

Merged
yperbasis merged 3 commits into
mainfrom
docs/fix-non-cli-flags-main
Apr 8, 2026
Merged

docs: remove non-CLI flags from configuring-erigon (ipc*, ws.addr, ws.api, ws.origins)#20382
yperbasis merged 3 commits into
mainfrom
docs/fix-non-cli-flags-main

Conversation

@bloxster

@bloxster bloxster commented Apr 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Removes flags documented in the prose section of configuring-erigon/README.md that are not registered in node/cli/default_flags.go and therefore not settable via erigon CLI.

Flags removed:

  • --ipcdisable — not in DefaultFlags; IPC is also force-disabled at runtime (nodeConfig.IPCPath = "")
  • --ipcpath — not in DefaultFlags; IPC is force-disabled at runtime
  • --ws.addr — not in DefaultFlags
  • --ws.api — not in DefaultFlags
  • --ws.origins — not in DefaultFlags

The WS flags that ARE in DefaultFlags remain: --ws, --ws.port, --ws.compression.

Mirrors fixes already applied to release/3.3 (PR #20263, commit e2edbc7 / d1baf2f).

Note: release/3.4 was already clean (no issue found there).

🤖 Generated with Claude Code

@yperbasis yperbasis added this pull request to the merge queue Apr 8, 2026
Merged via the queue into main with commit 44b1edd Apr 8, 2026
35 checks passed
@yperbasis yperbasis deleted the docs/fix-non-cli-flags-main branch April 8, 2026 09:06
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.

2 participants