(2022-05-07)
- Refactor subscribe helpers
(2022-04-06)
- Add new txs for Minter3 update
- Update API clients
(2021-11-24)
- Added support for limit orders for AMM
- Fixed getting the sender of the transaction
(2021-05-20)
- DeepLink: Allow to set custom URL #11
(2021-04-12)
(2020-12-24)
Fixed:
- Calculate commissions
(2020-12-23)
Added:
- Autotests to Github Actions.
- More documentation and examples for API clients.
- Telegram channel with release notifications and discussions.
- Increase your commission multiplier to 10e16
- WithDebug method for http_client.
- WithLogger method for http_client.
- WithHeaders method for http_client.
- AddressExtended method with
delegated
flag support in request for http_client and grpc_client - AddressesExtended method with
delegated
flag support in request for http_client and grpc_client - CandidateExtended method with
not_show_stakes
flag support in request for http_client and grpc_client - CandidatesExtended method with
not_show_stakes
flag support in request for http_client and grpc_client - CheckVersion method for http_client and grpc_client
Changed:
- Remove
status
parameter from Candidates method for http_client and grpc_client, flagnot_show_stakes
sets as default.