Skip to content

fix: timestamp check to greater or equal than 15000#235

Merged
mpaulucci merged 1 commit into
mainfrom
fix-network-transition-tests
Aug 8, 2024
Merged

fix: timestamp check to greater or equal than 15000#235
mpaulucci merged 1 commit into
mainfrom
fix-network-transition-tests

Conversation

@vicentevieytes

@vicentevieytes vicentevieytes commented Aug 8, 2024

Copy link
Copy Markdown
Contributor

Motivation

Fix ef_tests where the fork transition occurs within a single test

Description

Changes the timestamp check for tests with network "ShanghaiToCancunAtTime15k" :

From: if block.header.timestamp > 15_000

To: if block.header.timestamp >= 15_000

Gets all tests from eip4788_beacon_root eip7516_blobgasfee eip4895_withdrawals to pass again.

Fix for this pr: #230

@vicentevieytes vicentevieytes changed the title fix timestamp check to greater or equal than 15000 fix: timestamp check to greater or equal than 15000 Aug 8, 2024
@vicentevieytes vicentevieytes marked this pull request as ready for review August 8, 2024 17:39
@vicentevieytes vicentevieytes requested a review from a team as a code owner August 8, 2024 17:39
@mpaulucci mpaulucci added this pull request to the merge queue Aug 8, 2024
Merged via the queue into main with commit 446a259 Aug 8, 2024
@mpaulucci mpaulucci deleted the fix-network-transition-tests branch August 8, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants