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 Jul 21, 2023. It is now read-only.
JS uses disjoint paths, go does not. We could ignore this for now and just lock to 1 (it might be interesting in the future to see how disjoint path performance behaves if we can get comparable performance with go on 1 path)
Evaluate Lookup/Query Logic
This is where leveraging something like https://github.com/libp2p/py-libp2p-xor would be really valuable for finding bugs. The existing queries might be okay, but this will be the best way to diagnose bugs.
Key queries are really inconsistent right now. We should always be using sha256 hashes of the multihash but the APIs are currently inconsistent. This needs to get cleaned up. All APIs should just take multihashes.
Verify go and js are generating the same hashes
FindProviders should yield as they are found
The text was updated successfully, but these errors were encountered:
Dist Paths
JS uses disjoint paths, go does not. We could ignore this for now and just lock to 1 (it might be interesting in the future to see how disjoint path performance behaves if we can get comparable performance with go on 1 path)
Evaluate Lookup/Query Logic
Problems:
Verify go and js are generating the same hashes
The text was updated successfully, but these errors were encountered: