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
cf522fc8
Commit
cf522fc8
authored
Jun 05, 2020
by
vipwzw
Committed by
33cn
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chain33 fix push event
parent
cf06118b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
chain33.para.toml
chain33.para.toml
+2
-1
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
testcase.sh
plugin/dapp/paracross/cmd/build/testcase.sh
+3
-0
No files found.
chain33.para.toml
View file @
cf522fc8
...
...
@@ -43,7 +43,8 @@ enableTxQuickIndex=true
# 升级storedb是否重新执行localdb,bityuan主链升级不需要开启,平行链升级需要开启
enableReExecLocal
=
true
# 使能精简localdb
enableReduceLocaldb
=
false
enableReduceLocaldb
=
true
enablePushSubscribe
=
false
[p2p]
enable
=
false
...
...
go.mod
View file @
cf522fc8
...
...
@@ -3,7 +3,7 @@ module github.com/33cn/plugin
go 1.12
require (
github.com/33cn/chain33 v0.0.0-2020060
4064703-f83579f8a740
github.com/33cn/chain33 v0.0.0-2020060
5043414-355d96f9ec97
github.com/BurntSushi/toml v0.3.1
github.com/NebulousLabs/Sia v1.3.7
github.com/beorn7/perks v1.0.1 // indirect
...
...
go.sum
View file @
cf522fc8
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/33cn/chain33 v0.0.0-2020060
4064703-f83579f8a740 h1:VFYX0501ZnvpNy/Bf/lWS7cy51GkvnCpNjlqTeU4488
=
github.com/33cn/chain33 v0.0.0-2020060
4064703-f83579f8a740
/go.mod h1:RJsUKcMdXtCgpqp1W1ga6jTCieuJm6n7qd3XmnPXwa4=
github.com/33cn/chain33 v0.0.0-2020060
5043414-355d96f9ec97 h1:C8WKBnLjx8CGgva7PBRvosrAMofw/WOc+nB7Toobgzk
=
github.com/33cn/chain33 v0.0.0-2020060
5043414-355d96f9ec97
/go.mod h1:RJsUKcMdXtCgpqp1W1ga6jTCieuJm6n7qd3XmnPXwa4=
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 h1:PqzgE6kAMi81xWQA2QIVxjWkFHptGgC547vchpUbtFo=
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 h1:HD8gA2tkByhMAwYaFAX9w2l7vxvBQ5NMoxDrkhqhtn4=
...
...
plugin/dapp/paracross/cmd/build/testcase.sh
View file @
cf522fc8
...
...
@@ -49,6 +49,9 @@ function para_set_toml() {
sed
-i
$xsedfix
's/^mainBlockHashForkHeight=.*/mainBlockHashForkHeight=1/g'
"
${
1
}
"
#blockchain
sed
-i
$sedfix
's/^enableReduceLocaldb=.*/enableReduceLocaldb=false/g'
"
${
1
}
"
sed
-i
$sedfix
's/^enablePushSubscribe=.*/enablePushSubscribe=true/g'
"
${
1
}
"
# rpc
sed
-i
$xsedfix
's/^jrpcBindAddr=.*/jrpcBindAddr="0.0.0.0:8901"/g'
"
${
1
}
"
sed
-i
$xsedfix
's/^grpcBindAddr=.*/grpcBindAddr="0.0.0.0:8902"/g'
"
${
1
}
"
...
...
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