Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra

This commit is contained in:
realbigsean
2024-06-20 10:41:17 -04:00
143 changed files with 1467 additions and 1519 deletions

View File

@@ -2279,9 +2279,9 @@ impl ApiTester {
vec![validator_count],
vec![validator_count, 1],
vec![validator_count, 1, 3],
vec![u64::max_value()],
vec![u64::max_value(), 1],
vec![u64::max_value(), 1, 3],
vec![u64::MAX],
vec![u64::MAX, 1],
vec![u64::MAX, 1, 3],
];
interesting.push((0..validator_count).collect());