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
|
- morph5.fs.neo.org:40333
|
||||||
- morph6.fs.neo.org:40333
|
- morph6.fs.neo.org:40333
|
||||||
- morph7.fs.neo.org:40333
|
- morph7.fs.neo.org:40333
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
Hardforks:
|
Hardforks:
|
||||||
|
@ -38,6 +37,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -33,7 +33,6 @@ ProtocolConfiguration:
|
||||||
- seed3.neo.org:10333
|
- seed3.neo.org:10333
|
||||||
- seed4.neo.org:10333
|
- seed4.neo.org:10333
|
||||||
- seed5.neo.org:10333
|
- seed5.neo.org:10333
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
Hardforks:
|
Hardforks:
|
||||||
|
@ -50,6 +49,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
||||||
- node_two:20334
|
- node_two:20334
|
||||||
- node_three:20335
|
- node_three:20335
|
||||||
- node_four:20336
|
- node_four:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
||||||
- node_two:20334
|
- node_two:20334
|
||||||
- node_three:20335
|
- node_three:20335
|
||||||
- node_four:20336
|
- node_four:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -8,7 +8,6 @@ ProtocolConfiguration:
|
||||||
ValidatorsCount: 1
|
ValidatorsCount: 1
|
||||||
SeedList:
|
SeedList:
|
||||||
- node_single:20333
|
- node_single:20333
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -23,6 +22,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
||||||
- node_two:20334
|
- node_two:20334
|
||||||
- node_three:20335
|
- node_three:20335
|
||||||
- node_four:20336
|
- node_four:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
||||||
- node_two:20334
|
- node_two:20334
|
||||||
- node_three:20335
|
- node_three:20335
|
||||||
- node_four:20336
|
- node_four:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -14,7 +14,6 @@ ProtocolConfiguration:
|
||||||
- localhost:20334
|
- localhost:20334
|
||||||
- localhost:20335
|
- localhost:20335
|
||||||
- localhost:20336
|
- localhost:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -29,6 +28,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -22,7 +22,6 @@ ProtocolConfiguration:
|
||||||
- morph5.t5.fs.neo.org:50333
|
- morph5.t5.fs.neo.org:50333
|
||||||
- morph6.t5.fs.neo.org:50333
|
- morph6.t5.fs.neo.org:50333
|
||||||
- morph7.t5.fs.neo.org:50333
|
- morph7.t5.fs.neo.org:50333
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: true
|
P2PSigExtensions: true
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -38,6 +37,7 @@ ProtocolConfiguration:
|
||||||
Notary: [0]
|
Notary: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -36,7 +36,6 @@ ProtocolConfiguration:
|
||||||
- seed3t5.neo.org:20333
|
- seed3t5.neo.org:20333
|
||||||
- seed4t5.neo.org:20333
|
- seed4t5.neo.org:20333
|
||||||
- seed5t5.neo.org:20333
|
- seed5t5.neo.org:20333
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
Hardforks:
|
Hardforks:
|
||||||
|
@ -53,6 +52,7 @@ ProtocolConfiguration:
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -6,7 +6,6 @@ ProtocolConfiguration:
|
||||||
StandbyCommittee:
|
StandbyCommittee:
|
||||||
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||||
ValidatorsCount: 1
|
ValidatorsCount: 1
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: true
|
P2PSigExtensions: true
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -24,6 +23,7 @@ ProtocolConfiguration:
|
||||||
Aspidochelone: 25
|
Aspidochelone: 25
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
|
@ -15,7 +15,6 @@ ProtocolConfiguration:
|
||||||
- localhost:20334
|
- localhost:20334
|
||||||
- localhost:20335
|
- localhost:20335
|
||||||
- localhost:20336
|
- localhost:20336
|
||||||
VerifyBlocks: true
|
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: true
|
P2PSigExtensions: true
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
|
@ -33,6 +32,7 @@ ProtocolConfiguration:
|
||||||
Aspidochelone: 25
|
Aspidochelone: 25
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
|
VerifyBlocks: true
|
||||||
# LogPath could be set up in case you need stdout logs to some proper file.
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
||||||
# LogPath: "./log/neogo.log"
|
# LogPath: "./log/neogo.log"
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
|
Loading…
Reference in a new issue