Skip to content

Commit

Permalink
Merge pull request #483 from MaggieNgWu/r2.8
Browse files Browse the repository at this point in the history
update download-console.sh
  • Loading branch information
MaggieNgWu authored Aug 25, 2021
2 parents 504afcf + 6b030ec commit 267e7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
(2021-07-28)

* 更新
1. 支持硬件密码模块,使用硬件保护您的密钥安全,提升密码运算效率。
- 支持使用密码卡/密码机内部SM2密钥,用硬件保护您的私钥安全。
- 支持接入符合国密《GMT0018-2012密码设备应用接口规范》标准的密码机/密码卡,使用硬件安全模块进行SM2、SM3、SM4等算法运算。
- 支持使用密码卡/密码机进行共识签名、交易验签、建立TLS连接。
- 新增支持硬件安全模块的OpenSSL 1.1.1i
1. 升级Java SDK版本为`2.8.0-GMT0018`


### v2.7.2
Expand Down
2 changes: 1 addition & 1 deletion tools/download_console.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
package_name="console.tar.gz"
default_version="2.7.2"
default_version="2.8.0"
download_version="${default_version}"
specify_console=0
solc_suffix=""
Expand Down

0 comments on commit 267e7b3

Please sign in to comment.