Skip to content

web3sdk v2.0.3

Compare
Choose a tag to compare
@bxq2011hust bxq2011hust released this 18 Jun 02:34
· 361 commits to master since this release

Please read the Web3SDK documentation.

CHANGELOG

  • Add
  1. Implemented CRUDService class to provide CRUD api to operate user tables.
  2. Implemented PEMManager and P12Manager class tp load PEM account file and PKCS12 account file respectively.
  3. Added integeration tests for web3j api and precompile api.
  • Update
  1. Revised the log output for transaction flow.
  2. Revised to select the node with the highest block number to send the transaction.
  3. Support multi-group blockchain front.
  4. Revised orgID to agencyName in sdk config file.
  • Compatibility
  1. This SDK version is fully compatible with FISCO BCOS nodes of version 2.0.0-rc1 to 2.0.0-rc3.

请阅读web3sdk文档

变更日志

  • 增加
  1. 提供CRUDService类,包含操作用户表的CRUD接口。
  2. 提供加载账号文件的工具管理类PEMManager和P12Manager,可以分别加载PEM格式和PKCS12格式的账户文件。
  3. 增加集成测试,覆盖web3j接口和precompiled接口。
  • 更新
  1. 优化日志格式,调整日志输出内容,可以更详细显示交易流程信息。
  2. 优化选择节点块高最大的节点发送交易。
  3. 支持多群组区块链前置配置。
  4. SDK配置文件中,机构属性字段修改为agencyName
  • 兼容性
  1. 兼容FISCO BCOS rc1->rc3的节点