Skip to content

web3sdk v2.3.0

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 31 Mar 06:18
· 149 commits to master since this release

Please read the Web3SDK documentation.

CHANGELOG

  • Add
  1. Added ECC encryption/decryption tools. For details, refer to the ECCEncrypt/ECCDecrypt class
  2. Add RevertResolver tool to parse the prompt message of solidity require
  3. Add contract status management, implement operations such as freezing and unfreezing of contracts, status query, and permission management of the above operations
  • Fix
  1. Solidity compilation bin or abi information exceeds 64k causing Java file compilation error
  2. Fix AMOP does not support Chinese topic
  • Compatibility
  1. Adapt to fisco-bcos 2.3.0 version, support Channel Message v1/v2/v3 protocol

请阅读web3sdk文档

变更日志

  • 新增
  1. 新增ECC加密/解密工具,具体参考ECCEncrypt/ECCDecrypt类
  2. 添加RevertResolver工具,解析solidity require语句的提示信息
  3. 添加合约状态管理, 实现对合约的冻结解冻、状态查询等操作,以及上述操作的权限管理
  • 修复
  1. solidity编译bin或abi信息超过64k导致Java文件编译报错的问题
  2. 修复AMOP不支持中文topic的问题
  • 兼容
  1. 适配fisco-bcos 2.3.0版本,支持Channel Message v1/v2/v3协议