flashbots / relay-specs

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

Remove submitBlock response type #26

Closed jtraglia closed 1 year ago

jtraglia commented 1 year ago

The relay doesn't actually return any content on success, just a 200 response code. See:

https://github.com/flashbots/mev-boost-relay/blob/b7095834a40cb871074c48d02a8ade83e8ab65a3/services/api/service.go#L2005

Fixes #25.