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
Opcodes (these are the ops introduced in v5 but supporting all of them may not be necessary):
Transaction fields:
Global fields:
The text was updated successfully, but these errors were encountered:
loads, stores are detached to #31 cover, uncover are AVM stack manipulation and the stack is abstracted by tealang.
loads
stores
cover
uncover
Sorry, something went wrong.
algorandskiy
Successfully merging a pull request may close this issue.
Opcodes (these are the ops introduced in v5 but supporting all of them may not be necessary):
loads, stores (scratch slot index is top of stack)(scratch space manipulation)cover, uncover(stack manipulation)Transaction fields:
Global fields:
The text was updated successfully, but these errors were encountered: