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
{{ message }}
This repository was archived by the owner on May 23, 2023. It is now read-only.
ethereum/testutils.py:run_state_tests expects to create a Block object, even from invalid data. Therefore the current implementation of EIP 106 (raising a ValueError when __init__ializing with a too high gas_limit) is not compatible with the test function.