dappnode / sdk-publish

Web app to execute DAppNode Package publish transaction
http://dappnode.github.io/sdk-publish
3 stars 0 forks source link

Bump to new ipfs-http-client #12

Closed dapplion closed 2 years ago

dapplion commented 2 years ago

SDK-publish was using version 52.0.0 of ipfs-http-client which apparently encoded the raw binary data necessary for the dag_put call in a way that go ipfs node 0.12.1 didn't like (Infura runs this version). DAppNode team uses its own node which used the version 0.9.x which tolerates this old format.

Bumping to ipfs-http-client v56.0.0 corrects the formating issue and I confirm I can correctly sign releases with Infura and our own node.

Fixes https://github.com/dappnode/sdk-publish/issues/9

github-actions[bot] commented 2 years ago

🚀 Deployed on https://623af0150c0202438d8fa88f--competent-leavitt-8f172d.netlify.app