-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schedule Goerli shanghaiTime and configure forkId for tests #5151
Conversation
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
The I think still makes sense to keep it. It tests that the configuration in the network json file is correct. Whereas the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jframe Got my test names mixed up, switch Since not convinced by the value of adding Goerli config to it though, is there any in your opinion? |
As for the value of adding Goerli config to the |
…ger#5151) Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
…ger#5151) Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Announced here: ethereum/execution-specs#724
Still waiting for confirmation of the forkId hash.Marius confirmed:
Sepolia change for comparison: 5452159
I could update
ForkIdsNetworkConfigTest
but Goerli hasn't been kept up to date for that test since Istanbul. I checked code coverage and I don't believe that test is providing any extra value beyond whatForkIdTest
is already doing. I would suggest we removeForkIdsNetworkConfigTest
and the unnecessary parts ofForkIdTestUtil
. Would like some feedback from @jframe about that first though.