Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 49 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## v2.7.0
(2020-11-20)
Please read documentation of Java SDK.

* [English User Handbook](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
* [Chinese User Handbook](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
* [Chinese WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)

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

----
请参考文档:
* [英文版用户手册](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
* [中文版用户手册](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
* [中文版WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)

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

修改:
* 将`sdk-demo`独立为`java-sdk-demo`项目

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

适配性:
* 适配FISCO BCOS v2.0+
* AMOP功能不兼容Web3SDK

## v2.6.1
(2020-10-29)
Please read documentation of Java SDK.
Expand All @@ -21,8 +68,8 @@ Fixed:

Compatibility

* FISCO BCOS v2.0+.
* Not compatible with Web3SDK. When two users want to use AMOP functions to talk with each other, they should either both use Java SDK, or both use Web3SDK.
* FISCO BCOS v2.0+
* AMOP Not compatible with Web3SDK

----
请参考文档:
Expand Down