You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think vouch refers to these as builder bids. the builder spec calls them "headers".
either way, the request is to add a HTTP header on those requests indicating the timestamp the request was sent.
relays would use this to measure proposer latency, which helps them return the response in time.
- name: Date-Millisecondsin: headerrequired: falsedescription: | Optional header containing a Unix timestamp in milliseconds representing the point-in-time the request was sent. This header can be used to measure latency.schema:
type: integerformat: int64example: 1710338135000
The text was updated successfully, but these errors were encountered:
This has been added in attestantio/go-builder-client@c4a8631 and will make its way into Vouch for the next release. I'll keep this open until the relevant dependency is updated.
i think vouch refers to these as builder bids. the builder spec calls them "headers".
either way, the request is to add a HTTP header on those requests indicating the timestamp the request was sent.
relays would use this to measure proposer latency, which helps them return the response in time.
details in: ethereum/builder-specs#106
spec: https://github.com/ethereum/builder-specs/blob/1bbe1e299aa174aa6b7ec7a84c59c678b4e1b063/apis/builder/header.yaml#L35
the relevant bit is:
The text was updated successfully, but these errors were encountered: