Releases: bnb-chain/go-sdk
Releases · bnb-chain/go-sdk
v1.3.2
v1.3.1
v1.3.0
v1.3.0 is a release with breaking changes:
- Decommission BNB Beacon Chain Dex trade-related client.
- Introduce Node as a dependency, go-SDK now quotes the type definition from Node repo rather than defining it itself.
- go module change from
github.com/binance-chain/go-sdk
togithub.com/bnb-chain/go-sdk
.
You will need to follow two-step to upgrade to this release:
- 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
)
- Change the package path from
github.com/binance-chain/go-sdk
togithub.com/bnb-chain/go-sdk
Change logs
v1.2.9
v1.2.8
v1.2.7
Release v1.2.6
Changelog
CHAIN UPGRADE
#144 [RPC] [API] Support for the transfer of token ownership, and change the minimum token symbol length
v1.2.5
v1.2.4
v1.2.3-bscBeta
add Ganges network option