Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hugae arg modexp (>512 bytes) #1578

Open
letypequividelespoubelles opened this issue Nov 28, 2024 · 0 comments
Open

hugae arg modexp (>512 bytes) #1578

letypequividelespoubelles opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working reference test

Comments

@letypequividelespoubelles
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reference test
Projects
None yet
Development

No branches or pull requests

1 participant