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
Java SDK v2.6.1 include the following new features:
10
+
11
+
Changed:
12
+
* Hidden the amop private topic suffix in the callback function.
13
+
* Added amop demo required resources.
14
+
* Upgraded two dependencies that netty-sm-ssl-context to version v1.2.0 and netty to version v4.1.53.Final.
15
+
* Improved the documentation of send transaction without bin file.
16
+
* Removed unused arguments(abi file) in the functions like encodeMethodByInterface of ABI module.
17
+
18
+
Fixed:
19
+
* Solved the problem of crypto module cannot call by multiple tasks.
20
+
* Solved invalid block limit problem, when console delete data and restart.
21
+
* Fixed an event decode bug that cannot decode multiple events of one transaction.
22
+
* Fixed the AMOP message data truncated bug.
23
+
24
+
Compatibility
25
+
26
+
* FISCO BCOS v2.0+.
27
+
* Not compatible with Web3SDK. When two users want to use AMOP functions to talk with each other, they should either both use Java SDK, or both use Web3SDK.
This java sdk is a code refactoring version base on Web3SDK 2.6.1. It includes the following new features:
6
71
7
72
* Support Toml config file, simplify configuration options.
8
73
* Support connecting with nodes of different groups.
@@ -12,5 +77,36 @@ This java sdk is a code refactoring version base on web3sdk 2.6.1. It includes t
12
77
* Add a new module called group management to help applications manage nodes which java SDK connecting with.
13
78
* Use modular design, each module can use independently. For example, you can create crypto.jar file if only crypto module is needed.
14
79
15
-
Please note that:
16
-
Java SDK supports FISCO BCOS 2.X, but not compatible with web3sdk. Mean, when tow user want to use AMOP functions to talk with each other, they should either both use java sdk, or both use web3sdk.
80
+
Compatibility
81
+
82
+
* FISCO BCOS v2.0+.
83
+
* Not compatible with Web3SDK. When two users want to use AMOP functions to talk with each other, they should either both use Java SDK, or both use Web3SDK.
0 commit comments