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
After PR #1980, the only remaining failing static test, not only in Osaka but in all previous forks too, is tests/static/state_tests/stEIP1559/lowGasPriceOldTypesFiller.yml
E ethereum_test_specs.helpers.UndefinedExecutionExceptionError: Exception mismatch on Transaction ({'index': 0, 'nonce': 1}):
E What: Transaction exception mismatch!
E Want: TransactionException.INSUFFICIENT_MAX_FEE_PER_GAS
E Got: "Failed transaction: InvalidBlock()"
E No exception defined for error message got, please add it to ExecutionSpecsExceptionMapper
It requires a fix on the error message potentially.
cc @spencer-tb I remember there was a recent PR modifying exception messages, so this could potentially be one that we missed?