web3sdk v2.0.3
Please read the Web3SDK documentation.
CHANGELOG
- Add
- Implemented
CRUDService
class to provideCRUD
api to operate user tables. - Implemented
PEMManager
andP12Manager
class tp load PEM account file and PKCS12 account file respectively. - Added integeration tests for web3j api and precompile api.
- Update
- Revised the log output for transaction flow.
- Revised to select the node with the highest block number to send the transaction.
- Support multi-group blockchain front.
- Revised
orgID
toagencyName
in sdk config file.
- Compatibility
- This SDK version is fully compatible with FISCO BCOS nodes of version 2.0.0-rc1 to 2.0.0-rc3.
请阅读web3sdk文档。
变更日志
- 增加
- 提供CRUDService类,包含操作用户表的CRUD接口。
- 提供加载账号文件的工具管理类PEMManager和P12Manager,可以分别加载PEM格式和PKCS12格式的账户文件。
- 增加集成测试,覆盖web3j接口和precompiled接口。
- 更新
- 优化日志格式,调整日志输出内容,可以更详细显示交易流程信息。
- 优化选择节点块高最大的节点发送交易。
- 支持多群组区块链前置配置。
- SDK配置文件中,机构属性字段修改为
agencyName
。
- 兼容性
- 兼容FISCO BCOS rc1->rc3的节点