@odatano/core 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,118 +1,118 @@
1
- {
2
- "AlonzoGenesisFile": "alonzo-genesis.json",
3
- "AlonzoGenesisHash": "6e39cafb2eda850e141e1d1aa6d6a72172a3b71a4ecb4c582d1aaff611635741",
4
- "ByronGenesisFile": "byron-genesis.json",
5
- "ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
6
- "ConsensusMode": "GenesisMode",
7
- "ConwayGenesisFile": "conway-genesis.json",
8
- "ConwayGenesisHash": "d3e39a37af2e292405b679a2574b7b91702a45901784751607bb1412a420b6eb",
9
- "EnableP2P": false,
10
- "ExperimentalHardForksEnabled": false,
11
- "ExperimentalProtocolsEnabled": false,
12
- "LastKnownBlockVersion-Alt": 0,
13
- "LastKnownBlockVersion-Major": 3,
14
- "LastKnownBlockVersion-Minor": 1,
15
- "LedgerDB": {
16
- "Backend": "V2InMemory",
17
- "NumOfDiskSnapshots": 2,
18
- "QueryBatchSize": 100000,
19
- "SnapshotInterval": 864
20
- },
21
- "MinNodeVersion": "10.4.0",
22
- "PeerSharing": true,
23
- "Protocol": "Cardano",
24
- "RequiresNetworkMagic": "RequiresMagic",
25
- "ShelleyGenesisFile": "shelley-genesis.json",
26
- "ShelleyGenesisHash": "bc8e8982b147e4955a8c96ba88fef03853b9ee6901680dc7850a810b4883ca3a",
27
- "TestAllegraHardForkAtEpoch": 0,
28
- "TestAlonzoHardForkAtEpoch": 0,
29
- "TestMaryHardForkAtEpoch": 0,
30
- "TestShelleyHardForkAtEpoch": 0,
31
- "TraceAcceptPolicy": true,
32
- "TraceBlockFetchClient": true,
33
- "TraceBlockFetchDecisions": true,
34
- "TraceBlockFetchProtocol": true,
35
- "TraceBlockFetchProtocolSerialised": false,
36
- "TraceBlockFetchServer": false,
37
- "TraceChainDb": true,
38
- "TraceChainSyncBlockServer": false,
39
- "TraceChainSyncClient": false,
40
- "TraceChainSyncHeaderServer": false,
41
- "TraceChainSyncProtocol": false,
42
- "TraceConnectionManager": true,
43
- "TraceDNSResolver": true,
44
- "TraceDNSSubscription": true,
45
- "TraceDiffusionInitialization": true,
46
- "TraceErrorPolicy": true,
47
- "TraceForge": true,
48
- "TraceHandshake": true,
49
- "TraceInboundGovernor": true,
50
- "TraceIpSubscription": true,
51
- "TraceLedgerPeers": true,
52
- "TraceLocalChainSyncProtocol": false,
53
- "TraceLocalConnectionManager": true,
54
- "TraceLocalErrorPolicy": true,
55
- "TraceLocalHandshake": true,
56
- "TraceLocalRootPeers": true,
57
- "TraceLocalTxSubmissionProtocol": false,
58
- "TraceLocalTxSubmissionServer": false,
59
- "TraceMempool": true,
60
- "TraceMux": false,
61
- "TracePeerSelection": true,
62
- "TracePeerSelectionActions": true,
63
- "TracePublicRootPeers": true,
64
- "TraceServer": true,
65
- "TraceTxInbound": false,
66
- "TraceTxOutbound": false,
67
- "TraceTxSubmissionProtocol": false,
68
- "TracingVerbosity": "NormalVerbosity",
69
- "TurnOnLogMetrics": true,
70
- "TurnOnLogging": true,
71
- "UseTraceDispatcher": false,
72
- "defaultBackends": [
73
- "KatipBK"
74
- ],
75
- "defaultScribes": [
76
- [
77
- "StdoutSK",
78
- "stdout"
79
- ]
80
- ],
81
- "hasEKG": 12788,
82
- "hasPrometheus": [
83
- "127.0.0.1",
84
- 12798
85
- ],
86
- "minSeverity": "Info",
87
- "options": {
88
- "mapBackends": {
89
- "cardano.node.metrics": [
90
- "EKGViewBK"
91
- ],
92
- "cardano.node.resources": [
93
- "EKGViewBK"
94
- ]
95
- },
96
- "mapSubtrace": {
97
- "cardano.node.metrics": {
98
- "subtrace": "Neutral"
99
- }
100
- }
101
- },
102
- "rotation": {
103
- "rpKeepFilesNum": 10,
104
- "rpLogLimitBytes": 5000000,
105
- "rpMaxAgeHours": 24
106
- },
107
- "setupBackends": [
108
- "KatipBK"
109
- ],
110
- "setupScribes": [
111
- {
112
- "scFormat": "ScText",
113
- "scKind": "StdoutSK",
114
- "scName": "stdout",
115
- "scRotation": null
116
- }
117
- ]
118
- }
1
+ {
2
+ "AlonzoGenesisFile": "alonzo-genesis.json",
3
+ "AlonzoGenesisHash": "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874",
4
+ "ByronGenesisFile": "byron-genesis.json",
5
+ "ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
6
+ "ConsensusMode": "GenesisMode",
7
+ "ConwayGenesisFile": "conway-genesis.json",
8
+ "ConwayGenesisHash": "9cc5084f02e27210eacba47af0872e3dba8946ad9460b6072d793e1d2f3987ef",
9
+ "EnableP2P": false,
10
+ "ExperimentalHardForksEnabled": false,
11
+ "ExperimentalProtocolsEnabled": false,
12
+ "LastKnownBlockVersion-Alt": 0,
13
+ "LastKnownBlockVersion-Major": 3,
14
+ "LastKnownBlockVersion-Minor": 1,
15
+ "LedgerDB": {
16
+ "Backend": "V2InMemory",
17
+ "NumOfDiskSnapshots": 2,
18
+ "QueryBatchSize": 100000,
19
+ "SnapshotInterval": 864
20
+ },
21
+ "MinNodeVersion": "10.4.0",
22
+ "PeerSharing": true,
23
+ "Protocol": "Cardano",
24
+ "RequiresNetworkMagic": "RequiresMagic",
25
+ "ShelleyGenesisFile": "shelley-genesis.json",
26
+ "ShelleyGenesisHash": "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d",
27
+ "TestAllegraHardForkAtEpoch": 0,
28
+ "TestAlonzoHardForkAtEpoch": 0,
29
+ "TestMaryHardForkAtEpoch": 0,
30
+ "TestShelleyHardForkAtEpoch": 0,
31
+ "TraceAcceptPolicy": true,
32
+ "TraceBlockFetchClient": true,
33
+ "TraceBlockFetchDecisions": true,
34
+ "TraceBlockFetchProtocol": true,
35
+ "TraceBlockFetchProtocolSerialised": false,
36
+ "TraceBlockFetchServer": false,
37
+ "TraceChainDb": true,
38
+ "TraceChainSyncBlockServer": false,
39
+ "TraceChainSyncClient": false,
40
+ "TraceChainSyncHeaderServer": false,
41
+ "TraceChainSyncProtocol": false,
42
+ "TraceConnectionManager": true,
43
+ "TraceDNSResolver": true,
44
+ "TraceDNSSubscription": true,
45
+ "TraceDiffusionInitialization": true,
46
+ "TraceErrorPolicy": true,
47
+ "TraceForge": true,
48
+ "TraceHandshake": true,
49
+ "TraceInboundGovernor": true,
50
+ "TraceIpSubscription": true,
51
+ "TraceLedgerPeers": true,
52
+ "TraceLocalChainSyncProtocol": false,
53
+ "TraceLocalConnectionManager": true,
54
+ "TraceLocalErrorPolicy": true,
55
+ "TraceLocalHandshake": true,
56
+ "TraceLocalRootPeers": true,
57
+ "TraceLocalTxSubmissionProtocol": false,
58
+ "TraceLocalTxSubmissionServer": false,
59
+ "TraceMempool": true,
60
+ "TraceMux": false,
61
+ "TracePeerSelection": true,
62
+ "TracePeerSelectionActions": true,
63
+ "TracePublicRootPeers": true,
64
+ "TraceServer": true,
65
+ "TraceTxInbound": false,
66
+ "TraceTxOutbound": false,
67
+ "TraceTxSubmissionProtocol": false,
68
+ "TracingVerbosity": "NormalVerbosity",
69
+ "TurnOnLogMetrics": true,
70
+ "TurnOnLogging": true,
71
+ "UseTraceDispatcher": false,
72
+ "defaultBackends": [
73
+ "KatipBK"
74
+ ],
75
+ "defaultScribes": [
76
+ [
77
+ "StdoutSK",
78
+ "stdout"
79
+ ]
80
+ ],
81
+ "hasEKG": 12788,
82
+ "hasPrometheus": [
83
+ "127.0.0.1",
84
+ 12798
85
+ ],
86
+ "minSeverity": "Info",
87
+ "options": {
88
+ "mapBackends": {
89
+ "cardano.node.metrics": [
90
+ "EKGViewBK"
91
+ ],
92
+ "cardano.node.resources": [
93
+ "EKGViewBK"
94
+ ]
95
+ },
96
+ "mapSubtrace": {
97
+ "cardano.node.metrics": {
98
+ "subtrace": "Neutral"
99
+ }
100
+ }
101
+ },
102
+ "rotation": {
103
+ "rpKeepFilesNum": 10,
104
+ "rpLogLimitBytes": 5000000,
105
+ "rpMaxAgeHours": 24
106
+ },
107
+ "setupBackends": [
108
+ "KatipBK"
109
+ ],
110
+ "setupScribes": [
111
+ {
112
+ "scFormat": "ScText",
113
+ "scKind": "StdoutSK",
114
+ "scName": "stdout",
115
+ "scRotation": null
116
+ }
117
+ ]
118
+ }