Releases: bnb-chain/java-sdk
Releases · bnb-chain/java-sdk
Release v1.1.8
Release v1.1.7
Release v1.1.6
Release v1.1.5
Release v1.1.4
Release v1.1.3
Release v1.1.2
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
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
Changelog
CHAIN UPGRADE
- [RPC] [API] enable staking/slashing/crossTransfer transactions
- [RPC] [API] enable side chain governance transaction