Implement "Synchronously check all transactions to have non-zero length"

This commit is contained in:
Eitan Seri-Levi
2025-01-02 22:08:06 +07:00
parent 9b8a25f8dd
commit 23d331bace
3 changed files with 7 additions and 1 deletions

View File

@@ -1226,7 +1226,7 @@ async fn progressive_balances_cache_attester_slashing() {
.apply_blocks_while(|_, state| state.finalized_checkpoint().epoch == 0)
.await
.unwrap()
// TODO(electra) The shuffling calculations changed between Altair and Electra. Without
// TODO(electra) The shuffling calculations changed between Altair and Electra. Without
// skipping slots this test breaks. For some reason `fork_name_unchecked` returns Altair
// initially, even though this test harness should be initialized with the most recent fork, i.e. Electra
.skip_slots(32)