mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Update grpc deprecation message (#15222)
* comment updates and changelog * some missed comments
This commit is contained in:
@@ -51,7 +51,7 @@ var (
|
||||
}
|
||||
disableGRPCConnectionLogging = &cli.BoolFlag{
|
||||
Name: "disable-grpc-connection-logging",
|
||||
Usage: `WARNING: gRPC API will still be supported for some time, most likely until v8 in 2026, but will be eventually removed in favor of REST API.
|
||||
Usage: `WARNING: The gRPC API will remain the default and fully supported through v8 (expected in 2026) but will be eventually removed in favor of REST API..
|
||||
Disables displaying logs for newly connected grpc clients.`,
|
||||
}
|
||||
disablePeerScorer = &cli.BoolFlag{
|
||||
|
||||
Reference in New Issue
Block a user