algo-builder
algo-builder copied to clipboard
Framework to automate development of Algorand Assets and Smart Contracts.
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 41.0.2. Changelog Sourced from cryptography's changelog. 41.0.2 - 2023-07-10 * Fixed bugs in creating and parsing SSH certificates where critical options with values were handled...
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565...
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.2.2. Release notes Sourced from yaml's releases. v2.2.2 This patch release includes a fix for an error that could be thrown in parseDocument for degenerate...
## Describe the bug The runtime package depends on findup-sync despite not declaring it as a dependency. Therefore, it can't be found unless it is transitively already there. So if...
## Describe the bug InnerTxn does not have 'foreignAssets' field #### Expected Behavior Can add 'foreignAssets' #### Current Behavior ## Possible Solution ## Steps to Reproduce 1. Create InnerTxn call...
Closes #x ## Proposed Changes - Add interface Executor which can work in all 3 packages - - ## TODO - [ ] update change log ## Potential followups