Cosimo Bassi
Cosimo Bassi
### Subject of the issue Getter method `byte_srt` of `Bytes` returns a string containing quotation marks. ### Your environment `pyteal`: 0.10.1 ### Steps to reproduce ```python Bytes('foo').byte_str ``` ### Expected...
Add ARC-22 `readonly` fields to methods in `smart_asa_abi.json`.
The TEAL source code should include a constant that univocally identifies the implementation versioning.
Ensuring that the ABI JSON in the repository (resulting from PyTeal automated generation) and the Smart Contract PyTeal code are always aligned. **Describe the solution you'd like** Introduce a test...
Add an example to README showing how to use the Sandbox, connected to TestNet, to deploy and interact with a Smart ASA on a public network.
In order to facilitate client-side discovering of Smart ASA interface, a reference to Smart ASA ABI could be provided, somehow, in the Application Crate transaction note-field.
**Is your feature request related to a problem? Please describe.** Currently Smart ASA failures during execution on AVM are not specifically identified by error codes and/or root causes. This makes...
Would be super nice to keep the TEAL syntax highlighter up to date.
### Subject of the issue Defined `output` type with PyTeal ABI to return a `list` of `tuple`, like: ```python output: abi.StaticArray[abi.Tuple2[abi.Address, abi.String], Literal[2]], ``` The decoded output returns a `list`...
**Issue** Since the [ASA-to-ASA swap](https://github.com/AlgoWorldNFT/algoworld-swapper/blob/main/src/asa_to_asa_swapper.py) requires the offered ASA to be deposited in the Swapper Contract, there is a limitation for those users willing to concurrently swap a card for...