mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 16:01:36 +00:00
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/`. |
||
|---|---|---|
| .. | ||
| errors.go | ||
| gen_blockparams.go | ||
| gen_ed.go | ||
| gen_epe.go | ||
| types.go | ||
| types_test.go | ||