v2.1.0
Changelog (v2.0.3...v2.1.0)
Added
- Autotests to Github Actions.
- More documentation and examples for API clients.
- Telegram channel with release notifications and discussions.
- Increase 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.