mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 07:58:40 +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/`. |
||
|---|---|---|
| .. | ||
| blsync | ||
| engine | ||
| light | ||
| merkle | ||
| params | ||
| types | ||