Releases: algorand/py-algorand-sdk
Releases · algorand/py-algorand-sdk
v1.15.0
What's Changed
- Break v2_step.py into account_, application_, and other_ by @tzaffi in #341
- Add method to ABIResult by @barnjamin in #342
- Add method to get Method by name by @barnjamin in #345
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Update client API to support new cost fields in dryrun result by @algoidurovic in #336
New Contributors
- @algoidurovic made their first contribution in #336
Full Changelog: v1.13.1...v1.14.0
v1.13.1
v1.13.0
Added
- Adding condition for allowing rcv to be none if close to is set (#317)
- Adding foreign-app-addr to dryrun creator (#321)
Changed
- Matrix test python versions integration tests (#327)
- Matrix test across Python versions for unit tests (#325)
- Bump minimum Python version to 3.8 (#323)
- Add minimum Python version policy to README (#322)
- Consistently reference
pip3
in README (#319)
Fixed
- Fixed typo in lsig trace (#320)
v1.12.0
v1.11.0
v1.11.0b1
v1.10.0
v1.10.0b1
v1.9.0
Changelog
1.9.0
Added
- Create dryrun (#259)
- Support Foreign objects as ABI arguments and address ARC-4 changes (#251)
- Add requirement to fetch behave source code and update readme (#262)
- Fix wait for confirmation function (#263)
- Add a default User-Agent header to the v2 algod client (#260)
- ABI Interaction Support for Python SDK (#247)
- ABI Type encoding support (#238)
- Add type hints and clean up ABI code (#253)
- Add CircleCI configs to the Python SDK repo (#246)
Changed
- Re-format local and global state to work with correct msgpack encoding (#274)