-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
Description
💎 Issue
Prysm VC needs to change User-Agent header to properly report the VC's identity: name and version, instead of Go-http-client/1.1
.
Background
We would like to unify all VC clients behavior here. Currently at least Lodestar and Lighthose properly report the client names and versions.
This is the ask for Teku VC to implement the same: Consensys/teku#9602
Description
Having proper User-Agent would allow upstream software (such as DV middleware) to properly identify the client's identity. This is priceless for observability where system design allows for various VC clients.
KaloyanTanev and OisinKyne