Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

91 lines (66 loc) · 3.54 KB

Changelog

1.3.2

FEATURE

  • #183 feat: implement bep126 queries

1.3.1

IMPROVEMENT

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

1.3.0

IMPROVEMENT

  • #170 types: set the types to the origin package alias and remove trade client

1.2.9

IMPROVEMENT

  • #168 type: add more oracle claim type

1.2.8

FEATURE

  • #164 feat: impl bep159 txs cli and queries

1.2.7

  • #160 [RPC] Support minimal 0.1 BNB staking

1.2.6

CHAIN UPGRADE

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

1.2.5

IMPROVEMENT

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

1.2.4

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

1.2.3

CHAIN UPGRADE

  • #110 [RPC] [API] Add pending_match flag
  • #130 [RPC] [API] Support Mini Token

1.2.2

  • #106 [RPC] fix nil point error in getBalance rpc call
  • #103 [RPC] change the default timeout of RPC client as 5 seconds
  • #102 [FIX] Some typos only (managr/manger)

1.2.1

  • #99 [BUILD] upgrade version of btcd to avoid retag issue

v1.2.0

  • #93 [BREAKING] uprade to BNB Chain release 0.6.3

v1.1.3

  • #81 [TX] support swap on a single chain

v1.1.2

  • #88 [RPC] wrap error for abci query when abci code is not 0

v1.1.1

IMPROVEMENT

  • #87 [RPC] distinguish not found error for get timelock rpc
  • #84 [RPC] change interface of get timelock

v1.1.0

IMPROVEMENT

  • #82 [RPC] refactor reconnection

v1.0.9

FEATURES

  • #71 [RPC] add timelock query support
  • #73 [RPC] add limit param to get depth api for RPC

v1.0.8

IMPROVEMENTS

  • #53 [SOURCE] change the default source into 0
  • #56 [RPC] add reconnect strategy when timeout to receive response
  • #61 [KEY] support bip44 to derive many address from same seed phase

FEATURES

  • #66 [API] support set account flag transaction
  • #70 [API] support atomic swap transactions

BREAKING

  • #57 [API] add query option to getTokens api