nimbus-eth2/beacon_chain/validator_client
Jacek Sieka 4d9eaafe9c
vc: fix missing attestations due to doppelganger in epoch 1 (#4688)
* log validator that triggers doppelganger
* move activity detection closer to where it's performed, record
aggregation as activity (since it's part of the liveness endpoint)
* vc: check for doppelgangers in epoch 0 also (so that activity in epoch
1 can happen)
* avoid some looping when processing activities
2023-03-02 16:55:45 +01:00
..
api.nim rename eip48844ImplementationMissing to denebImplementationMissing (#4654) 2023-02-23 10:37:45 +00:00
attestation_service.nim vc: fix missing attestations due to doppelganger in epoch 1 (#4688) 2023-03-02 16:55:45 +01:00
block_service.nim VC: Use not-synced/opt-synced BNs. (#4635) 2023-02-23 00:11:00 +00:00
common.nim vc: fix missing attestations due to doppelganger in epoch 1 (#4688) 2023-03-02 16:55:45 +01:00
doppelganger_service.nim vc: fix missing attestations due to doppelganger in epoch 1 (#4688) 2023-03-02 16:55:45 +01:00
duties_service.nim VC: Use not-synced/opt-synced BNs. (#4635) 2023-02-23 00:11:00 +00:00
fallback_service.nim VC: Use not-synced/opt-synced BNs. (#4635) 2023-02-23 00:11:00 +00:00
fork_service.nim VC: Use not-synced/opt-synced BNs. (#4635) 2023-02-23 00:11:00 +00:00
sync_committee_service.nim VC: Use not-synced/opt-synced BNs. (#4635) 2023-02-23 00:11:00 +00:00