go-ethereum/beacon
Barnabas Busa 4e6c9ec825 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 22:42:37 +02:00
..
blsync beacon/blsync: ignore beacon syncer reorging errors (#33628) 2026-02-23 16:02:23 +01:00
engine beacon/engine: regenerate gen_ed.go to include BlockAccessList 2026-04-28 22:42:37 +02:00
light beacon/light: keep retrying checkpoint init if failed (#33966) 2026-04-01 16:05:57 +02:00
merkle beacon/merkle: use reflect.TypeFor (#32322) 2025-08-07 14:36:20 +02:00
params beacon/config: ignore nil values in config file (#33065) 2025-11-26 16:19:33 +01:00
types beacon/types: update for fulu (#33349) 2025-12-03 23:17:19 +01:00