Skip to content

Commit e5f5c87

Browse files
authored
Merge pull request IntersectMBO#5406 from input-output-hk/iohk-nix-bump
bump: iohkNix flake pin
2 parents 537bc33 + b4def31 commit e5f5c87

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

configuration/cardano/mainnet-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
"TraceDiffusionInitialization": true,
3131
"TraceErrorPolicy": true,
3232
"TraceForge": true,
33-
"TraceHandshake": false,
33+
"TraceHandshake": true,
3434
"TraceInboundGovernor": true,
3535
"TraceIpSubscription": true,
3636
"TraceLedgerPeers": true,
3737
"TraceLocalChainSyncProtocol": false,
38+
"TraceLocalConnectionManager": true,
3839
"TraceLocalErrorPolicy": true,
39-
"TraceLocalHandshake": false,
40+
"TraceLocalHandshake": true,
4041
"TraceLocalRootPeers": true,
4142
"TraceLocalTxSubmissionProtocol": false,
4243
"TraceLocalTxSubmissionServer": false,

configuration/cardano/mainnet-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ TraceLocalErrorPolicy: True
180180
TraceForge: True
181181

182182
# Trace Handshake protocol messages.
183-
TraceHandshake: False
183+
TraceHandshake: True
184184

185185
# Trace IP Subscription messages.
186186
TraceIpSubscription: True
@@ -203,8 +203,11 @@ TraceServer: True
203203
# Trace local ChainSync protocol messages.
204204
TraceLocalChainSyncProtocol: False
205205

206+
# Trace local connection manager messages.
207+
TraceLocalConnectionManager: True
208+
206209
# Trace local Handshake protocol messages.
207-
TraceLocalHandshake: False
210+
TraceLocalHandshake: True
208211

209212
# Trace local TxSubmission protocol messages.
210213
TraceLocalTxSubmissionProtocol: False

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)