Skip to content

Commit

Permalink
upate ChangeLog.md (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored Mar 27, 2020
1 parent 79b6d57 commit ecdbb4c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v2.3.0

(2020-03-27)

* 新增
1. 新增ECC加密/解密工具,具体参考ECCEncrypt/ECCDecrypt类
2. 添加RevertResolver工具,解析solidity require语句的提示信息
3. 添加合约状态管理, 实现对合约的冻结解冻、状态查询等操作,以及上述操作的权限管理

* 修复
1. solidity编译bin或abi信息超过64k导致Java文件编译报错的问题
2. 修复AMOP不支持中文topic的问题

* 兼容
1. 适配fisco-bcos 2.3.0版本,支持Channel Message v1/V2/V3协议

### v2.2.3

(2020-03-03)
Expand Down

0 comments on commit ecdbb4c

Please sign in to comment.