tealish icon indicating copy to clipboard operation
tealish copied to clipboard

Tealish: A readable language for Algorand

Results 25 tealish issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** By the best practicies it is better to write teal code which supports ABI calls. **Describe the solution you'd like**...

feature request

**Describe the bug** With this code the compiler don't compiles the compiled get stuck. https://gist.github.com/helderjnpinto/2416f4d5e3f0dc3349ee07d976e15536 **To Reproduce** Tealish compile Test.tl **Expected behavior** code compile **Additional context** I think the problem...

bug

**Describe the bug** ``` int x = 1 const int X = 1 int y = 1 # next line is ok _ = x * y # next line...

bug

**Describe the bug** Using tealish format converts the following code in wrong way **To Reproduce** ```tl bytes frc_proofs = Txn.ApplicationArgs[4] bytes rewards_proof = extract((index * 32), 32, frc_proofs) ``` with...

bug

WIP draft but parsing new format into local objects Should write actual tests and make better use of the new stack type aliases

## Summary Just a simple WIP of scaffolding a new Tealish project with a template smart contract, test, and basic utility functions. This is achieved through a new CLI command...

**Describe the bug** `{box_name}.{field_name} = {value}`. replaces the field `{field_name}` of box `{box_name}` created from a struct without considering the size of `{value}`. This issue tracks the bug when parts...

bug

**Describe the bug** `{box_name}.{field_name} = {value}`. replaces the field `{field_name}` of box `{box_name}` created from a struct without considering the size of `{value}`. This issue tracks the bug when setting...

bug