mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
9889b840ce
* 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.