Set user agent on requests to builder (#4199)

## Issue Addressed

Closes #4185

## Proposed Changes

- Set user agent to `Lighthouse/vX.Y.Z-<commit hash>` by default
- Allow tweaking user agent via `--builder-user-agent "agent"`
This commit is contained in:
Michael Sproul
2023-04-18 02:47:36 +00:00
parent 1d92e3f77c
commit e9a7316f1d
7 changed files with 71 additions and 12 deletions

1
Cargo.lock generated
View File

@@ -863,6 +863,7 @@ name = "builder_client"
version = "0.1.0"
dependencies = [
"eth2",
"lighthouse_version",
"reqwest",
"sensitive_url",
"serde",