nimbus-eth2/beacon_chain/validator_client
Eugene Kabanov 9889b840ce
VC: new scoring functions. (#5447)
* Initial commit.

* Fix issues and tests.

* Fix test compilation issue.

* Update AllTests.

* Change the most poor score name from <lowest> to <bad>.
Split sync committee message score in range, so lexicographic scores will not intersect with normal one.
Lexicographic scores should be below to normal scores.

* Address review comments.
Fix aggregated attestation scoring to use MAX_VALIDATORS_PER_COMMITTEE.
Fix sync committee contributions to use SYNC_SUBCOMMITTEE_SIZE.
Add getUniqueVotes test vectors.

* Post-rebase fixes.

* Address review comments.

* Return back score calculation based on actual bits length.

* AllTests modification.
2023-11-14 12:13:26 +01:00
..
api.nim VC: new scoring functions. (#5447) 2023-11-14 12:13:26 +01:00
attestation_service.nim Fix cancellation deprecate warnings. (#5454) 2023-09-24 09:28:09 +02:00
block_service.nim update Deneb for blob sidecar inclusion proofs (#5565) 2023-11-06 07:48:43 +01:00
common.nim VC: Obol middleware support (#5375) 2023-11-08 14:03:51 +02:00
doppelganger_service.nim VC: Remote BN clock offset monitoring. (#4846) 2023-06-28 15:33:07 +02:00
duties_service.nim VC: Obol middleware support (#5375) 2023-11-08 14:03:51 +02:00
fallback_service.nim Fix cancellation deprecate warnings. (#5454) 2023-09-24 09:28:09 +02:00
fork_service.nim remove `{.raises: [Defect].}` Nim 1.2 compatibility (#5352) 2023-08-25 11:29:07 +02:00
scoring.nim VC: new scoring functions. (#5447) 2023-11-14 12:13:26 +01:00
selection_proofs.nim VC: Obol middleware support (#5375) 2023-11-08 14:03:51 +02:00
sync_committee_service.nim VC: new scoring functions. (#5447) 2023-11-14 12:13:26 +01:00