Releases: algorand/py-algorand-sdk
Releases · algorand/py-algorand-sdk
v1.12.0
21 Apr 17:13
Compare
Sorry, something went wrong.
No results found
v1.12.0
Fixed
Catch TypeError and ValueError in verify functions (#309 )
Added
v1.11.0
23 Mar 16:38
Compare
Sorry, something went wrong.
No results found
v1.11.0
Added
Support unlimited assets REST API changes. (#295 )
Changed
Fix the cucumber test wording around block rounds in indexer asset balance lookup (#301 )
v1.11.0b1
18 Mar 13:42
Compare
Sorry, something went wrong.
No results found
1.11.0b1
Added
Support unlimited assets REST API changes. (#295 )
Changed
Fix the cucumber test wording around block rounds in indexer asset balance lookup (#301 )
v1.10.0
02 Mar 21:53
Compare
Sorry, something went wrong.
No results found
1.10.0
Added:
New keyreg txn field (#244 )
C2C Feature and Testing (#268 )
Add App creator to account balances (#277 )
Add ABI and ATC to Sphinx (#289 )
Changed:
Change init .py to include v2client import (#243 )
Updates to pipeline (#279 )
Add CircleCI build step to generate docsets (#285 )
revert to point testing harness to sdk testing's master branch (#288 )
Partially fix types for atomic transaction composer (#290 )
Update langspec.json for Teal6 (#292 )
v1.10.0b1
15 Feb 21:55
Compare
Sorry, something went wrong.
No results found
1.10.0b1
Added:
New keyreg txn field (#244 )
C2C Feature and Testing (#268 )
Add App creator to account balances (#277 )
Add ABI and ATC to Sphinx (#289 )
Changed:
Change init .py to include v2client import (#243 )
Updates to pipeline (#279 )
Add CircleCI build step to generate docsets (#285 )
revert to point testing harness to sdk testing's master branch (#288 )
Partially fix types for atomic transaction composer (#290 )
Update langspec.json for Teal6 (#292 )
v1.9.0
14 Jan 17:32
Compare
Sorry, something went wrong.
No results found
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 )
v1.9.0b2
03 Jan 23:06
Compare
Sorry, something went wrong.
No results found
Changelog
1.9.0b2
Added
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 )
v1.9.0b1
26 Nov 18:26
Compare
Sorry, something went wrong.
No results found
Changelog
1.9.0b1
Added
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 )
v1.8.0
04 Oct 23:21
Compare
Sorry, something went wrong.
No results found
Changelog
1.8.0
Added
Add wait_for_confirmation() to AlgodClient (#214 )
Support AVM 1.0 (#236 )
Support for < python 3.7 (#221 )
Bug Fixes
Fix JSON decoding in AlgodHTTPError (#223 )
v1.7.0
04 Aug 15:23
Compare
Sorry, something went wrong.
No results found
Added
Add OnlineyKeyregTxn and OfflineKeyregTxn class and additional tests.
Signing support for rekeying to LogicSig/MultiSig account
Enhancements
Deprecate to_public_key and remove internal usage of to_public_key
Modified constants.py to match python.org PEP 8 style guidelines
Bug Fixes
Bugfix for newer Sphinx versions - m2r replaced with maintained m2r2
Fix typo in min/max balance indexer & make clearer
Merge Request headers in algod.py