ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

Use alloy execution payload type #74

Closed GrapeBaBa closed 2 months ago

GrapeBaBa commented 2 months ago

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 use From trait, does it make sense? @refcell

refcell commented 2 months ago

Resolve the conflicts and this is godo to go 👍 Very nice work!