Skip to content

Commit

Permalink
Merge pull request #181 from ywy2090/master
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
ywy2090 authored May 26, 2022
2 parents 5a3a586 + 8257867 commit b775f0f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# changelog

## v1.9.0

(2022-05-22)

Add:

1. 适配FISCO BCOS节点2.9.0版本

## v1.8.0

(2021-08-26)
Expand Down
4 changes: 2 additions & 2 deletions pys/tool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Status(object):
allow_unsecure_cfg = False
use_cdn = False
download_console_shell_script = "download_console.sh"
default_console_version = "2.8.0"
default_console_version = "2.9.0"
download_console_version = default_console_version
download_console_version_specified = False
solidity_version = ""
Expand Down Expand Up @@ -514,7 +514,7 @@ def download_fisco(_dir):
# LOGGER.error(
# ' get fisco-bcos verion failed, result is %s.', version)
# raise MCError(' get fisco-bcos verion failed, result is %s.' % version)
version = "2.8.0"
version = "2.9.0"
download_link = 'https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v{}/{}'.format(
version.strip('\n'), package_name.strip('\n'))
cnd_link = 'https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v{}/{}'.format(
Expand Down
2 changes: 1 addition & 1 deletion tpl/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sm_crypto=false
sm_crypto_channel=false

[compatibility]
supported_version=2.8.0
supported_version=2.9.0

;log configurations
[log]
Expand Down
2 changes: 1 addition & 1 deletion tpl/config.ini.gm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sm_crypto=true
sm_crypto_channel=false

[compatibility]
supported_version=2.8.0
supported_version=2.9.0

;log configurations
[log]
Expand Down

0 comments on commit b775f0f

Please sign in to comment.