-
## Schelling Point: Developer Tooling on Algorand
The Algorand Foundation is looking for experienced developers who have built developer tooling before or have strong experience building Dapps usin…
-
I saw you were interested in making a smart sig verifier. Doing this in conjunction with a stateful app *should* (I haven't looked to deeply into how exactly it's implemented here) be relatively strai…
-
I had an unwelcome discovery today that there are some constants in the TEAL evaluator that aren't in consensus.go and others that have different values...
For example MaxLogSize isn't in it:
http…
-
### Subject of the issue
When decoding and re-encoding a transaction containing an array of bytes with msgpacktool, the re-encoded transaction is different from the original one. The issue seems …
-
Feature Request:
it seems like the createApp method is only for deploying apps with PyTeal contracts. This requires manually specifying schemas, including TEAL source code.
Can you add support f…
-
https://github.com/algorand/go-algorand/pull/4737 is introducing support for macros in TEAL.
One useful thing to do with macros is use them to define the constants Tealish supports.
I believe …
-
Nearly all of the TEAL examples provided by Algorand use "template variables" in their source to allow specific values to be substituted prior to the program being compiled. These then become constant…
-
## Summary
Currently the examples for deploying signature mode smart contracts call goal directly. They would be more helpful if they used the Python SDK, since it can now support calling the compile…
-
This issue is for documenting TEAL behavior which is insufficiently explained in the official docs. The proper place for this is the wiki, but this implies a larger refactoring of it, which we will do…
-
Reporting this on behalf of one of our users @ErikHasselWander.
Discord thread: https://discord.com/channels/491256308461207573/1143656409905504406
PyTeal source mapper seems to apparently generate …