Releases: bnb-chain/go-sdk
Releases · bnb-chain/go-sdk
v1.3.2
25 Apr 11:00
Compare
Sorry, something went wrong.
No results found
Change Log
#183 feat: implement bep126 queries
v1.3.1
01 Mar 13:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 to github.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 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
Compare
Sorry, something went wrong.
No results found
Change Log
#168 type: add more oracle claim type
v1.2.8
21 Dec 12:51
Compare
Sorry, something went wrong.
No results found
Changelog
#164 feat: impl bep159 txs cli and queries
v1.2.7
16 Jun 09:01
Compare
Sorry, something went wrong.
No results found
Changelog
CHAIN UPGRADE
#160 [RPC] Support minimal 0.1 BNB staking
Release v1.2.6
18 Jan 12:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
IMPROVEMENT
#142 [RPC] [API] add contract info for a token if there is any
v1.2.4
21 Aug 11:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
add Ganges network option