Skip to content

Commit

Permalink
Adapt 2.7.1 version of fisco-bcos (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Feb 1, 2021
1 parent 818d241 commit ece5040
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# changelog
## v1.7.1

(2021-02-01)

Add:

1. 适配FISCO BCOS节点2.7.1版本

## v1.7.0

Expand Down
2 changes: 1 addition & 1 deletion pys/tool/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,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.7.0"
version = "2.7.1"
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 release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
v1.7.1
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.7.0
supported_version=2.7.1

;log configurations
[log]
Expand Down

0 comments on commit ece5040

Please sign in to comment.