algo-builder icon indicating copy to clipboard operation
algo-builder copied to clipboard

Framework to automate development of Algorand Assets and Smart Contracts.

Results 27 algo-builder issues
Sort by recently updated
recently updated
newest added

I use this method in algobuilder : ``` deployer.mkDelegatedLsig(lsigName: string, fileName: string, signer: runtime.rtypes.Account, scTmplParams?: types.SCParams): Promise ``` But the PyTeal program always compiled with the default arguments even if...

bug

It works the same way as others, I don't see any reason why it was not included previously; I assume it was forgotten? Possible follow-ups: * Maybe it is not...

bug

## Is your feature request related to a problem? Please describe. Having stack output in `runtime` debugger is a simple but incredibly useful feature. The speed of `runtime` allows me...

## Is your feature request related to a problem? Please describe. I am working on an app which features contract-to-contract calls. I have contract `A` and contract `B`. `B` calls...

Closes #x ## Proposed Changes + added unit test to check if the spend address was changed to multiSig address + added unit test to check if it is possible...

I am doing `teal = compileTeal(pyteal, mode=Mode.Application, version=MAX_PROGRAM_VERSION)` in my PyTEAL, probably as many other people do. PyTEAL recently updated `MAX_PROGRAM_VERSION` to 7. It makes Alogbuilder runtime fail with errors...

bug

## Is your feature request related to a problem? Please describe. I am working on an app which uses contract-to-contract calls through ABI. Unfortunately, it seems that ABI is not...

## Proposed Changes - Run all DAO script. ## TODO - [ ] update change log ## Potential followups

## Proposed Changes - create `checkpointApp` and `checkpointASA`. Those function take confirmTx and save (appInfo and AsaInfo) to checkpoint. Developers will use this function to inner transaction asset if they...

## Describe the bug Getting error when trying to deploy the Smart Contract. `RuntimeError: RUNTIME_ERR1003: Type of data is incorrect. Expected unsigned integer (upto 64 bit) but got 0 at...

bug