You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 1.1.2
4
+
API UPGRADE
5
+
*[\#118](https://github.com/binance-chain/java-sdk/pull/118)[RPC][API] deco old rest transactions api, and add new rest transaction apis
6
+
7
+
Breaking Changes
8
+
* getTransactions(TransactionsRequest request) will return transactions with new data model TransactionPageV2
9
+
* getTransactions(String address) will return transactions for an address in last 24 hours with new data model TransactionPageV2
10
+
11
+
Please refer to TransactionConverterFactory.java to see the mappings of the fields between TransactionPageV2 and TransactionPage
12
+
13
+
Please refer to TransactionExample.java and [API Doc](https://docs.binance.org/api-reference/dex-api/block-service.html) for more details
14
+
15
+
New API
16
+
* getTransactionsInBlock(long blockHeight) will return transaction in a specific block.
17
+
18
+
3
19
## 1.1.1
4
20
CHAIN UPGRADE
5
21
*[\#105](https://github.com/binance-chain/java-sdk/pull/105)[RPC][API] support for the transfer of token ownership, and decode the new types of oracle claim package
0 commit comments