Skip to content

Releases: MinterTeam/minter-go-sdk

Minter 2 taconet

23 Feb 13:07
Compare
Choose a tag to compare
Minter 2 taconet Pre-release
Pre-release

Creating pools and adding liquidity to them, exchanging chains with the participation of two or more coins, issuing tokens without a reserve, printing and burning functionality, voting validators to change network fees, the ability to set a new commission charged from delegates.

v2.1.1

24 Dec 12:25
Compare
Choose a tag to compare

Full Changelog

Fixed:

  • Calculate commissions

v2.1.0

23 Dec 10:56
Compare
Choose a tag to compare

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.

v2.1.0-rc2

11 Nov 22:46
Compare
Choose a tag to compare
v2.1.0-rc2 Pre-release
Pre-release

Changelog (v2.0.3...v2.1.0)

Added

  • Autotests to Github Actions.
  • More documentation and examples for API clients.
  • Telegram channel with notifications and discussions.
  • 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.

Changed

  • Remove status parameter from Candidates method for http_client and grpc_client

v2.1.0-rc1

10 Nov 13:32
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release

Full Changelog

Added

  • Support autotests.
  • More examples for api clients.
  • Telegram channel with notifications.
  • WithDebug method for http_client.
  • WithLogger method for http_client.
  • WithHeaders method for http_client.
  • AddressExtended with delegated flag support in request for http_client and grpc_client
  • AddressesExtended with delegated flag support in request for http_client and grpc_client
  • CandidateExtended with not_show_stakes flag support in request for http_client and grpc_client
  • CandidatesExtended with not_show_stakes flag support in request for http_client and grpc_client

Changed

  • Remove status parameter from Candidates method for http_client and grpc_client

v2.0.3

20 Oct 11:56
Compare
Choose a tag to compare
fix optionalHeight

v2.0.2

20 Oct 11:40
Compare
Choose a tag to compare
add timeout and context to http Concise client

v2.0.1

20 Oct 11:02
980a295
Compare
Choose a tag to compare
add wrappers over go-swanger methods

v2.0.0

18 Oct 22:31
Compare
Choose a tag to compare

upgrade API and transactions

v1.2.0

18 Oct 22:33
Compare
Choose a tag to compare

The minter-go-sdk v1 is in maintenance mode, you are encouraged to migrate to v2, which will have a stable release.
Check out our v2 migration guide.