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
To keep PyTeal-to-AVM parity, the ticket requests exposing AVM 8 features.
acct_params_get
AccountParam
We've opted to not expose these opcodes because we believe there's limited developer use cases.
switch
For the following opcodes, we're working on them out-of-band to this issue:
match
pushints
pushbytess
AVM 8 version update:
The text was updated successfully, but these errors were encountered:
jdtzmn
No branches or pull requests
To keep PyTeal-to-AVM parity, the ticket requests exposing AVM 8 features.
acct_params_get
fields introduced in Exposes more of AccountData to AVM go-algorand#4491.AccountParam
to support minimum version per field.We've opted to not expose these opcodes because we believe there's limited developer use cases.
switch
introduced in AVM: Switch opcode go-algorand#4458.For the following opcodes, we're working on them out-of-band to this issue:
match
,pushints
, andpushbytess
via Placeholder: Leverage match opcode #573.AVM 8 version update:
The text was updated successfully, but these errors were encountered: