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

TEAL v5 #29

Closed
16 tasks done
algoidurovic opened this issue Apr 5, 2022 · 1 comment · Fixed by #36
Closed
16 tasks done

TEAL v5 #29

algoidurovic opened this issue Apr 5, 2022 · 1 comment · Fixed by #36
Assignees

Comments

@algoidurovic
Copy link
Contributor

algoidurovic commented Apr 5, 2022

Opcodes (these are the ops introduced in v5 but supporting all of them may not be necessary):

  • ed25519verify (now available in stateful programs)
  • ecdsa_verify, ecdsa_pk_decompress, ecdsa_pk_recover (for k1 curve)
  • loads, stores (scratch slot index is top of stack) (scratch space manipulation)
  • cover, uncover (stack manipulation)
  • extract, extract3, extract_uint16, extract_uint32, extract_uint64
  • app_params_get
  • log
  • itxn_begin, itxn_field, itxn_submit, itxn, itxna (inner transactions)
  • txnas, gtxnas, gtxnsas, args (dynamic indexing)

Transaction fields:

  • Logs
  • NumLogs
  • CreatedApplicationID
  • CreatedAssetID
  • Nonparticipation

Global fields:

  • CurrentApplicationAddress
  • GroupID
@algorandskiy
Copy link
Collaborator

loads, stores are detached to #31
cover, uncover are AVM stack manipulation and the stack is abstracted by tealang.

@algorandskiy algorandskiy self-assigned this Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants