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

Loop load from scratch slots #132

Closed
hernandp opened this issue Oct 22, 2021 · 4 comments
Closed

Loop load from scratch slots #132

hernandp opened this issue Oct 22, 2021 · 4 comments
Labels

Comments

@hernandp
Copy link
Contributor

Cross-referenced here.

https://forum.algorand.org/t/pyteal-loop-load-from-scratch-slots/4790

Thanks in advance.
Regards,

@hernandp hernandp added the new-feature-request Feature request that needs triage label Oct 22, 2021
@fabrice102
Copy link
Contributor

More generally, the issue seems to be that PyTEAL does not support stores and loads TEAL opcode.

Also affecting
https://forum.algorand.org/t/pyteal-increment-slot-value-in-a-seq-expression/4864?u=fabrice

@hernandp
Copy link
Contributor Author

hernandp commented Oct 25, 2021

@fabrice102 It is possible to output raw TEAL code to use non-pyTEAL supported opcodes such as those, EDCSA, etc? That would be a useful feature, if its not currently available.

@algoanne
Copy link

@hernandp is this still an issue? We have stores and loads via dynamic scratch vars now, so perhaps that resolves your use case?

@hernandp
Copy link
Contributor Author

@algoanne Yes, this can be nicely done with dynamic scratch vars now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants