Skip to content

Java SDK v2.7.0

Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 25 Nov 06:28
· 603 commits to master since this release
3813763

v2.7.0

(2020-11-25)
Please read documentation of Java SDK.

Added:

  • Added getBatchReceiptsByBlockNumberAndRange and getBatchReceiptsByBlockHashAndRange 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 adds queryVotesOfMember and queryVotesOfThreshold interfaces to support query voting status

Changed:

  • Separate sdk-demo as a java-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

请参考文档:

添加:

  • 添加getBatchReceiptsByBlockNumberAndRangegetBatchReceiptsByBlockHashAndRange接口,支持批量拉取区块交易回执
  • 添加getNodeInfo接口,获取订阅的topics信息
  • 添加revokeManager接口,撤销合约生命周期管理权限
  • ChainGovernanceService添加queryVotesOfMemberqueryVotesOfThreshold接口,支持查询投票情况

修改:

  • sdk-demo独立为java-sdk-demo项目

修复:

  • 修复部署构造函数带有event的合约异常时,合约回执解析空指针异常

适配性:

  • 适配FISCO BCOS v2.0+
  • AMOP功能不兼容Web3SDK