File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 3.6.0
2+
3+ (2024-02-08)
4+
5+ ** 新增**
6+
7+ - 新增 ` v1 ` 版本的交易构造方法,并提供Jni层对应的实现方法。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/191 ,https://github.com/FISCO-BCOS/bcos-c-sdk/pull/192
8+ - 新增Jni层的 ` TransactionData ` 以及 ` Transaction ` 两层的交易类,支持交易编码、计算哈希、签名、发送。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/163
9+ - 在c sdk层增加获取与节点握手后的协议版本号,
10+
11+ ** 更新**
12+
13+ - 重构依赖库,使用vcpkg作为包管理,不再使用hunter。依赖FISCO BCOS主仓库的Cpp SDK,不再依赖bcos-cpp-sdk的仓库。
14+
15+ ** 修复**
16+
17+ - 修复配置文件中hostname解析失败的问题。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/212
18+
19+ ---
20+
21+ ### 3.5.0
22+
23+ (2023-10-12)
24+
25+ ** 修复**
26+ - 修复rpc模块的jvmdetach线程方式导致性能下降问题
27+
28+ #### bcos-go-sdk
29+ ** 修复**
30+ - 修复go wrapper的NewSDK没有检查c-sdk返回的last error
31+
32+ ---
33+
134### 3.4.0
235
336(2023-06-12)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131
3232archivesBaseName = ' bcos-sdk-jni'
3333group = ' org.fisco-bcos'
34- version = ' 3.6.0-SNAPSHOT '
34+ version = ' 3.6.0'
3535
3636// Additional attribute definition
3737ext {
You can’t perform that action at this time.
0 commit comments