algo-builder
algo-builder copied to clipboard
Framework to automate development of Algorand Assets and Smart Contracts.
## Describe the bug As per my understanding, for opting out of a transaction in Algo-builder, we need to send a `AssetTransfer` transaction with amount 0, receiver as ourselves and...
## Is your feature request related to a problem? Please describe. I'd like to be able to use getProgram in one project to compile another project's pyteal ## Describe the...
## Describe the bug I'm facing a couple of issues when using Algo Builder to compile contracts on windows machine. I've attached the screenshots as shown below. 1. This occurs...
## Is your feature request related to a problem? Please describe. I'm writing a *.teal lsig program with SCParams. But algo-builder does not support to `loadLogic` for *.teal & SCParams...
Make executeTx return type compatible between Runtime, Algob and Web from `TxReceipt` to `TxnReceipt`
Closes #x ## Proposed Changes - Breakdown all deployer functions ## TODO - [ ] update change log - [ ] web-mode - [x] test - [x] breakdown - [...
Closes #x ## Proposed Changes - Allow access to foreign application account - Foreign application account cannot be used as mutable references in opcodes like `app_local_put` - ## TODO -...
Without this change `txn GroupIndex` can inappropriately return `-1` despite all fields of `tx` being the same as all fields of `gtxns[x]`. Apparently, the reason is that either `tx` or...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...