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

Failing token transfer: Assertion failed: failed to solve blackbox function: multi_scalar_mul #10039

Closed
critesjosh opened this issue Nov 19, 2024 · 0 comments · Fixed by #10081
Labels
from-community This originated from the community :)

Comments

@critesjosh
Copy link
Contributor

A simple transfer in the token contract intermittently fails. It fails for me ~1/3 of the time with the following error:

NoRetryError: (JSON-RPC PROPAGATED) (host http://localhost:8080) (method pxe_simulateTx) (code 400) Assertion failed: failed to solve blackbox function: multi_scalar_mul, reason: Point (2d8c1d24441c35ee51394e180c022b50bd704a070fdf79bb8a491d0299aecef2, 00e50e92f20a3e8d333c9d2308c27c09e3001c64b53a990ba0a4bb873e94ba8e) is not on curve 'multi_scalar_mul_array_return(points, scalars)'

To reproduce:

  • checkout this branch (jc/multi_scalar_mul_bug) of the aztec-starter
  • aztec start --sandbox
  • yarn transfer

Sandbox version 0.62.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from-community This originated from the community :)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant