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
Currently, clients request blocks via polling, which incurs multiple rounds of latency. We should instead offer a pub/sub model for trusted clients (clients passed via the --peers flag). We should likely only enable it when a new flag has been turned on (e.g. --push-blocks-to-peers).
The text was updated successfully, but these errors were encountered:
🚀 Feature
Currently, clients request blocks via polling, which incurs multiple rounds of latency. We should instead offer a pub/sub model for trusted clients (clients passed via the
--peers
flag). We should likely only enable it when a new flag has been turned on (e.g.--push-blocks-to-peers
).The text was updated successfully, but these errors were encountered: