-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for opcodes for consensus incentives #270
Comments
Hi @uhudo we're just researching the status of those opcodes since they don't appear in the latest langspec yet, which is what we use to generate the op code support. |
Hi @robdmoore, has there been any update on this? Or is there a workaround possible? |
Good question! Let me follow up with the team. |
Team are on it, should land within a few days |
Hi @robdmoore, has there been any update on this? |
Hi @uhudo, have a PR in progress for this now, I expect to have it merged next week |
Problem
Algorand 3.25.0 introduced new AVM opcodes related to consensus incentives.
For related smart contract applications, access to these opcodes is required.
Solution
Expand AcctParamsGet and Global classes with new corresponding methods.
The text was updated successfully, but these errors were encountered: