Skip to content

v2.1.0

Compare
Choose a tag to compare
@klim0v klim0v released this 23 Dec 10:56
· 183 commits to v2 since this release

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, flag not_show_stakes sets
    as default.