Releases: algorand/py-algorand-sdk
Releases · algorand/py-algorand-sdk
v1.6.0
v1.5.0
Added
- Support new features for indexer 2.3.2
- Support for offline and nonparticipating key registration transactions.
- Add TEAL 3 support
BugFix
- Detects the sending of unsigned transactions
- Add asset_info() and application_info() methods to the v2 AlgodClient class.
v1.4.1
Bugfix
- Dependency on missing constant removed
- Logic multisig signing fixed
- kmd.sign_transaction now works with application txn
- Added check for empty result in list_wallets
- Now zero receiver is handled in transactions
- Added init file for testing
Changed
- Moved examples out of README into examples folder
- Added optional 'round_num' arguments to standardize 'round_num', 'round', and 'block'
v1.4.0
1.4.0
Added
- Support for Applications
Bugfix
- Now content-type is set when sending transactions
- indexer client now allows no token for local development environment
v.1.4.0-beta
1.4.0
Added
- Support for Applications
Bugfix
- Now content-type is set when sending transactions
- indexer client now allows no token for local development environment
v.1.3.0
v1.2.1
- Added support for Algorand Smart Contracts (ASC)
- Dynamic fee contract
- Limit order contract
- Periodic payment contract
- Added SuggestedParams, which contains fee, first valid round, last valid round, genesis hash, and genesis ID; transactions and templates from 'future' take SuggestedParams as an argument.
- Added suggested_params_as_object() in algod
v1.1.1
Added asset decimals field.