Skip to content

Commit

Permalink
add Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Aug 16, 2019
1 parent 7746f80 commit 587e30c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### v0.9.0

(2019-08-16)

**新特性**

- 提供调用FISCO BCOS 2.0 JSON-RPC的Python API。
- 可基于Channel协议与FISCO BCOS进行通信,保证节点与SDK安全加密通信的同时,接收节点推送的消息。
- 支持交易解析功能:包括交易输入、交易输出、Event Log等ABI数据的拼装和解析。
- 支持合约编译,将sol合约编译成abi和bin文件。
- 支持基于keystore的账户管理。

0 comments on commit 587e30c

Please sign in to comment.