nimbus-eth2/beacon_chain/validator_client
Etan Kissling e04e95167d
avoid `read`/`readError` in favor of `value`/`error` (#5904)
In VC logic, bump 3 remaining uses of `readError`/`read` to use
`error`/`value` instead. The surrounding logic guarantees success.
2024-02-19 10:52:35 +01:00
..
api.nim avoid `read`/`readError` in favor of `value`/`error` (#5904) 2024-02-19 10:52:35 +01:00
attestation_service.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
block_service.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
common.nim avoid `read`/`readError` in favor of `value`/`error` (#5904) 2024-02-19 10:52:35 +01:00
doppelganger_service.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
duties_service.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
fallback_service.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
fork_service.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
scoring.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
selection_proofs.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
sync_committee_service.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00