web3sdk v2.1.0
Please read the Web3SDK documentation.
CHANGELOG
- Add
- Event log pushing
- Support Channel Message v2 protocol
- Block callback API
- AMOP authentication
- Update
- Support manual configuration for the certificate file names. Their default names are sdk.crt and sdk.key
- Support nonblocking API that handles RPC responses immediately after sending a transaction request
- Update the version of the dependent packages
- Log output includes more details
- Fix
- ABI empty string handling bug
- Transaction block limit bug
- Other minor bugs
- Compatibility
- Compatible with Channel Message v1 protocol
- Compatible with certificate files named with node.crt and node.key
请阅读web3sdk文档。
变更日志
- 增加
- 合约事件通知
- 支持Channel Message v2通信协议
- 区块回调接口
- 增加AMOP认证功能
- 更新
- 支持手动配置证书名,默认为sdk.crt和sdk.key
- 发交易时处理立即返回的RPC消息
- 更新依赖库的版本号
- 更详细的日志打印
- 修复
- 修复了ABI空字符串处理的异常问题
- 修复了发交易block limit的异常问题
- 其它一些bug
- 兼容
- 兼容Channel Message v1协议
- 兼容FISCO BCOS 2.1以下的sdk证书名node.crt和node.key