- Add new Asyncio for waiting tx results.
- Add 'aio_wait_tx_result', 'aio_wait_batch_result', and 'await_batch_result'
- Add new Aergo Keystore support.
- Add 'add_raft_member', 'del_raft_member'
- Add 'transfer' API for simple token transfering
- Add 'gas limit', 'fee delegation' and 'gas used' for 'TxResult' object
- 'Account' object encoding to/decoding from json data
- Bug fix
- Exception for encoding 'TxResult' to the json type, because of 'tx_id'
- support TLS connection
- Bug fix
- coinbase address encoding issue from #70
- Bug fix
- issue from #68
- support an empty string and governance string address for Address
- support get_name_info
- Bug fix
- miss value from get_conf_change_progress
- support redploy tx type
- support 'GetConfChangeProgress' protocol to find a state of 'changeCluster' system contract
- support 'name' (string) address
- support enterprise consensus info
- Bug fix
- miss match a tx type in tx
- encrypt/decrypt logic moves to 'util' for a general usage
- Bug fix
- when tx result handling, get error message from a changed varialbe
- Apply v0.12.0 protocol
- Bug fix
- get a genesis block with a block height 0
- Change the result type from the 'get_tx_result' function ('SmartContractStatus' --> 'TxResultStatus')
- Separate two function 'send_tx' and 'batch_tx' from the single 'send_tx' function for a single and multiple txs
- Open the 'generate_tx' function for helping a new transaction manually
- Support multiple proof queries with the array of Storage Keys
- Simplify verifying proof as the 'verify_proof' function from 'verify_inclusion' and 'verify_exclusion'
- Fit for the public Aergo testnet.
- First public release on PyPI.
- First release on PyPI.