mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Changed subscribe-all-data-subnets to supernode (#16012)
* adding alias * kasey's suggestion * updating description * Update changelog/james-prysm_supernode-alias.md Co-authored-by: kasey <489222+kasey@users.noreply.github.com> --------- Co-authored-by: kasey <489222+kasey@users.noreply.github.com>
This commit is contained in:
3
changelog/james-prysm_supernode-alias.md
Normal file
3
changelog/james-prysm_supernode-alias.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### Changed
|
||||
|
||||
- Changed `--subscribe-all-data-subnets` flag to `--supernode` and aliased `--subscribe-all-data-subnets` for existing users.
|
||||
@@ -335,8 +335,9 @@ var (
|
||||
}
|
||||
// SubscribeAllDataSubnets enables subscription to all data subnets.
|
||||
SubscribeAllDataSubnets = &cli.BoolFlag{
|
||||
Name: "subscribe-all-data-subnets",
|
||||
Usage: "Enable subscription to all data subnets. Once set, unsetting this flag won't have any effect.",
|
||||
Name: "supernode",
|
||||
Aliases: []string{"subscribe-all-data-subnets"},
|
||||
Usage: "Enable subscription to all data subnets and store all blob columns, serving them over RPC. Required post-Fusaka for full blob reconstruction. This is effectively one-way: once enabled, the node keeps storing and serving all columns even if the flag is later unset.",
|
||||
}
|
||||
// BatchVerifierLimit sets the maximum number of signatures to batch verify at once.
|
||||
BatchVerifierLimit = &cli.IntFlag{
|
||||
|
||||
Reference in New Issue
Block a user