No Deneb payload
halo3mic opened this issue · 3 comments
halo3mic commented
When submitting the block to the relay via Suave I get bad request with error {"code":400,"message":"not deneb payload"}\n
.
The source of the error is here in the relay code.
It appears suave-geth and suave-execution-geth need support for the new payload with blobs.
lthibault commented
lthibault commented
Okay, I think the beacon root needs to be set here, as beaconRoot
is part of the Header
struct when calculating the block hash.