Closed amanusk closed 1 month ago
What is the behavior of these subscriptions when a node is syncing? E.g. I subscribed to events, will i get all events as it is going through blocks? A node may be syncing back as well, what is the meaning of 'latest' then? And if two nodes are syncing on the same range, one forward, one backward, will they send different events on the stream?
Seems to me like we should just not allow subscribing when a node is syncing, only when it is fully synced. Then we can also remove the syncing status call.
sender_address
filter to pending transactions subscriptionssubscriptionReorg
that can be received by Headers, Events, Transaction StatusThese are also questions for Full nodes and how much does this complicate implementation
Update: Added the option to subscribe to up to 1024 blocks back, and the accompanying error
How to read this spec
This change is