Cosimo Bassi

Results 17 issues of 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...

Team Scytale
new-bug

Add ARC-22 `readonly` fields to methods in `smart_asa_abi.json`.

documentation

The TEAL source code should include a constant that univocally identifies the implementation versioning.

enhancement

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...

enhancement

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.

documentation

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.

enhancement

**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...

enhancement

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`...

bug
good first issue
external contribution
Team Lamprey

**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...

enhancement