Skip to content

Releases: bnb-chain/go-sdk

v1.3.2

25 Apr 11:00
3bdb8b4
Compare
Choose a tag to compare

Change Log

  • #183 feat: implement bep126 queries

v1.3.1

01 Mar 13:03
f3877c8
Compare
Choose a tag to compare

This is a security enhancement release that upgrades several insecure dependency libs.

Change Log

#178 dep: bump the version of btcd to v2.3.2

v1.3.0

06 Jan 19:48
fb68c68
Compare
Choose a tag to compare

v1.3.0 is a release with breaking changes:

  1. Decommission BNB Beacon Chain Dex trade-related client.
  2. Introduce Node as a dependency, go-SDK now quotes the type definition from Node repo rather than defining it itself.
  3. go module change from github.com/binance-chain/go-sdk to github.com/bnb-chain/go-sdk.

You will need to follow two-step to upgrade to this release:

  1. Add more replace dep in your go.mod
replace (
	github.com/cosmos/cosmos-sdk => github.com/bnb-chain/bnc-cosmos-sdk v0.25.4-0.20221221115251-f9e69ff1b273
	github.com/tendermint/go-amino => github.com/bnb-chain/bnc-go-amino v0.14.1-binance.2
	github.com/tendermint/iavl => github.com/bnb-chain/bnc-tendermint-iavl v0.12.0-binance.4
	github.com/tendermint/tendermint => github.com/bnb-chain/bnc-tendermint v0.32.3-binance.3.0.20221109023026-379ddbab19d1
	github.com/zondax/ledger-cosmos-go => github.com/bnb-chain/ledger-cosmos-go v0.9.9-binance.3
	github.com/zondax/ledger-go => github.com/bnb-chain/ledger-go v0.9.1
	golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20190823183015-45b1026d81ae
)
  1. Change the package path from github.com/binance-chain/go-sdk to github.com/bnb-chain/go-sdk

Change logs

  • #170 types: set the types to the origin package alias and remove trade client
  • #172 docs: fix the readme about dependency
  • #173 docs: format the change log for new release

v1.2.9

27 Dec 09:15
56e98bd
Compare
Choose a tag to compare

Change Log

#168 type: add more oracle claim type

v1.2.8

21 Dec 12:51
7f0fb6a
Compare
Choose a tag to compare

Changelog

#164 feat: impl bep159 txs cli and queries

v1.2.7

16 Jun 09:01
009fdb2
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE
#160 [RPC] Support minimal 0.1 BNB staking

Release v1.2.6

18 Jan 12:04
8f0e838
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE
#144 [RPC] [API] Support for the transfer of token ownership, and change the minimum token symbol length

v1.2.5

31 Aug 08:33
fdeeb97
Compare
Choose a tag to compare

IMPROVEMENT
#142 [RPC] [API] add contract info for a token if there is any

v1.2.4

21 Aug 11:32
5316225
Compare
Choose a tag to compare

CHAIN UPGRADE
#132 [RPC] [API] enable side chain governance transaction
#133 [RPC] [API] enable side chain unbind transaction, and modify the structure of claimMsg
#136 [TX] [TOOL] add utils to parse Claim payload to human readable interface

v1.2.3-bscBeta

12 Aug 03:24
Compare
Choose a tag to compare
add Ganges network option