This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Track: go-ipfs 0.5.x parity and interop #3030
Closed
Description
PRs
interop ipfs/interop#113
js-ipfs #3013
Improvements:
- pubsub subscription singleton should be removed in favor of abort signal and return an it
- remove the need for gossipsub extra delay in the tests
missing stuff to add later:
- add validation in the api for rabin chunk params fix: go-ipfs 0.5 sync interop#113 (comment)
- buzhash in
ipfs.add
cid
http endpoint- /api/v0/dag/export
- /api/v0/dag/import
Issues Found
- pubsub.publish
data
support in the body and not in the query string https://github.com/ipfs/http-api-docs/issues/28 - ipfs bitswap wantlist kubo#7284
- fix: return wants from engine.WantlistForPeer() go-bitswap#390