nimbus-eth2/beacon_chain/validator_client
Jacek Sieka 856fcea8d7
fix slow checking of unknown validators (#4590)
We do a linear scan of all pubkeys for each validator and slot - this
becomes expensive with large validator counts.

* normalise BN/VC validator startup logging
* fix crash when host cannot be resolved while adding remote validator
* silence repeated log spam for unknown validators
* print pubkey/index/activation mapping on startup/validator
identification
2023-02-07 14:53:36 +00:00
..
api.nim `BeaconStateFork/BeaconBlockFork` -> `ConsensusFork` (#4560) 2023-01-28 19:53:41 +00:00
attestation_service.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
block_service.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
common.nim fix slow checking of unknown validators (#4590) 2023-02-07 14:53:36 +00:00
doppelganger_service.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
duties_service.nim fix slow checking of unknown validators (#4590) 2023-02-07 14:53:36 +00:00
fallback_service.nim implement more missing capella functionality (#4344) 2022-11-24 09:53:04 +02:00
fork_service.nim VC: roles & strategies. (#4113) 2022-09-29 09:57:14 +02:00
sync_committee_service.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00