Skip to content

Commit

Permalink
Merge branch 'develop' into fullyDeprecateVecHTR
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Mar 17, 2023
2 parents 9c22fb2 + 5243ca7 commit d06274d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/features/deprecated_flags.go
Expand Up @@ -22,13 +22,19 @@ var (
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedEnableReorgLateBlocks = &cli.BoolFlag{
Name: "enable-reorg-late-blocks",
Usage: deprecatedUsage,
Hidden: true,
}
)

// Deprecated flags for both the beacon node and validator client.
var deprecatedFlags = []cli.Flag{
exampleDeprecatedFeatureFlag,
deprecatedDisablePeerScorer,
deprecatedDisableVecHTR,
deprecatedEnableReorgLateBlocks,
}

// deprecatedBeaconFlags contains flags that are still used by other components
Expand Down

0 comments on commit d06274d

Please sign in to comment.