mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
* adding user agent validator beacon client * Update runtime/version/version.go Co-authored-by: Bastin <43618253+Inspector-Butters@users.noreply.github.com> * test cases * contribution readme * setting user agent to build version data --------- Co-authored-by: Bastin <43618253+Inspector-Butters@users.noreply.github.com>
347 B
347 B
Added
- All outbound HTTP requests from the validator client now include a custom
User-Agentheader in the formatPrysm/<name>/<version>. This enhances observability and enables upstream systems to correctly identify Prysm validator clients by their name and version. - Fixes #15435.