Skip to content

web3sdk v2.6.0

Compare
Choose a tag to compare
@ywy2090 ywy2090 released this 14 Aug 07:21
· 69 commits to master since this release

Please read the Web3SDK documentation.

CHANGELOG

  • Add
  1. Add support for IPv6
  2. Add getBlockHeaderByHash getBlockHeaderByNumber RPC interface
  3. Modify the codegen module to make Java contract code available in SM and NonSM enviroment
  4. Update tcnative version to support arch64 arch
  • Fix
  1. Fix the codegen module to make the generated Java contract code available than solidity interface is with payable keyword
  • Update
  1. Modify the SSL engine that the SDK connects to the node to be OPENSSL
  • Compatibility
  1. Adapt to fisco-bcos 2.6.0 version, support Channel Message v1/v2/v3 protocol

请阅读web3sdk文档

变更日志

  • 新增
  1. 适配IPv6
  2. 添加getBlockHeaderByHash getBlockHeaderByNumber RPC接口
  3. 修改codegen模块,支持生成国密/非国密环境同时可用的Java合约代码
  4. 更新tcnative版本,支持arch64架构
  • 修复
  1. 修复codegen模块生成Java合约代码,payable接口无法调用的bug
  • 更新
  1. 修改SDK与节点连接的SSL引擎为OPENSSL
  • 兼容
  1. 适配fisco-bcos 2.6.0版本,支持Channel Message v1/v2/v3协议