Java SDK v3.0.0-rc2
(2022-02-25)
请阅读Java SDK v3.x文档:
更新
- 升级
bcos-sdk-jni
到3.0.0-rc2
- 修改SDK的默认群组为
group0
- 交易由
Base64
编码修改为十六进制编码 - 对齐WBC-Liquid,修改
bytesN
类型数据的Scale编码
修复
- 修复Scale编码 struct数组编码丢失泛型类型数据的问题
兼容性说明
Please read documentation of Java SDK v3.x.
- English User Handbook:Working in progress...
- Chinese User Handbook
Changed
- Upgrade
bcos-sdk-jni
to3.0.0-rc2
- Modify the default group of the SDK to
group0
- Transaction modified from
Base64
encoding to hexadecimal encoding - Align with WBC-Liquid, modify the Scale encoding of
bytesN
Fixed
- Fix the problem that Scale encoding struct array loses generic type data