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:
james-prysm
2025-11-13 10:51:00 -08:00
committed by GitHub
parent b94904b784
commit 7ba60d93f2
2 changed files with 6 additions and 2 deletions

View File

@@ -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{