You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running test BasicTests/difficultyEIP2384_random.json on evm t8n results in wrong difficulty being calculated.
The first test case from the test file, "TestHeight10001380", can be executed using the following Env:
Test expects a difficulty value of 0x3d55a997080ccc2d, but the value returned by evm t8n is 0x3d56a997080ccb2d.
The expected difficulty is calculated by using the MuirGlacier block pushback value of 9,000,000, but the difficulty returned by evm seems to be using a block pushback value of 5,000,000.
The text was updated successfully, but these errors were encountered:
Running test BasicTests/difficultyEIP2384_random.json on evm t8n results in wrong difficulty being calculated.
The first test case from the test file, "TestHeight10001380", can be executed using the following Env:
Test expects a difficulty value of
0x3d55a997080ccc2d
, but the value returned by evm t8n is0x3d56a997080ccb2d
.The expected difficulty is calculated by using the MuirGlacier block pushback value of 9,000,000, but the difficulty returned by evm seems to be using a block pushback value of 5,000,000.
The text was updated successfully, but these errors were encountered: