Specify authorization schema for builders #41
Labels
A: docs
Area: Documentation
C: block-builder
Component: block builder
C: mev-boost-relay
Component: mev-boost-relay
T: discussion
Type: Discussion
Milestone
Builders need to authenticate when subscribing to SSE events emitted from relays. Right now in the codebase we're using a string like this:
where
signature
refers to the JSON-stringified object appearing the in the authentication message.However, we should discuss more about it and update the specs.
The rationale for this schema is to have a simple one that included the builder public key, a nonce-like number to avoid replay attacks and a signature
The text was updated successfully, but these errors were encountered: