Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions types/builder_entry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ BuilderEntry:
pattern: "^0x(?:[a-fA-F0-9]{2}){1,4096}$"
description: |
Opaque data used to authenticate this validator's requests to the builder. Agreed with the
builder out of band and placed verbatim in the `RequestAuth.data` the validator signs. The
builder checks the signature and the exact bytes. Its meaning is left to the two parties
(for example, a shared secret). At most `MAX_DATA_SIZE` (4096) bytes.
builder out of band and placed verbatim in the `BuilderRequestAuth.data` the validator
signs. The builder checks the signature and the exact bytes. Its meaning is left to the two
parties (for example, a shared secret). At most `MAX_BUILDER_AUTH_DATA_SIZE` (4096) bytes.

The keymanager treats this value as opaque bytes: it only ever compares `auth_data` values
for equality, and never parses or inspects them. When no value has been agreed with the
Expand Down
2 changes: 1 addition & 1 deletion wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Vero
Gwei
uri
UTF
RequestAuth
BuilderRequestAuth
produceBlockV
Loading