Java SDK v2.7.0
v2.7.0
(2020-11-25)
Please read documentation of Java SDK.
Added:
- Added
getBatchReceiptsByBlockNumberAndRange
andgetBatchReceiptsByBlockHashAndRange
interfaces to support batch pull block transaction receipts - Added the
getNodeInfo
interface to obtain subscribed topics information - Added
revokeManager
interface to revoke contract life cycle management authority ChainGovernanceService
addsqueryVotesOfMember
andqueryVotesOfThreshold
interfaces to support query voting status
Changed:
- Separate
sdk-demo
as ajava-sdk-demo
project
Fixed:
- Fix the exception of contract receipt parsing null pointer exception when deploying constructor with event
Compatibility
- FISCO BCOS v2.0+
- AMOP Not compatible with Web3SDK
请参考文档:
添加:
- 添加
getBatchReceiptsByBlockNumberAndRange
和getBatchReceiptsByBlockHashAndRange
接口,支持批量拉取区块交易回执 - 添加
getNodeInfo
接口,获取订阅的topics信息 - 添加
revokeManager
接口,撤销合约生命周期管理权限 ChainGovernanceService
添加queryVotesOfMember
和queryVotesOfThreshold
接口,支持查询投票情况
修改:
- 将
sdk-demo
独立为java-sdk-demo
项目
修复:
- 修复部署构造函数带有event的合约异常时,合约回执解析空指针异常
适配性:
- 适配FISCO BCOS v2.0+
- AMOP功能不兼容Web3SDK