- 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
- Moved examples out of README into examples folder
- Added optional 'round_num' arguments to standardize 'round_num', 'round', and 'block'
- Support for Applications
- Now content-type is set when sending transactions
- indexer client now allows no token for local development environment
- Support for indexer and algod 2.0
- 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
- Added asset decimals field.
- Added support for Algorand Standardized Assets (ASA)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Split contract
- Added support for Group Transactions
- Added support for leases
- custom headers and example
- more flexibility in transactions_by_address()
- documentation changes
- signing and verifying signatures for arbitrary bytes
- option for flat fee when creating transactions
- functions for converting from microalgos to algos and from algos to microalgos
- algod.send_transaction(): sends SignedTransaction
- algod.send_raw_transaction(): sends base64 encoded transaction
- Multisig.get_account_from_sig() is now Multisig.get_multisig_account
- SDK released