ipfs / helia

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

fix: check eviction filter for new providers #542

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

When new providers are found, check the eviction filter in isEvicted rather than the current list of providers.

Fixes #501

Change checklist