mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Remove Checkpoint Info Flag (#11231)
This commit is contained in:
@@ -190,9 +190,6 @@ func ConfigureBeaconChain(ctx *cli.Context) error {
|
||||
logDisabled(disablePeerScorer)
|
||||
cfg.EnablePeerScorer = false
|
||||
}
|
||||
if ctx.Bool(checkPtInfoCache.Name) {
|
||||
log.Warn("Advance check point info cache is no longer supported and will soon be deleted")
|
||||
}
|
||||
if ctx.Bool(enableLargerGossipHistory.Name) {
|
||||
logEnabled(enableLargerGossipHistory)
|
||||
cfg.EnableLargerGossipHistory = true
|
||||
|
||||
@@ -50,10 +50,6 @@ var (
|
||||
Name: "disable-peer-scorer",
|
||||
Usage: "Disables experimental P2P peer scorer",
|
||||
}
|
||||
checkPtInfoCache = &cli.BoolFlag{
|
||||
Name: "use-check-point-cache",
|
||||
Usage: "Enables check point info caching",
|
||||
}
|
||||
enableLargerGossipHistory = &cli.BoolFlag{
|
||||
Name: "enable-larger-gossip-history",
|
||||
Usage: "Enables the node to store a larger amount of gossip messages in its cache.",
|
||||
@@ -162,7 +158,6 @@ var BeaconChainFlags = append(deprecatedFlags, []cli.Flag{
|
||||
Mainnet,
|
||||
disablePeerScorer,
|
||||
enableLargerGossipHistory,
|
||||
checkPtInfoCache,
|
||||
disableBroadcastSlashingFlag,
|
||||
enableSlasherFlag,
|
||||
enableHistoricalSpaceRepresentation,
|
||||
|
||||
Reference in New Issue
Block a user