mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
beacon-chain: Reorganize flags in help text (#14959)
* Beacon flags: Comment on deprecated section * Beacon flags: Organize flags relevant to logging, comment on logging section * Beacon flags: Organize flags relevant to p2p, comment on p2p section * Beacon flags: Introduce db flag section, organize flags relevant to db, comment on db section * Beacon flags: Introduce builder flag section, organize flags relevant to builder, comment on builder section * Beacon flags: Introduce sync flag section, organize flags relevant to sync, comment on sync section * Beacon flags: Introduce execution layer flag section, organize flags relevant to execution layer, comment on execution layer section * Beacon flags: Introduce monitoring flag section, organize flags relevant to monitoring, comment on monitoring section * Beacon flags: Organizing remaining flags in cmd and beacon-chain sections * Beacon flags: Introduce slasher flag section, organize flags relevant to slasher, comment on slasher section * Move slasher flag from features to the slasher section * Changelog fragment * Beacon flags: Reorganize sections * Move MaxGoroutines to debug section
This commit is contained in:
@@ -296,6 +296,11 @@ var (
|
||||
Usage: "Directory for the slasher database",
|
||||
Value: cmd.DefaultDataDir(),
|
||||
}
|
||||
// SlasherFlag defines a flag to enable the beacon chain slasher.
|
||||
SlasherFlag = &cli.BoolFlag{
|
||||
Name: "slasher",
|
||||
Usage: "Enables a slasher in the beacon node for detecting slashable offenses.",
|
||||
}
|
||||
// BeaconDBPruning enables the pruning of beacon db.
|
||||
BeaconDBPruning = &cli.BoolFlag{
|
||||
Name: "beacon-db-pruning",
|
||||
|
||||
Reference in New Issue
Block a user