You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's up to the (indexer) service to make sure it has received all blocks. If it notices a block is skipped, it should request it before continuing with the streamed blocks.
With #62, the use of the public chain only is going to be pretty limited. Typically you'd want to use a secondary service like ltonetwork/indexer.
Rather than requiring a service to query data, which can be slow, the node could stream new blocks to the service of a unix or tcp socket.
The text was updated successfully, but these errors were encountered: