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
This java sdk is a code refactoring version base on web3sdk 2.6.1. It includes the following new features:
6
+
7
+
* Support Toml config file, simplify configuration options.
8
+
* Support connecting with nodes of different groups.
9
+
* Support AMOP subscription and unsubscription at any time instead of just before start service.
10
+
* ABI module add support of encode and decode of struct type data.
11
+
* Use the common crypto tools of WeBank.
12
+
* Add a new module called group management to help applications manage nodes which java SDK connecting with.
13
+
* Use modular design, each module can use independently. For example, you can create crypto.jar file if only crypto module is needed.
14
+
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.
0 commit comments