Skip to content

Commit 2dd38e6

Browse files
authored
update changelog (#612)
1 parent d9480d0 commit 2dd38e6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,40 @@
3232
- 兼容java-sdk v3.x的历史版本
3333
- 支持[3.0.0-rc4](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc4)版本
3434

35+
----
36+
37+
Please read documentation of Java SDK v3.x.
38+
39+
* English User Handbook:Working in progress...
40+
* [Chinese User Handbook](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/develop/sdk/java_sdk/index.html)
41+
42+
### Added
43+
44+
* Added `TableCRUDService` to adapt the interface of CRUD Table of FISCO BCOS v3.0.0-rc4
45+
* `AuthManger`
46+
* Add consensus node changes and system configuration changes to the governance contract system, upgrade calculation logic of governance contract, etc.
47+
* Added contract freeze/unfreeze contract interface
48+
* Added interface for creating proposals and modifying contract ACL status
49+
* Added interface to get proposals in batches
50+
* Added event listener interface for proposal execution result
51+
52+
### Changed
53+
54+
* Use the cryptographic library `webank-blockchain-java-crypto` instead of `key-mini-toolkit`
55+
* Upgrade `bcos-sdk-jni` to `3.0.0-rc4`
56+
57+
### Fixed
58+
59+
* Fix bugs related to contract encoding and decoding
60+
* Fix the encoding bug of ReceiptParser for the getting return value of precompiled contracts
61+
* Increase single test coverage and fix unreasonable codes
62+
63+
### Compatibility Notes
64+
65+
- Not compatible with FISCO BCOS version 2.0+
66+
- Compatible with the historical version of java-sdk v3.x
67+
- Support [3.0.0-rc4](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc4)
68+
3569

3670
## v3.0.0-rc3
3771
(2022-03-31)

0 commit comments

Comments
 (0)