go-ethereum/beacon/engine
Barnabas Busa 18025f9001 beacon/engine: regenerate gen_ed.go to include BlockAccessList
ExecutableData.BlockAccessList was added to the struct in types.go but
gen_ed.go was never regenerated, so MarshalJSON/UnmarshalJSON silently
dropped the field. engine_getPayloadV6 responses were emitted without
blockAccessList, which Prysm rejected with "missing required field
'blockAccessList' for ExecutionPayload", preventing any block
production post-genesis.

Regenerated via `go generate ./beacon/engine/`.
2026-04-28 13:54:44 +02:00
..
errors.go beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) 2023-08-26 04:52:12 +02:00
gen_blockparams.go core/vm: implement eip-7843: SLOTNUM (#33589) 2026-02-26 13:53:46 +01:00
gen_ed.go beacon/engine: regenerate gen_ed.go to include BlockAccessList 2026-04-28 13:54:44 +02:00
gen_epe.go eth/catalyst, beacon/engine: enable BPO and Osaka on stateless APIs (#32636) 2025-09-19 00:16:01 +02:00
types.go all: implement BAL single-threaded execution and validation 2026-04-28 13:54:44 +02:00
types_test.go all: define constructor for BlobSidecar (#32213) 2025-07-17 11:19:20 +08:00