Results 8 issues of Fergal Walsh

## Problem The DryRun response does not include Inner Txns for Application Call transactions. This makes DryRun quite limited. With this output included it could be effectively used for writing...

new-feature-request
Team Scytale

## Problem There is a limit on the byte size of a teal program that can be compiled with the `teal/compile` endpoint. I have run into that limit with a...

new-feature-request
Team Scytale

Please see the Tealish Roadmap #64 post in Discussions for the current project roadmap.

This PR includes an example application that uses the ARC4 ABI spec methods and types. This may be a useful starting point for people that want to write ABI compliant...

Tealish could allow the developer to define a schema for Global & Local states. The schema would serve two purposes: * indicate the number of int & byte slices used...

AVM 8+ has support for frame pointers which allow for more efficient stack & slot usage for subroutines (functions in Tealish). Tealish can generate Teal that uses `proto` at the...

enhancement

https://github.com/tinymanorg/tinyman-py-sdk/blob/40ca5536b7e31d642954ed4e3e9ee773e598c28d/tinyman/utils.py#L108 If any of the elements of `signed_transactions` is None we should raise an error to inform the user that not all transactions have been signed. The same applies to...

enhancement
good first issue

https://github.com/tinymanorg/tinyman-py-sdk/blob/40ca5536b7e31d642954ed4e3e9ee773e598c28d/tinyman/utils.py#L103 If the address is not one of the senders we should raise an error. This has tripped up some people who were passing a different address to the one...

enhancement
good first issue