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
e4832120
Commit
e4832120
authored
Mar 25, 2021
by
jiangpeng
Committed by
33cn
Mar 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config:add crypto
parent
16804bcb
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
26 additions
and
13 deletions
+26
-13
chain33.test.toml
plugin/consensus/dpos/chain33.test.toml
+1
-0
node_test.go
plugin/consensus/dpos/node_test.go
+2
-1
chain33.test.toml
plugin/consensus/pbft/chain33.test.toml
+1
-1
chain33.test.toml
plugin/consensus/raft/chain33.test.toml
+2
-2
chain33.test.toml
plugin/consensus/tendermint/chain33.test.toml
+1
-0
chain33.cfg.toml
plugin/consensus/ticket/testdata/chain33.cfg.toml
+1
-1
chain33.auth.test.toml
plugin/dapp/cert/authority/test/chain33.auth.test.toml
+1
-0
chain33.toml
plugin/dapp/cert/executor/test/chain33.toml
+5
-6
vote_test.go
plugin/dapp/dposvote/commands/vote_test.go
+1
-0
chain33.toml
plugin/dapp/exchange/test/chain33.toml
+1
-0
game_test.go
plugin/dapp/guess/commands/game_test.go
+1
-0
guess_test.go
plugin/dapp/guess/rpc/guess_test.go
+1
-0
chain33.para.test.toml
plugin/dapp/paracross/cmd/build/chain33.para.test.toml
+1
-0
cfg.go
plugin/dapp/paracross/testnode/cfg.go
+1
-0
relayd.toml
plugin/dapp/relay/cmd/relayd/relayd.toml
+1
-0
chain33.cfg.toml
plugin/dapp/ticket/executor/testdata/chain33.cfg.toml
+1
-0
relayer.toml
plugin/dapp/x2ethereum/ebrelayer/relayer.toml
+2
-2
chain33.test.toml
plugin/mempool/price/chain33.test.toml
+1
-0
chain33.test.toml
plugin/mempool/score/chain33.test.toml
+1
-0
No files found.
plugin/consensus/dpos/chain33.test.toml
View file @
e4832120
Title
=
"local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/consensus/dpos/node_test.go
View file @
e4832120
...
...
@@ -43,6 +43,7 @@ var (
localPriv
=
`{"address":"2FA286246F0222C4FF93210E91AECE0C66723F15","pub_key":{"type":"secp256k1","data":"03EF0E1D3112CF571743A3318125EDE2E52A4EB904BCBAA4B1F75020C2846A7EB4"},"last_height":1679,"last_round":0,"last_step":3,"last_signature":{"type":"secp256k1","data":"37892A916D6E487ADF90F9E88FE37024597677B6C6FED47444AD582F74144B3D6E4B364EAF16AF03A4E42827B6D3C86415D734A5A6CCA92E114B23EB9265AF09"},"last_signbytes":"7B22636861696E5F6964223A22636861696E33332D5A326367466A222C22766F7465223A7B22626C6F636B5F6964223A7B2268617368223A224F6A657975396B2B4149426A6E4859456739584765356A7A462B673D222C227061727473223A7B2268617368223A6E756C6C2C22746F74616C223A307D7D2C22686569676874223A313637392C22726F756E64223A302C2274696D657374616D70223A22323031382D30382D33315430373A35313A34332E3935395A222C2274797065223A327D7D","priv_key":{"type":"secp256k1","data":"5A6A14DA6F5A42835E529D75D87CC8904544F59EEE5387A37D87EEAD194D7EB2"}}`
config1
=
`Title="local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "debug"
...
...
@@ -185,7 +186,7 @@ signType="auth_ecdsa"
`
///////////////////////////////////////////////////////////////////////////
config2
=
`Title="local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "debug"
...
...
plugin/consensus/pbft/chain33.test.toml
View file @
e4832120
Title
=
"local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"info"
...
...
plugin/consensus/raft/chain33.test.toml
View file @
e4832120
Title
=
"local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
@@ -166,4 +167,4 @@ useBalance=false
#是否使能发送metrics数据的发送
enableMetrics
=
false
#数据保存模式
dataEmitMode
=
"influxdb"
\ No newline at end of file
dataEmitMode
=
"influxdb"
plugin/consensus/tendermint/chain33.test.toml
View file @
e4832120
Title
=
"local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/consensus/ticket/testdata/chain33.cfg.toml
View file @
e4832120
...
...
@@ -2,7 +2,7 @@ Title="local"
TestNet
=
true
FixTime
=
false
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/dapp/cert/authority/test/chain33.auth.test.toml
View file @
e4832120
Title
=
"chain33"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/dapp/cert/executor/test/chain33.toml
View file @
e4832120
...
...
@@ -3,7 +3,7 @@ TestNet=true
FixTime
=
false
version
=
"6.3.0"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
@@ -243,8 +243,8 @@ genesis="12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
[exec.sub.manage]
superManager
=[
"1Bsg9j6gW83sShoee1fZAt9TkUjcrCgA9S"
,
"12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
,
"1Bsg9j6gW83sShoee1fZAt9TkUjcrCgA9S"
,
"12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv"
,
"1Q8hGLfoGe63efeWa8fJ4Pnukhkngt6poK"
,
"16ui7XJ1VLM7YXcNhWwWsWS6CRC3ZA2sJ1"
,
]
...
...
@@ -262,7 +262,7 @@ useBalance=false
[fork.system]
ForkChainParamV1
=
0
ForkCheckTxDup
=
0
ForkBlockHash
=
1
ForkBlockHash
=
1
ForkMinerTime
=
0
ForkTransferExec
=
0
ForkExecKey
=
0
...
...
@@ -302,4 +302,4 @@ url="http://influxdb:8086"
database
=
"chain33metrics"
username
=
""
password
=
""
namespace
=
""
\ No newline at end of file
namespace
=
""
plugin/dapp/dposvote/commands/vote_test.go
View file @
e4832120
...
...
@@ -54,6 +54,7 @@ var (
genesis
=
`{"genesis_time":"2018-08-16T15:38:56.951569432+08:00","chain_id":"chain33-Z2cgFj","validators":[{"pub_key":{"type":"secp256k1","data":"03EF0E1D3112CF571743A3318125EDE2E52A4EB904BCBAA4B1F75020C2846A7EB4"},"name":""},{"pub_key":{"type":"secp256k1","data":"027848E7FA630B759DB406940B5506B666A344B1060794BBF314EB459D40881BB3"},"name":""},{"pub_key":{"type":"secp256k1","data":"03F4AB6659E61E8512C9A24AC385CC1AC4D52B87D10ADBDF060086EA82BE62CDDE"},"name":""}],"app_hash":null}`
priv
=
`{"address":"2B226E6603E52C94715BA4E92080EEF236292E33","pub_key":{"type":"secp256k1","data":"03EF0E1D3112CF571743A3318125EDE2E52A4EB904BCBAA4B1F75020C2846A7EB4"},"last_height":1679,"last_round":0,"last_step":3,"last_signature":{"type":"secp256k1","data":"37892A916D6E487ADF90F9E88FE37024597677B6C6FED47444AD582F74144B3D6E4B364EAF16AF03A4E42827B6D3C86415D734A5A6CCA92E114B23EB9265AF09"},"last_signbytes":"7B22636861696E5F6964223A22636861696E33332D5A326367466A222C22766F7465223A7B22626C6F636B5F6964223A7B2268617368223A224F6A657975396B2B4149426A6E4859456739584765356A7A462B673D222C227061727473223A7B2268617368223A6E756C6C2C22746F74616C223A307D7D2C22686569676874223A313637392C22726F756E64223A302C2274696D657374616D70223A22323031382D30382D33315430373A35313A34332E3935395A222C2274797065223A327D7D","priv_key":{"type":"secp256k1","data":"5A6A14DA6F5A42835E529D75D87CC8904544F59EEE5387A37D87EEAD194D7EB2"}}`
config
=
`Title="local"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "debug"
...
...
plugin/dapp/exchange/test/chain33.toml
View file @
e4832120
...
...
@@ -2,6 +2,7 @@
Title
=
"local"
TestNet
=
true
FixTime
=
false
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"info"
...
...
plugin/dapp/guess/commands/game_test.go
View file @
e4832120
...
...
@@ -48,6 +48,7 @@ var (
Title="local"
TestNet=true
FixTime=false
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "info"
...
...
plugin/dapp/guess/rpc/guess_test.go
View file @
e4832120
...
...
@@ -48,6 +48,7 @@ var (
Title="local"
TestNet=true
FixTime=false
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "info"
...
...
plugin/dapp/paracross/cmd/build/chain33.para.test.toml
View file @
e4832120
Title
=
"user.p.para."
CoinSymbol
=
"paracoin"
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/dapp/paracross/testnode/cfg.go
View file @
e4832120
...
...
@@ -6,6 +6,7 @@ Title="user.p.test."
CoinSymbol="bty"
# TestNet=true
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel = "debug"
...
...
plugin/dapp/relay/cmd/relayd/relayd.toml
View file @
e4832120
...
...
@@ -41,6 +41,7 @@ HTTPPostMode = false
enableBCInfoHacks
=
false
reconnectAttempts
=
10
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/dapp/ticket/executor/testdata/chain33.cfg.toml
View file @
e4832120
...
...
@@ -2,6 +2,7 @@ Title="bityuan"
TestNet
=
true
FixTime
=
false
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/dapp/x2ethereum/ebrelayer/relayer.toml
View file @
e4832120
...
...
@@ -37,6 +37,7 @@ validatorsAddr=["0x92c8b16afd6d423652559c6e266cbe1c29bfd84f", "0x0df9a824699bc58
#验证人权重
initPowers
=[
25
,
25
,
25
,
25
]
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
@@ -56,4 +57,4 @@ compress = true
# 是否打印调用源文件和行号
callerFile
=
false
# 是否打印调用方法
callerFunction
=
false
\ No newline at end of file
callerFunction
=
false
plugin/mempool/price/chain33.test.toml
View file @
e4832120
Title
=
"local"
TestNet
=
true
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
plugin/mempool/score/chain33.test.toml
View file @
e4832120
Title
=
"local"
TestNet
=
true
[crypto]
[log]
# 日志级别,支持debug(dbug)/info/warn/error(eror)/crit
loglevel
=
"debug"
...
...
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