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
cf06118b
Commit
cf06118b
authored
Jun 04, 2020
by
vipwzw
Committed by
33cn
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ci
parent
e7055a84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docker-compose.sh
build/docker-compose.sh
+2
-1
chain33.toml
chain33.toml
+1
-0
No files found.
build/docker-compose.sh
View file @
cf06118b
...
@@ -104,7 +104,8 @@ function base_init() {
...
@@ -104,7 +104,8 @@ function base_init() {
# blockchain
# blockchain
# TODO 剩下evm trade 测试和这个选项有关,在其他pr中解决,不使得这个pr太大
# TODO 剩下evm trade 测试和这个选项有关,在其他pr中解决,不使得这个pr太大
sed
-i
$sedfix
's/^enableReduceLocaldb=.*/enableReduceLocaldb=true/g'
chain33.toml
sed
-i
$sedfix
's/^enableReduceLocaldb=.*/enableReduceLocaldb=false/g'
chain33.toml
sed
-i
$sedfix
's/^enablePushSubscribe=.*/enablePushSubscribe=true/g'
chain33.toml
# ticket
# ticket
sed
-i
$sedfix
's/^ticketPrice =.*/ticketPrice = 10000/g'
chain33.toml
sed
-i
$sedfix
's/^ticketPrice =.*/ticketPrice = 10000/g'
chain33.toml
...
...
chain33.toml
View file @
cf06118b
...
@@ -42,6 +42,7 @@ enableTxQuickIndex=true
...
@@ -42,6 +42,7 @@ enableTxQuickIndex=true
enableReExecLocal
=
true
enableReExecLocal
=
true
# 使能精简localdb
# 使能精简localdb
enableReduceLocaldb
=
true
enableReduceLocaldb
=
true
enablePushSubscribe
=
false
[p2p]
[p2p]
# p2p类型
# p2p类型
...
...
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