Releases: MinterTeam/minter-go-sdk
Releases · MinterTeam/minter-go-sdk
Minter 2 taconet
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
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.
v2.1.0-rc2
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
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