Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
Yaff Gao
vm-docker-go
Commits
53d04247
Commit
53d04247
authored
2 years ago
by
gh lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix vm-engine version
--bug=0
parent
2cd20161
master
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+1
-1
README.md
README.md
+2
-2
scripts/gomod_update.sh
scripts/gomod_update.sh
+1
-1
test/scripts/batch-start.sh
test/scripts/batch-start.sh
+1
-1
test/scripts/clean.sh
test/scripts/clean.sh
+1
-1
test/scripts/prepare.sh
test/scripts/prepare.sh
+1
-1
No files found.
Makefile
View file @
53d04247
VERSION
=
v2.3.
0
VERSION
=
v2.3.
1
BUILD_TIME
=
$(
shell
date
"+%Y%m%d%H%M%S"
)
GIT_BRANCH
=
$(
shell
git rev-parse
--abbrev-ref
HEAD
)
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
53d04247
...
...
@@ -128,7 +128,7 @@ docker run -itd \
-e
CHAIN_RPC_PORT
=
22351
\
-e
SANDBOX_RPC_PORT
=
32351
\
--name
VM-GO-node1
\
chainmakerofficial/chainmaker-vm-engine:v2.3.
0
chainmakerofficial/chainmaker-vm-engine:v2.3.
1
```
3.
1 以uds方式启动:
...
...
@@ -144,7 +144,7 @@ docker run -itd \
-v
/data/chainmaker/node1/log:/log
\
-e
CHAIN_RPC_PROTOCOL
=
"0"
\
--name
VM-GO-node1
\
chainmakerofficial/chainmaker-vm-engine:v2.3.
0
chainmakerofficial/chainmaker-vm-engine:v2.3.
1
```
### 2.2. 配置启动 chainmaker
...
...
This diff is collapsed.
Click to expand it.
scripts/gomod_update.sh
View file @
53d04247
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
set
-x
BRANCH
=
v2.3.
0
_qc
BRANCH
=
v2.3.
1
_qc
cd
../
pwd
...
...
This diff is collapsed.
Click to expand it.
test/scripts/batch-start.sh
View file @
53d04247
...
...
@@ -15,7 +15,7 @@ do
EXPOSE_PORT
=
$((
22351
+
$i
-
1
))
RUNTIME_PORT
=
$((
32351
+
$i
-
1
))
CONTAINER_NAME
=
chainmaker-docker-vm-
$i
IMAGE_NAME
=
"chainmakerofficial/chainmaker-vm-engine:v2.3.
0
"
IMAGE_NAME
=
"chainmakerofficial/chainmaker-vm-engine:v2.3.
1
"
if
[
!
-d
"
$MOUNT_PATH
"
]
;
then
mkdir
-p
"
$MOUNT_PATH
"
...
...
This diff is collapsed.
Click to expand it.
test/scripts/clean.sh
View file @
53d04247
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
VERSION
=
v2.3.
0
VERSION
=
v2.3.
1
docker_image_name
=(
`
docker images |
grep
"chainmakerofficial/chainmaker-vm-engine"
`
)
...
...
This diff is collapsed.
Click to expand it.
test/scripts/prepare.sh
View file @
53d04247
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
VERSION
=
v2.3.
0
VERSION
=
v2.3.
1
TESTCONTAINERNAME
=
chaimaker_vm_test
docker_image_name
=
`
docker images |
grep
"chainmakerofficial/chainmaker-vm-engine"
`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment