go-ethereum/beacon/blsync
Felix Lange add5709cb5
beacon/engine: strip type byte in requests (#30576)
This change brings geth into compliance with the current engine API
specification for the Prague fork. I have moved the assignment of
ExecutionPayloadEnvelope.Requests into BlockToExecutableData to ensure
there is a single place where the type is removed.

While doing so, I noticed that handling of requests in the miner was not
quite correct for the empty payload. It would return `nil` requests for
the empty payload even for blocks after the Prague fork. To fix this, I
have added the emptyRequests field in miner.Payload.
2024-10-14 21:43:35 +02:00
..
block_sync_test.go beacon/blsync: better error information in test (#30336) 2024-08-23 12:29:02 +02:00
block_sync.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00
client.go beacon/blsync: support for deneb fork (#29180) 2024-03-20 19:22:44 +01:00
config.go all: clean up goerli flag and config (#30289) 2024-08-20 15:59:48 +02:00
engineclient.go beacon/engine: strip type byte in requests (#30576) 2024-10-14 21:43:35 +02:00