-
I am trying to produce a `DryRunRequest` and get it's response. I followed the [tutorial](https://developer.algorand.org/docs/features/asc1/debugging/#using-dryrun-for-debugging-a-teal-program) for ls…
-
TEAL does not allow backward jumps.
This is enforced by the assembler --- https://github.com/algorand/go-algorand/blob/master/data/transactions/logic/assembler.go#L1061 --- and implicitly by the ev…
-
When sending a raw transaction with v2 client, the content of the body is `application/x-binary`, but the content-type header indicating this is not added by default.
This header is added by default …
-
Collecting issues and initiatives for TEAL4. Targeting next consensus upgrade - April/May? - release. Should improve TEAL for direct authors, high-level language compilers, and layer two speculative…
-
## Overview
* **Short Description**: Open DApp application
* **Bounty**: 400 - 5000 in USDCa or equivalent in ALGO tokens for non-US residents. _(The amount of ALGO will be based on the 30-day ave…
-
Issue
------
From my reading of the TEAL specification/implementation, the _intent_ is that TEAL byte array values on the stack should have a maximum size. This intent is currently enforced in a v…
-
## Overview
* **Short Description**: Demonstrate how a stateful smart contract can be used to create Algorand Standard Assets (ASAs) (using an intermediary stateless smart contract escrow account)
*…
-
Hello, I tried this out on a simple test program. Had to change something in a shell script from `sh` to `bash` and maybe one other thing (remove an extra `\n`) and could not get the TEAL code output…
-
TEAL has addw and mulw but divw is lacking. It's quite hard to implement "long" division properly with the remaining operations in TEAL. Some possibilities
divw: takes two 128 uints, in the form of…
-
# [500 ALGO] Chinese Translation of "Example Crowdfunding Stateful Smart Contract Application"
## Overview
* **Short Description**: Translate the [stateful TEAL example article](https://develope…