Skip to content

v1.3.0

Compare
Choose a tag to compare
@unclezoro unclezoro released this 06 Jan 19:48
· 14 commits to master since this release
fb68c68

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