flashbots / relay-specs

MEV-Boost Relay API Specs
https://flashbots.github.io/relay-specs
Creative Commons Zero v1.0 Universal
28 stars 12 forks source link

`proposer_pubkey` is missing from schema and examples #23

Closed ralexstokes closed 1 year ago

ralexstokes commented 1 year ago

it looks like the flashbots/mev-boost-relay expects the proposer's public key:

https://github.com/attestantio/go-builder-client/blob/master/api/v1/bidtrace.go#L25

and these specs omit it.

this makes it harder for others to use the specs to contribute to the ecosystem and we should correct it :)