Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

81 lines (48 loc) · 2.54 KB

Change Log

Unreleased

Full Changelog

(2022-05-07)

Full Changelog

  • Refactor subscribe helpers

(2022-04-06)

Full Changelog

  • Add new txs for Minter3 update
  • Update API clients

(2021-11-24)

Full Changelog

  • Added support for limit orders for AMM
  • Fixed getting the sender of the transaction

(2021-05-20)

Full Changelog

  • DeepLink: Allow to set custom URL #11

(2021-04-12)

Full Changelog

(2020-12-24)

Full Changelog

Fixed:

  • Calculate commissions

(2020-12-23)

Full Changelog

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