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 transaction in a specific block.
CHAIN UPGRADE
- #105 [RPC] [API] support for the transfer of token ownership, and decode the new types of oracle claim package
CHAIN UPGRADE
- #88 [RPC] [API] enable side chain governance transaction
- #89 [RPC] [API] enable side chain unbind transaction, and modify the structure of claimMsg
CHAIN UPGRADE