Skip to content

web3sdk v2.1.0

Compare
Choose a tag to compare
@JimmyShi22 JimmyShi22 released this 23 Sep 14:05
· 188 commits to master since this release

Please read the Web3SDK documentation.

CHANGELOG

  • Add
  1. Event log pushing
  2. Support Channel Message v2 protocol
  3. Block callback API
  4. AMOP authentication
  • Update
  1. Support manual configuration for the certificate file names. Their default names are sdk.crt and sdk.key
  2. Support nonblocking API that handles RPC responses immediately after sending a transaction request
  3. Update the version of the dependent packages
  4. Log output includes more details
  • Fix
  1. ABI empty string handling bug
  2. Transaction block limit bug
  3. Other minor bugs
  • Compatibility
  1. Compatible with Channel Message v1 protocol
  2. Compatible with certificate files named with node.crt and node.key

请阅读web3sdk文档

变更日志

  • 增加
  1. 合约事件通知
  2. 支持Channel Message v2通信协议
  3. 区块回调接口
  4. 增加AMOP认证功能
  • 更新
  1. 支持手动配置证书名,默认为sdk.crt和sdk.key
  2. 发交易时处理立即返回的RPC消息
  3. 更新依赖库的版本号
  4. 更详细的日志打印
  • 修复
  1. 修复了ABI空字符串处理的异常问题
  2. 修复了发交易block limit的异常问题
  3. 其它一些bug
  • 兼容
  1. 兼容Channel Message v1协议
  2. 兼容FISCO BCOS 2.1以下的sdk证书名node.crt和node.key