nimbus-eth2/beacon_chain/validator_client
zah d07113767d
Bugfix: The VC was producing invalid sync committee contributions (#4343)
Since the sync committee duties are no longer updated on every slot
and previously the sync committee aggregators selection proofs were
generated during the duties update, this now resulted in the client
using stale selection proofs (they must be generated at each slot).

The fix consists of moving the selection proof generation logic in
a different function which is properly executed on each slot.

Other changes:

* The logtrace tool has been enhanced with a framework for adding
  new simpler log aggregation and analysis algorithms.
  The default CI testnet simulation will now ensure that the blocks
  in the network have reasonable sync committee participation.
2022-11-24 09:46:35 +02:00
..
api.nim implement capellaImplementationMissing points; don't track not-active validator duties (#4340) 2022-11-22 13:56:05 +02:00
attestation_service.nim VC: Fix doppelganger protection never allow attestations. (#4236) 2022-10-14 14:19:17 +02:00
block_service.nim VC: Fix doppelganger protection never allow attestations. (#4236) 2022-10-14 14:19:17 +02:00
common.nim Bugfix: The VC was producing invalid sync committee contributions (#4343) 2022-11-24 09:46:35 +02:00
doppelganger_service.nim Per-validator doppelganger protection. (#4304) 2022-11-20 15:55:43 +02:00
duties_service.nim Bugfix: The VC was producing invalid sync committee contributions (#4343) 2022-11-24 09:46:35 +02:00
fallback_service.nim Highlight execution client for optimistically synced node (#4266) 2022-10-27 17:22:32 +00:00
fork_service.nim VC: roles & strategies. (#4113) 2022-09-29 09:57:14 +02:00
sync_committee_service.nim Bugfix: The VC was producing invalid sync committee contributions (#4343) 2022-11-24 09:46:35 +02:00