flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

Add handlers to State sync / Execution Data sync to stream to consumers

Open koko1123 opened this issue 3 years ago • 1 comments

Register new handlers with OnBlockFinalized (in execution data sync) and OnFinalizedBlock (in state sync) in the observer engine to stream.send the data received to all consumers in their respective live consumer caches

koko1123 avatar Jun 23 '22 15:06 koko1123

Optional: Was a common name of the same data/event e.g. OnBlockFinalizationEvent considered?

szegedim avatar Jun 24 '22 19:06 szegedim

this was implemented here: https://github.com/onflow/flow-go/pull/3723

peterargue avatar Sep 21 '23 22:09 peterargue