|
1 | 1 | { |
2 | | - "ByronGenesisFile": "byron-genesis.json", |
3 | | - "ShelleyGenesisFile": "shelley-genesis.json", |
4 | 2 | "AlonzoGenesisFile": "alonzo-genesis.json", |
5 | | - "ConwayGenesisFile": "conway-genesis.json", |
6 | 3 | "ApplicationName": "cardano-sl", |
7 | 4 | "ApplicationVersion": 0, |
| 5 | + "ByronGenesisFile": "byron-genesis.json", |
| 6 | + "ConwayGenesisFile": "conway-genesis.json", |
| 7 | + "EnableP2P": true, |
| 8 | + "ExperimentalHardForksEnabled": true, |
| 9 | + "ExperimentalProtocolsEnabled": true, |
8 | 10 | "LastKnownBlockVersion-Alt": 0, |
9 | 11 | "LastKnownBlockVersion-Major": 3, |
10 | 12 | "LastKnownBlockVersion-Minor": 1, |
|
19 | 21 | "PBftSignatureThreshold": 1.1, |
20 | 22 | "Protocol": "Cardano", |
21 | 23 | "RequiresNetworkMagic": "RequiresMagic", |
22 | | - "TestShelleyHardForkAtEpoch": 0, |
| 24 | + "ShelleyGenesisFile": "shelley-genesis.json", |
23 | 25 | "TestAllegraHardForkAtEpoch": 0, |
24 | | - "TestMaryHardForkAtEpoch": 0, |
25 | 26 | "TestAlonzoHardForkAtEpoch": 0, |
26 | | - "EnableP2P": true, |
27 | | - "ExperimentalProtocolsEnabled": true, |
28 | | - "ExperimentalHardForksEnabled": true, |
| 27 | + "TestMaryHardForkAtEpoch": 0, |
| 28 | + "TestShelleyHardForkAtEpoch": 0, |
29 | 29 | "TraceAcceptPolicy": true, |
30 | 30 | "TraceBlockFetchClient": false, |
31 | 31 | "TraceBlockFetchDecisions": false, |
|
65 | 65 | "TracingVerbosity": "NormalVerbosity", |
66 | 66 | "TurnOnLogMetrics": true, |
67 | 67 | "TurnOnLogging": true, |
68 | | - "defaultBackends": ["KatipBK"], |
69 | | - "defaultScribes": [["StdoutSK", "cardano"]], |
| 68 | + "defaultBackends": [ |
| 69 | + "KatipBK" |
| 70 | + ], |
| 71 | + "defaultScribes": [ |
| 72 | + [ |
| 73 | + "StdoutSK", |
| 74 | + "cardano" |
| 75 | + ] |
| 76 | + ], |
70 | 77 | "hasEKG": 12788, |
71 | | - "hasPrometheus": ["0.0.0.0", 12798], |
| 78 | + "hasPrometheus": [ |
| 79 | + "0.0.0.0", |
| 80 | + 12798 |
| 81 | + ], |
72 | 82 | "minSeverity": "Debug", |
73 | 83 | "options": { |
74 | 84 | "mapBackends": { |
75 | | - "cardano.node.metrics": ["EKGViewBK"], |
76 | | - "cardano.node.resources": ["EKGViewBK"] |
| 85 | + "cardano.node.metrics": [ |
| 86 | + "EKGViewBK" |
| 87 | + ], |
| 88 | + "cardano.node.resources": [ |
| 89 | + "EKGViewBK" |
| 90 | + ] |
77 | 91 | }, |
78 | 92 | "mapSubtrace": { |
79 | 93 | "cardano.node.metrics": { |
|
86 | 100 | "rpLogLimitBytes": 5000000, |
87 | 101 | "rpMaxAgeHours": 24 |
88 | 102 | }, |
89 | | - "setupBackends": ["KatipBK"], |
| 103 | + "setupBackends": [ |
| 104 | + "KatipBK" |
| 105 | + ], |
90 | 106 | "setupScribes": [ |
91 | 107 | { |
92 | 108 | "scFormat": "ScText", |
|
0 commit comments