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

ABI: Support odd-sized unsigned integers #252

Open
michaeldiamant opened this issue Mar 21, 2022 · 0 comments
Open

ABI: Support odd-sized unsigned integers #252

michaeldiamant opened this issue Mar 21, 2022 · 0 comments
Labels
new-feature-request Feature request that needs triage Team Scytale

Comments

@michaeldiamant
Copy link
Contributor

michaeldiamant commented Mar 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Scytale
Projects
None yet
Development

No branches or pull requests

1 participant