Update IPFS client to supported code
Closed this issue · 1 comments
matthewdarwin commented
https://github.com/streamingfast/substreams/blob/a46ef84d1d04c16503ff7da9dbfe23ad17a3d50e/manifest/reader.go#L16C8-L16C35 references the obsolete https://github.com/ipfs/go-ipfs-api
It points to this issue ipfs/kubo#9124 to find the latest code
Please update to latest.
sduchesneau commented
fixed in 090fff9,
release v1.9.3
kubo is a huge complex machine that pulls TONS of dependencies and breaks compatibility with some older modules, using a simple http.Get fixes the issue.