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

chore: unhide flags relevant for devnets / testing #7271

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/cli/src/cmds/beacon/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
},

genesisStateFile: {
hidden: true,
description: "Path or URL to download a genesis state file in ssz-encoded format",
type: "string",
},
Expand Down Expand Up @@ -80,7 +79,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
ignoreWeakSubjectivityCheck: {
description:
"Ignore the checkpoint sync state failing the weak subjectivity check. This is relevant in testnets where the weak subjectivity period is too small for even few epochs of non finalization causing last finalized to be out of range. This flag is not recommended for mainnet use.",
hidden: true,
type: "boolean",
group: "weak subjectivity",
},
Expand Down Expand Up @@ -120,7 +118,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
},

persistNetworkIdentity: {
hidden: true,
description: "Whether to reuse the same peer-id across restarts",
type: "boolean",
},
Expand Down
Loading