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
Moving the conversation here but it seems like this all stems from this issue and ultimately this PR.
Removing these lines will get this test to pass again and will break 2 tests related to keeping the gas limit constant. I'm not sure why we wouldn't want to test the actual behavior of the gas limit over keeping it constant but I suppose we can discuss that here.
What was wrong?
This test: https://github.com/ethereum/eth-tester/blob/master/tests/backends/test_pyevm.py#L33-L56
Fails if there is a transition to the LondonVM and more than one block is mined on London. The stacktrace looks like:
How can it be fixed?
Not sure yet.
The text was updated successfully, but these errors were encountered: