Skip to content

Commit

Permalink
Remove deprecated flags: optional engine and registration
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Feb 10, 2024
1 parent 5df8b83 commit 524194f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/features/deprecated_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ var (
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedDisableGossipBatchAggregation = &cli.BoolFlag{
Name: "disable-gossip-batch-aggregation",
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedEnableRegistrationCache = &cli.BoolFlag{
Name: "enable-registration-cache",
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedEnableOptionalEngineMethods = &cli.BoolFlag{
Name: "enable-optional-engine-methods",
Usage: deprecatedUsage,
Expand Down Expand Up @@ -62,8 +52,6 @@ var (
// Deprecated flags for both the beacon node and validator client.
var deprecatedFlags = []cli.Flag{
exampleDeprecatedFeatureFlag,
deprecatedDisableGossipBatchAggregation,
deprecatedEnableRegistrationCache,
deprecatedEnableOptionalEngineMethods,
deprecatedDisableBuildBlockParallel,
deprecatedDisableReorgLateBlocks,
Expand Down

0 comments on commit 524194f

Please sign in to comment.