forked from TrueCloudLab/neoneo-go
config: move Ledger config from Protocol to Application
This commit is contained in:
parent
7589733017
commit
d92f35664b
12 changed files with 12 additions and 12 deletions
|
@ -21,7 +21,6 @@ ProtocolConfiguration:
|
|||
- morph5.fs.neo.org:40333
|
||||
- morph6.fs.neo.org:40333
|
||||
- morph7.fs.neo.org:40333
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
Hardforks:
|
||||
|
@ -38,6 +37,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -33,7 +33,6 @@ ProtocolConfiguration:
|
|||
- seed3.neo.org:10333
|
||||
- seed4.neo.org:10333
|
||||
- seed5.neo.org:10333
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: false
|
||||
P2PSigExtensions: false
|
||||
Hardforks:
|
||||
|
@ -50,6 +49,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
|||
- node_two:20334
|
||||
- node_three:20335
|
||||
- node_four:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
|||
- node_two:20334
|
||||
- node_three:20335
|
||||
- node_four:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -8,7 +8,6 @@ ProtocolConfiguration:
|
|||
ValidatorsCount: 1
|
||||
SeedList:
|
||||
- node_single:20333
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -23,6 +22,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
|||
- node_two:20334
|
||||
- node_three:20335
|
||||
- node_four:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
|||
- node_two:20334
|
||||
- node_three:20335
|
||||
- node_four:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
|||
- localhost:20334
|
||||
- localhost:20335
|
||||
- localhost:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: false
|
||||
NativeActivations:
|
||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -22,7 +22,6 @@ ProtocolConfiguration:
|
|||
- morph5.t5.fs.neo.org:50333
|
||||
- morph6.t5.fs.neo.org:50333
|
||||
- morph7.t5.fs.neo.org:50333
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: true
|
||||
NativeActivations:
|
||||
|
@ -38,6 +37,7 @@ ProtocolConfiguration:
|
|||
Notary: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -36,7 +36,6 @@ ProtocolConfiguration:
|
|||
- seed3t5.neo.org:20333
|
||||
- seed4t5.neo.org:20333
|
||||
- seed5t5.neo.org:20333
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: false
|
||||
P2PSigExtensions: false
|
||||
Hardforks:
|
||||
|
@ -53,6 +52,7 @@ ProtocolConfiguration:
|
|||
OracleContract: [0]
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -6,7 +6,6 @@ ProtocolConfiguration:
|
|||
StandbyCommittee:
|
||||
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||
ValidatorsCount: 1
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: true
|
||||
NativeActivations:
|
||||
|
@ -24,6 +23,7 @@ ProtocolConfiguration:
|
|||
Aspidochelone: 25
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
|
@ -15,7 +15,6 @@ ProtocolConfiguration:
|
|||
- localhost:20334
|
||||
- localhost:20335
|
||||
- localhost:20336
|
||||
VerifyBlocks: true
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: true
|
||||
NativeActivations:
|
||||
|
@ -33,6 +32,7 @@ ProtocolConfiguration:
|
|||
Aspidochelone: 25
|
||||
|
||||
ApplicationConfiguration:
|
||||
VerifyBlocks: true
|
||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||
# LogPath: "./log/neogo.log"
|
||||
DBConfiguration:
|
||||
|
|
Loading…
Reference in a new issue