mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
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:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -863,6 +863,7 @@ name = "builder_client"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"eth2",
|
||||
"lighthouse_version",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user