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.
The text was updated successfully, but these errors were encountered:
in some ref tests, we get this failure:
"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.
The text was updated successfully, but these errors were encountered: