hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
1 stars 0 forks source link

live-stream raw data of the block-stream (unverified) #21

Closed a-saksena closed 2 weeks ago

a-saksena commented 1 month ago

AS A Mirror Node I WANT live-stream raw data of the block-stream SO THAT I can show the most up-to-date transaction data

AC:

  1. Lowest Latency (do not wait until the whole block is published).
  2. When data is received from multiple sources, pick the first arriving one and use that for pass through. (We may iterate on this later)
  3. Adapt to the CN that is sending us the data the fastest.