File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
ouroboros-network/sim-tests-lib/Test/Ouroboros/Network/Testnet Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1290,7 +1290,14 @@ diffusionSimulation
12901290 . tracerWithName ntnAddr
12911291 . tracerWithTime
12921292 $ nodeTracer
1293- , Diff.P2P. dtConnectionManagerTransitionTracer = nullTracer
1293+ , Diff.P2P. dtConnectionManagerTransitionTracer = contramap
1294+ DiffusionConnectionManagerTransitionTrace
1295+ . tracerWithName ntnAddr
1296+ . tracerWithTime
1297+ -- note: we have two ways getting transition trace:
1298+ -- * through `traceTVar` installed in `newMutableConnState`
1299+ -- * the `dtConnectionManagerTransitionTracer`
1300+ $ nodeTracer
12941301 , Diff.P2P. dtServerTracer = contramap DiffusionServerTrace
12951302 . tracerWithName ntnAddr
12961303 . tracerWithTime
You can’t perform that action at this time.
0 commit comments