nimbus-eth2/beacon_chain/validator_client
Etan Kissling c3fe055bd4
fix incorrect config validation regression from #5959 (#5966)
During refactoring of #5959, some implicit `return` were overlooked,
resulting in spurious `err()` being returned without message.

```
{"lvl":"WRN","ts":"2024-02-26 10:12:20.469+00:00","msg":"Beacon nodes report different configuration values","reason":"","service":"fallback_service","node":"http://127.0.0.1:9303[Nimbus/v24.2.1-4e9bc7-stateofus]","node_index":0,"node_roles":"AGBSDT"}
```

Correcting the helpers to return explicit result in all exhaustive
cases so that this cannot happen anymore by accident.
2024-02-26 13:32:01 +01:00
..
api.nim
attestation_service.nim
block_service.nim
common.nim fix incorrect config validation regression from #5959 (#5966) 2024-02-26 13:32:01 +01:00
doppelganger_service.nim
duties_service.nim add EIP-7044 support to keymanager API (#5959) 2024-02-26 09:48:07 +01:00
fallback_service.nim
fork_service.nim
scoring.nim
selection_proofs.nim
sync_committee_service.nim