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
{{ message }}
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Adding a little more context for my own understanding:
The session has an InterestedIn() function that returns true for any want that either
Is pending being requested (until there is a free space in the live request list)
Has been requested (in the live request list) but no response has yet been received
The WantManager has an IsWanted() function that returns true for any want that has been requested but no response has yet been received (same as 2 above).
If we happen to receive this block while it is still in the pending state (same as 1 above) we will not add it to the blockstore
Currently, we discard blocks if they're not in the wantlist. However, we should probably accept them anyways if they're in the interest set.
The text was updated successfully, but these errors were encountered: