ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 654 forks source link

Extend execution payload envelope to contain parent beacon block root #214

Closed danyalprout closed 5 months ago

danyalprout commented 5 months ago

Description

Extend ExecutionPayloadEnvelope to return parent beacon block root as discussed in this specs PR.

Tests

Added a e2e test for this behavior in op_geth_test.go. Happy to also port a a similar test here.