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
808969f4
Commit
808969f4
authored
Nov 22, 2021
by
mdj33
Committed by
vipwzw
Nov 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add fork for test
parent
74e380ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
chain33.toml
chain33.toml
+1
-1
paracrosstestcase.sh
plugin/dapp/cross2eth/cmd/build/paracrosstestcase.sh
+1
-1
chain33.cfg.toml
plugin/dapp/ticket/executor/testdata/chain33.cfg.toml
+3
-1
rpc_test.go
plugin/dapp/ticket/rpc/rpc_test.go
+3
-0
No files found.
chain33.toml
View file @
808969f4
...
@@ -310,7 +310,7 @@ pointHX="19172955941344617222923168298456110557655645809646772800021167670156933
...
@@ -310,7 +310,7 @@ pointHX="19172955941344617222923168298456110557655645809646772800021167670156933
pointHY
=
"21116962883761739586121793871108889864627195706475546685847911817475098399811"
pointHY
=
"21116962883761739586121793871108889864627195706475546685847911817475098399811"
#电路最大支持1024个叶子hash,10 level, 配置可以小于1024,但不能大于
#电路最大支持1024个叶子hash,10 level, 配置可以小于1024,但不能大于
maxTreeLeaves
=
1024
maxTreeLeaves
=
1024
mixApprs
=[]
mixApprs
=
[
"12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
]
[metrics]
[metrics]
#是否使能发送metrics数据的发送
#是否使能发送metrics数据的发送
...
...
plugin/dapp/cross2eth/cmd/build/paracrosstestcase.sh
View file @
808969f4
...
@@ -426,7 +426,7 @@ function para_create_nodegroup() {
...
@@ -426,7 +426,7 @@ function para_create_nodegroup() {
echo
"=========== # para chain approve node group ============="
echo
"=========== # para chain approve node group ============="
##approve
##approve
txhash
=
$(${
PARA_CLI
}
send para nodegroup approve
-i
"
$id
"
-c
6
-k
0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc
)
txhash
=
$(${
PARA_CLI
}
send para nodegroup approve
-i
"
$id
"
-
a
""
-
c
6
-k
0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc
)
echo
"tx=
$txhash
"
echo
"tx=
$txhash
"
query_tx
"
${
PARA_CLI
}
"
"
${
txhash
}
"
query_tx
"
${
PARA_CLI
}
"
"
${
txhash
}
"
...
...
plugin/dapp/ticket/executor/testdata/chain33.cfg.toml
View file @
808969f4
...
@@ -236,6 +236,7 @@ ForkTokenCheck= 0
...
@@ -236,6 +236,7 @@ ForkTokenCheck= 0
[fork.sub.manage]
[fork.sub.manage]
Enable
=
0
Enable
=
0
ForkManageExec
=
0
ForkManageExec
=
0
ForkManageAutonomyEnable
=
-1
[fork.sub.valnode]
[fork.sub.valnode]
Enable
=
0
Enable
=
0
...
@@ -255,6 +256,7 @@ ForkParaAssetTransferRbk=0
...
@@ -255,6 +256,7 @@ ForkParaAssetTransferRbk=0
ForkParaFullMinerHeight
=
0
ForkParaFullMinerHeight
=
0
ForkParaSupervision
=
0
ForkParaSupervision
=
0
ForkParaRootHash
=
0
ForkParaRootHash
=
0
#nodegroup approve需要经过autonomy board成员审批,平行链不开启
ForkParaAutonomySuperGroup
=
-1
[fork.sub.qbftNode]
[fork.sub.qbftNode]
Enable
=
0
Enable
=
0
plugin/dapp/ticket/rpc/rpc_test.go
View file @
808969f4
...
@@ -295,6 +295,7 @@ ForkBadRepeatSecret=0
...
@@ -295,6 +295,7 @@ ForkBadRepeatSecret=0
[fork.sub.manage]
[fork.sub.manage]
Enable=0
Enable=0
ForkManageExec=100000
ForkManageExec=100000
ForkManageAutonomyEnable=-1
[fork.sub.token]
[fork.sub.token]
Enable=0
Enable=0
...
@@ -324,6 +325,7 @@ ForkParaAssetTransferRbk=0
...
@@ -324,6 +325,7 @@ ForkParaAssetTransferRbk=0
ForkParaFullMinerHeight=0
ForkParaFullMinerHeight=0
ForkParaSupervision=0
ForkParaSupervision=0
ForkParaRootHash=0
ForkParaRootHash=0
ForkParaAutonomySuperGroup=-1
[fork.sub.evm]
[fork.sub.evm]
Enable=0
Enable=0
...
@@ -402,6 +404,7 @@ ForkUnfreezeIDX= 0
...
@@ -402,6 +404,7 @@ ForkUnfreezeIDX= 0
[fork.sub.autonomy]
[fork.sub.autonomy]
Enable=0
Enable=0
ForkAutonomyDelRule=0
ForkAutonomyDelRule=0
ForkAutonomyEnableItem=0
[fork.sub.jsvm]
[fork.sub.jsvm]
Enable=0
Enable=0
...
...
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