ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
811 stars 81 forks source link

test: hasProvider does not work for evicted providers #543

Closed SgtPooki closed 1 month ago

SgtPooki commented 1 month ago

Title

test: hasProvider does not work for evicted providers

Description

I discovered that our evictionFilter (using the new BloomFilter) does not correctly return true inside hasProvider when the provider is evicted while looking into https://github.com/ipfs/helia/pull/538

Notes & open questions

Change checklist

SgtPooki commented 1 month ago

missed that this was already found and addressed with https://github.com/ipfs/helia/pull/542