Only process blocks which haven't been processed (#13442)

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Justin Traglia
2024-01-09 16:14:03 -06:00
committed by GitHub
parent 703cfc5819
commit cf606e3766
6 changed files with 9 additions and 12 deletions

View File

@@ -189,7 +189,7 @@ func ExtendBlocksPlusBlobs(t *testing.T, blks []blocks.ROBlock, size int) ([]blo
return blks, blobs
}
// HackDenebForkEpoch is helpful for tests that need to set up cases where the deneb fork has passed.
// HackDenebMaxuint is helpful for tests that need to set up cases where the deneb fork has passed.
// We have unit tests that assert our config matches the upstream config, where the next fork is always
// set to MaxUint64 until the fork epoch is formally set. This creates an issue for tests that want to
// work with slots that are defined to be after deneb because converting the max epoch to a slot leads