-
## User Story:
As a TEAL user I desire the ability to concatenate two stack elements of type `bytes` so the resulting `bytes` may be processed later in the program.
## Example Scenario:
Sample TE…
-
Issue
------
According to the TEAL specification, the `intcblock` and `bytecblock` instructions can create constant blocks which have a larger size than are accessible by the `intc` and `bytec` in…
-
I ran tealdbg last night and sent an application create txn. I visited the debugged once and everything worked but then the debugger was stuck afterwards printing out this infinitely:
```
2020/09/…
-
**Typo**
At https://github.com/algorand/docs/blame/staging/docs/features/asc1/stateful/index.md#L385
Delete last ")" from `[opcodes](../../../reference/teal/opcodes.md))`
cusma updated
4 years ago
-
### Subject of the issue
If a program jumps to a label at the end of the program after which there is no instruction, `algod` will reject the program systematically. However, `goal clerk compile`…
-
**Describe the error**
The opcode listed in an example is incorrect, it is labeled `app_local_get` but should be `app_global_get`
``` md
Read From State
TEAL provides calls to read global and lo…
-
Example Walthrough of a TEAL Program
https://developer.algorand.org/docs/features/asc1/teal_overview/
-
(idea originally from @zeldovich)
When a transaction is first submitted, its fee may be too low for it to clear, as the network might be congested with many transactions.
When that happe…