We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af61b1 commit 9979bbaCopy full SHA for 9979bba
leios-trace-hs/src/LeiosEvents.hs
@@ -119,6 +119,7 @@ data Event where
119
, pipeline :: !PipelineNo
120
, bytes :: !Word64
121
, input_blocks :: ![BlockRef]
122
+ , endorsement_blocks :: ![BlockRef]
123
} ->
124
Event
125
RBGenerated ::
simulation/src/LeiosProtocol/Short/Sim.hs
@@ -355,6 +355,7 @@ sharedEvent leios nodeNames e = case e of
355
Shared.EBGenerated
356
{ bytes = fromIntegral (messageSizeBytes eb)
357
, input_blocks = map (Shared.BlockRef . T.pack . mkStringId) eb.inputBlocks
358
+ , endorsement_blocks = map (Shared.BlockRef . T.pack . mkStringId) eb.endorseBlocksEarlierPipeline
359
, pipeline = coerce $ endorseBlockPipeline leios eb
360
, ..
361
}
0 commit comments