Skip to content

chore: update ethlambda CLI flags to align with the spec#168

Open
conache wants to merge 2 commits intoblockblaz:mainfrom
conache:ethlambda-update-cmd-flags
Open

chore: update ethlambda CLI flags to align with the spec#168
conache wants to merge 2 commits intoblockblaz:mainfrom
conache:ethlambda-update-cmd-flags

Conversation

@conache
Copy link
Copy Markdown

@conache conache commented Apr 29, 2026

Description

Aligns ethlambda's CLI flags with the client cli flags spec.

Changes:

In client-cmds/ethlambda-cmd.sh, both the node_binary and node_docker invocations now pass the following flags instead of the single --custom-network-config-dir:

Flag Path
--genesis <config_dir>/config.yaml
--validators <config_dir>/annotated_validators.yaml
--bootnodes <config_dir>/nodes.yaml
--validator-config <config_dir>/validator-config.yaml
--hash-sig-keys-dir <config_dir>/hash-sig-keys

<config_dir> is $configDir in binary mode and /config in docker mode.

Note: ethlambda flags PR will be merged once this PR is approved, as stated in @MegaRedHand's comment here.

@MegaRedHand
Copy link
Copy Markdown
Contributor

ansible/roles/ethlambda/tasks/main.yml also needs to be updated

@conache conache changed the title Update ethlambda CLI flags to align with the spec chore: update ethlambda CLI flags to align with the spec May 1, 2026
@conache
Copy link
Copy Markdown
Author

conache commented May 1, 2026

ansible/roles/ethlambda/tasks/main.yml also needs to be updated

@MegaRedHand thanks for flagging this! Updated in 7e7e5f4

@conache conache marked this pull request as ready for review May 1, 2026 10:30
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