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
I think that arguably the behaviour regarding requests that have already been received varies a lot depending on the type of request. query needs to be throttled, whereas add can just pass it on if its new according to the node.
The text was updated successfully, but these errors were encountered:
Alternatively (and more excitingly), what if we store the requests in a merkle tree and send our root around and include a mechanism for requesting child nodes?
I think that arguably the behaviour regarding requests that have already been received varies a lot depending on the type of request.
query
needs to be throttled, whereasadd
can just pass it on if its new according to the node.The text was updated successfully, but these errors were encountered: