Skip to content

Releases: bnb-chain/java-sdk

Release v1.1.8

11 Apr 02:31
0ac8642
Compare
Choose a tag to compare

Changelog

BUG FIX

#151 fix: stake migration refund package is not correctly handled

Release v1.1.7

04 Mar 02:24
cb2e80a
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

#150 feat: add support for SideChainStakeMigration

Release v1.1.6

25 Apr 08:29
756a0b0
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

#143 Support new transaction types for fast finality

Release v1.1.5

20 Feb 13:59
a84afa1
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

#141 Support Unjail transaction types for BEP159

Release v1.1.4

27 Dec 08:48
7fd2c95
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

#139 Support new transaction types for BEP159

Release v1.1.3

16 Sep 03:35
1822340
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

  • #108 Add ethereum repository to fix build problems
  • #135 Support new cross chain package for BEP153

Release v1.1.2

24 Aug 12:15
55cd05b
Compare
Choose a tag to compare

Changelog

API UPGRADE

  • #120 [RPC] [API] deco old rest transactions api, and add new rest transaction apis

Breaking Changes

  • getTransactions(TransactionsRequest request) will return transactions with new data model TransactionPageV2
  • getTransactions(String address) will return transactions for an address in last 24 hours with new data model TransactionPageV2

Please refer to TransactionConverterFactory.java to see the mappings of the fields between TransactionPageV2 and TransactionPage

Please refer to TransactionExample.java and API Doc for more details, the underlying API Migration Guide could be also useful

New API

  • getTransactionsInBlock(long blockHeight) will return transactions in a specific block.

Release v1.1.1

18 Jan 12:07
49fad66
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

  • #105 [RPC] [API] support for the transfer of token ownership, and decode the new types of oracle claim package

Release v1.1.0

22 Aug 10:47
34ebadb
Compare
Choose a tag to compare

Changelog

CHAIN UPGRADE

  • [RPC] [API] enable staking/slashing/crossTransfer transactions
  • [RPC] [API] enable side chain governance transaction

v1.1.0-bscAlpha.0

03 Jul 06:47
Compare
Choose a tag to compare
v1.1.0-bscAlpha.0 Pre-release
Pre-release

Changelog

CHAIN UPGRADE

  • #88 [RPC] [API] enable side chain governance transaction
  • #89 [RPC] [API] enable side chain unbind transaction, and modify the structure of claimMsg