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
Make sure cold call graph is everything we plan on sending minus initial CIDs being pushed. Note this impacts the ability to create a bloom in parallel... need to know what is being sent before creating it so we don't set. And bloom doesn't allow unsetting, unless we use a different filter type that supports subtraction.
Confirm our want list / subgraph roots is just roots, not all CIDs. Noting this because it seemed pretty long in some tests, but likely just the nature of the randomly gen'd data.
Make sure we're adding each received block to our copy of the bloom.
ETA: 2024-02-15
The text was updated successfully, but these errors were encountered:
Make sure cold call graph is everything we plan on sending minus initial CIDs being pushed. Note this impacts the ability to create a bloom in parallel... need to know what is being sent before creating it so we don't set. And bloom doesn't allow unsetting, unless we use a different filter type that supports subtraction.
Confirm our want list / subgraph roots is just roots, not all CIDs. Noting this because it seemed pretty long in some tests, but likely just the nature of the randomly gen'd data.
Make sure we're adding each received block to our copy of the bloom.
ETA: 2024-02-15
The text was updated successfully, but these errors were encountered: