-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not able to compile code with solana & exceed computation units error while calling verify function #92
Comments
I am unable to compile with solana too Compiling libsecp256k1 v0.6.0 Caused by: |
hello,
code has been successfully compiled but with one error as stack exceeded max limit:
error message: Error: Function _ZN17libsecp256k1_core6ecmult13ECMultContext6ecmult17h70a883a093cf3492E Stack offset of -4592 exceeded max offset of -4096 by 496 bytes, please minimize large stack variables ( detailed shown in below snap )
Program eY1fuXT4ibaEXKwxg2nCxRfhgT8whRpmDGCHRrdYGcE consumed 200000 of 200000 compute units
, even-though i have left with 156539 units out of 200000 which is max limit for computation in solana.i have raised same issue with solana dev support as well, and after suggesting some solutions at last he has mentioned that they can't increase computation limit you might have to contact library for same.
can you please look into this issue?
The text was updated successfully, but these errors were encountered: