Closed GrapeBaBa closed 2 months ago
Fix #51.
This PR remove all the custom ExecutionPayload* structs and use upstream alloy payload instead.
ExecutionPayload*
I think convert_payload* function could be implemented in kona use From trait, does it make sense? @refcell
convert_payload*
From
Resolve the conflicts and this is godo to go 👍 Very nice work!
Fix #51.
This PR remove all the custom
ExecutionPayload*
structs and use upstream alloy payload instead.I think
convert_payload*
function could be implemented in kona useFrom
trait, does it make sense? @refcell