moving web flag to feature (#15382)

This commit is contained in:
james-prysm
2025-06-05 14:18:54 -05:00
committed by GitHub
parent 8c324cc491
commit e569df5ebc
9 changed files with 27 additions and 20 deletions

View File

@@ -325,12 +325,7 @@ var (
Usage: "Skips the y/n confirmation userprompt for sending a deposit to the deposit contract.",
Value: false,
}
// EnableWebFlag enables controlling the validator client via the Prysm web ui. This is a work in progress.
EnableWebFlag = &cli.BoolFlag{
Name: "web",
Usage: "(Work in progress): Enables the web portal for the validator client.",
Value: false,
}
// SlashingProtectionExportDirFlag allows specifying the output directory
// for a validator's slashing protection history.
SlashingProtectionExportDirFlag = &cli.StringFlag{

View File

@@ -72,7 +72,6 @@ var appFlags = []cli.Flag{
flags.SlasherCertFlag,
flags.WalletPasswordFileFlag,
flags.WalletDirFlag,
flags.EnableWebFlag,
flags.GraffitiFileFlag,
flags.EnableDistributed,
flags.AuthTokenPathFlag,

View File

@@ -136,7 +136,6 @@ var appHelpFlagGroups = []flagGroup{
{
Name: "misc",
Flags: []cli.Flag{
flags.EnableWebFlag,
flags.DisablePenaltyRewardLogFlag,
flags.DisableAccountMetricsFlag,
flags.EnableDistributed,