Algo Builder v3.2.0
Features
- Added following functions in
deployer
API- Add
bitlen
andapp_params_get
opcode support to the Runtime (#563) compileASC
: alias todeloyer.ensureCompiled
. The latter is now marked deprecated andcompileASC
should be used instead.getDeployedASC
: returns cached program (from artifacts/cache)ASCCache
object.
- Add
- Added
sandbox-up-dev
andsandbox-reset
commands into Makefile ininfrastructure/
. - Use strict parsing rules when decoding PyTEAL teamplate parameters using
algobpy
. Previously, on decode failure, the script was continuing with partially updated template params, now we fail with an exception.
Dependencies:
- Updated
algosdk
tov1.13.1
Bug Fixes
- Int Pseudo-Ops can't start with 0x(hex) or 0(oct) prefix. (#562)
- Add missing opcode
bitlen
andapp_params_get
. - In the inner transaction,
snd
always the application address. However, it can be set to an arbitrary address. Fixed in #569.
Notes
We continue to use yarn v3. Please share your feedback about it. Hope this improved your workflow.
Full Changelog: v3.1.0...v3.2.0