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
https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md defines support for unsigned integers up to 512 bits in 8 bit increments. As of #154, PyTeal offers 64 bit support for powers of two.
To help close PyTeal's ABI support gap, the ticket requests supporting N bits where 8 <= N < 64 subject to ARC-0004 constraints.
TBD - Suggest reviewing existing repo conventions when picking up the work.
TBD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md defines support for unsigned integers up to 512 bits in 8 bit increments. As of #154, PyTeal offers 64 bit support for powers of two.
To help close PyTeal's ABI support gap, the ticket requests supporting N bits where 8 <= N < 64 subject to ARC-0004 constraints.
Solution
TBD - Suggest reviewing existing repo conventions when picking up the work.
Dependencies
Urgency
TBD
The text was updated successfully, but these errors were encountered: