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
"Final Scenario hasn't been set":
[
"idPrecomps_d4g0v0_London[London]",
"modexp_d28g0v0_London[London]",
"modexp_d29g0v0_London[London]",
...
This happens at commit time. The issue is that we shouldn't reach commit time for those tests, as we're calling MODEXP with more than 512 bytes arg, so the transaction should be popped. But as we don't have the pop mechanism for reference tests, we try to trace those transactions, and it fails.
Details
The transaction data of the failing test vectors in resources/ethereum-tests/GeneralStateTests/stPreCompiledContracts/modexp.json is
in some ref tests, we get this failure:
This happens at commit time. The issue is that we shouldn't reach commit time for those tests, as we're calling MODEXP with more than 512 bytes arg, so the transaction should be popped. But as we don't have the pop mechanism for reference tests, we try to trace those transactions, and it fails.
Details
The transaction data of the failing test vectors in
resources/ethereum-tests/GeneralStateTests/stPreCompiledContracts/modexp.json
isThis yields the following malformed data (for Linea)
More tests to exclude on this basis
The same issue also appears in
The text was updated successfully, but these errors were encountered: