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 was archived by the owner on Mar 10, 2020. It is now read-only.
Ok, I thought I had fixed the adding dirs on the browser, but then realised that there is a bug that only happens sometimes (like 1 out of 20), where we don't receive all the hashes for the files added.
I thought this could be an js-ipfs-api problem, but further testing (and some fixes) narrowed down the problem to how go-ipfs is responding, even when requests are 100% the same, the response may differ.
> git clone [email protected]:ipfs/interface-ipfs-core.git -b feat/ipfs.files.get
>cd interface-ipfs-core
> npm i && npm run build && npm link
>cd ..
> git clone [email protected]:ipfs/js-ipfs-api.git -b feat/ipfs.files.get
>cd js-ipfs-api
> npm i && npm link interface-ipfs-core
> npm run test:browser # repeat this one till it fails