File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# changelog
2
2
3
+ ## v1.9.0
4
+
5
+ (2022-05-22)
6
+
7
+ Add:
8
+
9
+ 1 . 适配FISCO BCOS节点2.9.0版本
10
+
3
11
## v1.8.0
4
12
5
13
(2021-08-26)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Status(object):
33
33
allow_unsecure_cfg = False
34
34
use_cdn = False
35
35
download_console_shell_script = "download_console.sh"
36
- default_console_version = "2.8 .0"
36
+ default_console_version = "2.9 .0"
37
37
download_console_version = default_console_version
38
38
download_console_version_specified = False
39
39
solidity_version = ""
@@ -514,7 +514,7 @@ def download_fisco(_dir):
514
514
# LOGGER.error(
515
515
# ' get fisco-bcos verion failed, result is %s.', version)
516
516
# raise MCError(' get fisco-bcos verion failed, result is %s.' % version)
517
- version = "2.8 .0"
517
+ version = "2.9 .0"
518
518
download_link = 'https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v{}/{}' .format (
519
519
version .strip ('\n ' ), package_name .strip ('\n ' ))
520
520
cnd_link = 'https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v{}/{}' .format (
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ sm_crypto=false
60
60
sm_crypto_channel =false
61
61
62
62
[compatibility]
63
- supported_version =2.8 .0
63
+ supported_version =2.9 .0
64
64
65
65
; log configurations
66
66
[log]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ sm_crypto=true
60
60
sm_crypto_channel=false
61
61
62
62
[compatibility]
63
- supported_version=2.8 .0
63
+ supported_version=2.9 .0
64
64
65
65
;log configurations
66
66
[log]
You can’t perform that action at this time.
0 commit comments