Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the Merge related CLI options #348

Closed
bgravenorst opened this issue Mar 10, 2022 · 3 comments · Fixed by #349
Closed

Document the Merge related CLI options #348

bgravenorst opened this issue Mar 10, 2022 · 3 comments · Fixed by #349
Assignees

Comments

@bgravenorst
Copy link
Contributor

See: Consensys/teku#4874

The options are currently hidden with the -X option, but we should probably document then as if there where visible (without --X), and merge the documentation as soon as the dev work is complete.

It would be good to have the doc ready when the feature is released.

@bgravenorst bgravenorst pinned this issue Mar 10, 2022
@courtneyeh
Copy link
Contributor

CLI Options made visible:

      --ee-endpoint=<NETWORK>
                             URL for Execution Engine node.
      --ee-jwt-secret-file=<FILENAME>
                             Location of the file specifying the hex-encoded
                               256 bit secret key to be used for
                               verifying/generating jwt tokens
      --validators-proposer-default-fee-recipient[=<ADDRESS>]
                             Default fee recipient sent to the execution
                               engine, which could use it as fee recipient when
                               producing a new execution block.
      --validators-proposer-config[=<STRING>]
                             remote URL or local file path to load proposer
                               configuration from
      --validators-proposer-config-refresh-enabled[=<BOOLEAN>]
                             Enable the proposer configuration reload on every
                               proposer preparation (once per epoch)
                               Default: false

@bgravenorst
Copy link
Contributor Author

Thanks @courtneyeh, are we still keeping the eth1 CLI options, such as--eth1-endpoint, --eth1-deposit-contract-address, etc.?

@courtneyeh
Copy link
Contributor

Yes everything else remains the same. These are CLI options that have have been added to the original set. @bgravenorst

@alexandratran alexandratran self-assigned this Mar 11, 2022
@alexandratran alexandratran unpinned this issue Mar 17, 2022
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 a pull request may close this issue.

3 participants