Skip to content

Commit

Permalink
Merge pull request #272 from WeBankBlockchain/dev
Browse files Browse the repository at this point in the history
1.5.5 dev => master
  • Loading branch information
CodingCattwo authored Apr 23, 2023
2 parents d903722 + a00bf9b commit b0e9e62
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
9 changes: 5 additions & 4 deletions deploy/comm/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,11 @@ def startNode():
if if_exist_fisco is None:
print ("======= FISCO-BCOS is not deploy. return! =======")
return

fisco_dir = getCommProperties("fisco.dir")
if if_exist_fisco == "no":
fisco_dir = currentDir + "/nodes/127.0.0.1"
if if_exist_fisco == "yes":
print ("[WARN]Use existing chain does not support start or stop.")
return

fisco_dir = currentDir + "/nodes/127.0.0.1"

if not os.path.exists(fisco_dir + "/start_all.sh"):
print ("======= FISCO-BCOS dir:{} is not correct. please check! =======".format(fisco_dir))
Expand Down
10 changes: 5 additions & 5 deletions deploy/common.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[common]

# Webase Subsystem Version (v1.1.0 or above)
webase.web.version=v1.5.4
webase.mgr.version=v1.5.4
webase.sign.version=v1.5.3
webase.front.version=v1.5.4
webase.web.version=v1.5.5
webase.mgr.version=v1.5.5
webase.sign.version=v1.5.5
webase.front.version=v1.5.5

#####################################################################
# if use [installDockerAll] to install WeBASE by docker
Expand Down Expand Up @@ -76,7 +76,7 @@ if.exist.fisco=no
### if build new chain, [if.exist.fisco=no]
# Configuration required when building a new chain
# Fisco-bcos version
fisco.version=2.8.0
fisco.version=2.9.1
# Number of building nodes (default value: 2)
node.counts=nodeCounts

Expand Down
8 changes: 4 additions & 4 deletions deploy/visual-deploy.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[common]

# Webase Subsystem Version (v1.1.0 or above)
webase.web.version=v1.5.4
webase.mgr.version=v1.5.4
webase.sign.version=v1.5.3
fisco.webase.docker.cdn.version=v1.5.4
webase.web.version=v1.5.5
webase.mgr.version=v1.5.5
webase.sign.version=v1.5.5
fisco.webase.docker.cdn.version=v1.5.5

# Mysql database configuration of WeBASE-Node-Manager
mysql.ip=localhost
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.4
v1.5.5

0 comments on commit b0e9e62

Please sign in to comment.