This log documents all public API breaking backwards incompatible changes.
- Replaced to fare system from gas & fee
- Added batch msgs into 1 tx mode for transfer
- Replaced as hard-coded Tx for transfer
- Whole revised
transaction.py
and its tests - Make integration test with REST server
- Prepare CI with real Hdac mainnet node
- REST API updated according to classify hdac specific endpoint and general contract
- Update against request format changes
- REST API updated according to readable ID feature integration
- Fixed parameter of transfer
token_owner_address
->token_contract_address
- Getting Mnemonic words is available in wallet generation
- Fix parameters of transfer
- Get auth info
- Apply account number & sequence by REST request, not manually input
- Update
gas
&memo
in every requests
fee
Parameter added to each tx
- Forked project from hukkinj1/cosmospy
- Added
- Code for address generation and transaction signing based on RESTful route
- Modified test