We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling the program locally to run in a solana-test-validator developer receives large stack size violations on mint and group instructions.
The large use of extension attributes on on the instructions cause heap memory violations.
Reduce the use of attributes on extensions to reduce macro generation.
https://github.com/wen-community/wen-new-standard/blob/main/programs/wen_new_standard/src/instructions/mint/create.rs#L38-L48
The text was updated successfully, but these errors were encountered:
duplicate #63
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue
When calling the program locally to run in a solana-test-validator developer receives large stack size violations on mint and group instructions.
Cause
The large use of extension attributes on on the instructions cause heap memory violations.
Resolution
Reduce the use of attributes on extensions to reduce macro generation.
https://github.com/wen-community/wen-new-standard/blob/main/programs/wen_new_standard/src/instructions/mint/create.rs#L38-L48
The text was updated successfully, but these errors were encountered: