ABI: Support odd-sized unsigned integers
- Lingua principale
- Python
- Stelle
- 288
- Fork
- 138
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 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 https://github.com/algorand/pyteal/pull/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
* Optional: Consider if https://github.com/algorand/pyteal/issues/251 ought to be picked up in tandem.
## Urgency
TBD
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.