Skip to content

web3sdk v2.1.1

Compare
Choose a tag to compare
@ywy2090 ywy2090 released this 01 Nov 00:33
· 187 commits to master since this release

Please read the Web3SDK documentation.

CHANGELOG

  • Add
  1. Java contract code generation tools add input and output parsing tools
  • Update
  1. Deploying the contract SDK no longer polls to determine success
  • Fix
  1. Fix the vulnerability of SDK and node handshake protocol
  2. Fix problem with isStatusOK interface throwing exception in TransactionReceipt class
  • Compatibility
  1. Compatible with Channel Message v1 protocol
  2. Compatible with certificate files named with node.crt and node.key

请阅读web3sdk文档

变更日志

  • 增加
  1. 生成java合约代码添加input和output的解析接口
  • 更新
  1. 部署合约SDK时不再通过轮询方式判断是否成功
  • 修复
  1. 修复SDK与节点握手协议的漏洞
  2. 修复TransactionReceipt类的isStatusOK接口抛出异常的问题
  • 兼容
  1. 兼容Channel Message v1协议
  2. 兼容FISCO BCOS 2.1以下的sdk证书名node.crt和node.key