@@ -70,61 +70,62 @@ library
70
70
Cardano.Node.Handlers.Shutdown
71
71
Cardano.Node.Handlers.TopLevel
72
72
Cardano.Node.Orphans
73
+ Cardano.Node.Parsers
73
74
Cardano.Node.Protocol
74
75
Cardano.Node.Protocol.Alonzo
75
76
Cardano.Node.Protocol.Byron
76
77
Cardano.Node.Protocol.Cardano
77
78
Cardano.Node.Protocol.Shelley
78
79
Cardano.Node.Protocol.Types
79
- Cardano.Node.Parsers
80
80
Cardano.Node.Queries
81
81
Cardano.Node.Run
82
- Cardano.Node.STM
83
82
Cardano.Node.Startup
83
+ Cardano.Node.STM
84
84
Cardano.Node.TraceConstraints
85
85
Cardano.Node.Tracing
86
- Cardano.Node.Types
87
86
Cardano.Node.Tracing.API
88
87
Cardano.Node.Tracing.Compat
89
88
Cardano.Node.Tracing.DefaultTraceConfig
90
89
Cardano.Node.Tracing.Documentation
91
90
Cardano.Node.Tracing.Era.Byron
92
91
Cardano.Node.Tracing.Era.HardFork
93
92
Cardano.Node.Tracing.Era.Shelley
93
+ Cardano.Node.Tracing.Formatting
94
94
Cardano.Node.Tracing.Peers
95
+ Cardano.Node.Tracing.Render
95
96
Cardano.Node.Tracing.StateRep
96
97
Cardano.Node.Tracing.Tracers
97
98
Cardano.Node.Tracing.Tracers.BlockReplayProgress
98
99
Cardano.Node.Tracing.Tracers.ChainDB
99
100
Cardano.Node.Tracing.Tracers.Consensus
100
101
Cardano.Node.Tracing.Tracers.ConsensusStartupException
101
102
Cardano.Node.Tracing.Tracers.Diffusion
102
- Cardano.Node.Tracing.Tracers.KESInfo
103
- Cardano.Node.Tracing.Tracers.StartLeadershipCheck
104
103
Cardano.Node.Tracing.Tracers.ForgingThreadStats
105
- Cardano.Node.Tracing.Tracers.Resources
106
- Cardano.Node.Tracing.Tracers.Peer
107
- Cardano.Node.Tracing.Tracers.Startup
108
- Cardano.Node.Tracing.Tracers.Shutdown
109
- Cardano.Node.Tracing.Tracers.P2P
110
- Cardano.Node.Tracing.Tracers.NonP2P
104
+ Cardano.Node.Tracing.Tracers.KESInfo
111
105
Cardano.Node.Tracing.Tracers.NodeToClient
112
106
Cardano.Node.Tracing.Tracers.NodeToNode
113
- Cardano.Node.Tracing.Formatting
114
- Cardano.Node.Tracing.Render
107
+ Cardano.Node.Tracing.Tracers.NonP2P
108
+ Cardano.Node.Tracing.Tracers.P2P
109
+ Cardano.Node.Tracing.Tracers.Peer
110
+ Cardano.Node.Tracing.Tracers.Resources
111
+ Cardano.Node.Tracing.Tracers.Shutdown
112
+ Cardano.Node.Tracing.Tracers.StartLeadershipCheck
113
+ Cardano.Node.Tracing.Tracers.Startup
114
+ Cardano.Node.Types
115
115
Cardano.Tracing.Config
116
+ Cardano.Tracing.HasIssuer
116
117
Cardano.Tracing.Metrics
117
- Cardano.Tracing.Peer
118
- Cardano.Tracing.Render
119
- Cardano.Tracing.Startup
120
- Cardano.Tracing.Shutdown
121
- Cardano.Tracing.Tracers
122
118
Cardano.Tracing.OrphanInstances.Byron
123
119
Cardano.Tracing.OrphanInstances.Common
124
120
Cardano.Tracing.OrphanInstances.Consensus
125
121
Cardano.Tracing.OrphanInstances.HardFork
126
122
Cardano.Tracing.OrphanInstances.Network
127
123
Cardano.Tracing.OrphanInstances.Shelley
124
+ Cardano.Tracing.Peer
125
+ Cardano.Tracing.Render
126
+ Cardano.Tracing.Shutdown
127
+ Cardano.Tracing.Startup
128
+ Cardano.Tracing.Tracers
128
129
129
130
other-modules : Paths_cardano_node
130
131
autogen-modules : Paths_cardano_node
@@ -139,18 +140,19 @@ library
139
140
, cardano-git-rev
140
141
, cardano-crypto-class
141
142
, cardano-crypto-wrapper
142
- , cardano-ledger-core
143
+ , cardano-ledger-alonzo
144
+ , cardano-ledger-babbage
143
145
, cardano-ledger-byron
146
+ , cardano-ledger-core
144
147
, cardano-ledger-shelley
145
148
, cardano-ledger-shelley-ma
146
- , cardano-ledger-alonzo
147
- , cardano-ledger-babbage
148
149
, cardano-prelude
149
150
, cardano-protocol-tpraos ^>= 0.1
150
151
, cardano-slotting ^>= 0.1
151
152
, cborg ^>= 0.2.4
152
153
, contra-tracer
153
154
, containers
155
+ , contra-tracer
154
156
, deepseq
155
157
, directory
156
158
, dns
@@ -159,9 +161,9 @@ library
159
161
, filepath
160
162
, generic-data
161
163
, hostname
162
- , iproute
163
164
, io-classes ^>= 0.3
164
165
, iohk-monitoring
166
+ , iproute
165
167
, lobemo-backend-aggregation
166
168
, lobemo-backend-ekg
167
169
, lobemo-backend-monitoring
0 commit comments