Ordhook currently sets is_streaming_blocks to true during ordhook service start when block start streaming once chaintip is reached. The API uses this to check if it should refresh caches, etc. However, this value is also true during ordhook scan which makes it difficult for API ingester instances to work quickly for replays. We should set it to false in this case.
Ordhook currently sets
is_streaming_blocks
totrue
duringordhook service start
when block start streaming once chaintip is reached. The API uses this to check if it should refresh caches, etc. However, this value is also true duringordhook scan
which makes it difficult for API ingester instances to work quickly for replays. We should set it tofalse
in this case.