go-ethereum/beacon
Klimov Sergei b9e2eb5944
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
beacon/config: fix LoadForks with non-string values (#32609)
Fixes a crash when loading the beacon chain config if new fields like
`BLOB_SCHEDULE: []` are present.
Previously, the config loader assumed all values were strings, causing
errors such as:

```
Fatal: Could not load beacon chain config '/network-configs/config.yaml': failed to parse beacon chain config file: yaml: unmarshal errors:
line 242: cannot unmarshal !!seq into string
```

This PR updates the parsing logic to handle non-string values correctly
and adds explicit validation for fork fields.
2025-09-19 01:30:00 +02:00
..
blsync beacon/blsync: fix requests encoding in engine_newPayloadV4 (#31775) 2025-05-07 18:53:45 +08:00
engine eth/catalyst, beacon/engine: enable BPO and Osaka on stateless APIs (#32636) 2025-09-19 00:16:01 +02:00
light all: fix problematic function name in comment (#32513) 2025-08-29 08:54:23 +08:00
merkle beacon/merkle: use reflect.TypeFor (#32322) 2025-08-07 14:36:20 +02:00
params beacon/config: fix LoadForks with non-string values (#32609) 2025-09-19 01:30:00 +02:00
types beacon/types, beacon/blsync: update for electra (#31243) 2025-03-11 17:17:47 +01:00