nimbus-eth2/beacon_chain/validator_client
Eugene Kabanov ac1b02698a
VC: Use scoring function to select best attestation data when using multiple BNs. (#5101)
* Initial commit.

* Move score selection log statement to debug level.

* Fix proper float64 log format.

* Cleanup imports and legacy code.

* Address review comments.

* Address review comments.

* Fix scoring function.

* Address review comments.

* Address review comments 2.
Fix registerBlock post-rebase issues.

* Simplify innerLoop decision making.

* Make getAttestationDataScore() more testable.
Add tests for getAttestationDataScore().

* Add modified AllTests copy.
2023-07-06 11:14:22 +02:00
..
api.nim VC: Use scoring function to select best attestation data when using multiple BNs. (#5101) 2023-07-06 11:14:22 +02:00
attestation_service.nim VC: Remote BN received block monitoring. (#4856) 2023-06-08 10:44:32 +02:00
block_service.nim Fix polling block monitor from deadlocks when connection has been lost. (#5109) 2023-06-28 15:33:21 +02:00
common.nim VC: Use scoring function to select best attestation data when using multiple BNs. (#5101) 2023-07-06 11:14:22 +02:00
doppelganger_service.nim VC: Remote BN clock offset monitoring. (#4846) 2023-06-28 15:33:07 +02:00
duties_service.nim automated consensus spec URL updating to v1.4.0-beta.0 (#5121) 2023-06-24 15:43:30 +00:00
fallback_service.nim VC: Runtime config (#5130) 2023-06-28 15:33:38 +02:00
fork_service.nim VC: Remote BN clock offset monitoring. (#4846) 2023-06-28 15:33:07 +02:00
scoring.nim VC: Use scoring function to select best attestation data when using multiple BNs. (#5101) 2023-07-06 11:14:22 +02:00
sync_committee_service.nim VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02:00