Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
1c653de9
Commit
1c653de9
authored
Sep 09, 2021
by
QM
Committed by
vipwzw
Sep 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cross2eth test
parent
b7c4d78e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
3 deletions
+3
-3
docker-compose-cross2eth.yml
plugin/dapp/cross2eth/cmd/build/docker-compose-cross2eth.yml
+1
-1
dockerRelayerTest.sh
plugin/dapp/cross2eth/cmd/build/dockerRelayerTest.sh
+0
-0
dockerRelayerTestInfinite.sh
...oss2eth/cmd/build/faultiness/dockerRelayerTestInfinite.sh
+0
-0
offlineDeployTest.sh
.../dapp/cross2eth/cmd/build/faultiness/offlineDeployTest.sh
+0
-0
killAll.sh
plugin/dapp/cross2eth/cmd/build/public/killAll.sh
+0
-0
offlinePublic.sh
plugin/dapp/cross2eth/cmd/build/public/offlinePublic.sh
+0
-0
relayerPublic.sh
plugin/dapp/cross2eth/cmd/build/public/relayerPublic.sh
+0
-0
relayer.toml
plugin/dapp/cross2eth/ebrelayer/relayer.toml
+2
-2
No files found.
plugin/dapp/cross2eth/cmd/build/docker-compose-cross2eth.yml
View file @
1c653de9
...
...
@@ -2,7 +2,7 @@ version: '3'
services
:
ganachetest
:
entrypoint
:
[
"
node"
,
"
/app/ganache-core.docker.cli.js"
,
"
-a"
,
"
20"
,
"
-b"
,
"
2"
,
"
--debug"
,
"
-m"
,
"
coast
bar
giraffe
art
venue
decide
symbol
law
visual
crater
vital
fold"
]
entrypoint
:
[
"
node"
,
"
/app/ganache-core.docker.cli.js"
,
"
-a"
,
"
20"
,
"
-b"
,
"
2"
,
"
--debug"
,
"
-m"
,
"
coast
bar
giraffe
art
venue
decide
symbol
law
visual
crater
vital
fold"
,
"
-e"
,
"
1000"
]
image
:
trufflesuite/ganache-cli:latest
ebrelayera
:
...
...
plugin/dapp/cross2eth/cmd/build/dockerRelayerTest.sh
View file @
1c653de9
This diff is collapsed.
Click to expand it.
plugin/dapp/cross2eth/cmd/build/dockerRelayerTestInfinite.sh
→
plugin/dapp/cross2eth/cmd/build/
faultiness/
dockerRelayerTestInfinite.sh
View file @
1c653de9
File moved
plugin/dapp/cross2eth/cmd/build/offlineDeployTest.sh
→
plugin/dapp/cross2eth/cmd/build/
faultiness/
offlineDeployTest.sh
View file @
1c653de9
File moved
plugin/dapp/cross2eth/cmd/build/killAll.sh
→
plugin/dapp/cross2eth/cmd/build/
public/
killAll.sh
View file @
1c653de9
File moved
plugin/dapp/cross2eth/cmd/build/public/offlinePublic.sh
View file @
1c653de9
This diff is collapsed.
Click to expand it.
plugin/dapp/cross2eth/cmd/build/public/relayerPublic.sh
View file @
1c653de9
This diff is collapsed.
Click to expand it.
plugin/dapp/cross2eth/ebrelayer/relayer.toml
View file @
1c653de9
...
...
@@ -47,7 +47,7 @@ operatorAddr="0x8afdadfc88a1087c9a1d6c0f5dd04634b87f303a"
#合约部署人员私钥,用于部署合约时签名使用
deployerPrivateKey
=
"8656d2bc732a8a816a461ba5e2d8aac7c7f85c26a813df30d5327210465eb230"
#验证人地址,至少配置3个以上,即大于等于3个
validatorsAddr
=[
"0x
8afdadfc88a1087c9a1d6c0f5dd04634b87f303a
"
,
"0x0df9a824699bc5878232c9e612fe1a5346a5a368"
,
"0xcb074cb21cdddf3ce9c3c0a7ac4497d633c9d9f1"
,
"0xd9dab021e74ecf475788ed7b61356056b2095830"
]
validatorsAddr
=[
"0x
92C8b16aFD6d423652559C6E266cBE1c29Bfd84f
"
,
"0x0df9a824699bc5878232c9e612fe1a5346a5a368"
,
"0xcb074cb21cdddf3ce9c3c0a7ac4497d633c9d9f1"
,
"0xd9dab021e74ecf475788ed7b61356056b2095830"
]
#验证人权重
initPowers
=[
96
,
1
,
1
,
1
]
...
...
@@ -57,7 +57,7 @@ initPowers=[96, 1, 1, 1]
loglevel
=
"debug"
logConsoleLevel
=
"debug"
# 日志文件名,可带目录,所有生成的日志文件都放到此目录下
logFile
=
"logs/
x2Ethereum
_relayer.log"
logFile
=
"logs/
cross2eth
_relayer.log"
# 单个日志文件的最大值(单位:兆)
maxFileSize
=
300
# 最多保存的历史日志文件个数
...
...
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