ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Fix multihash mismatch #54

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

Includes the fix for the problem that we had in the demo and a new test to make sure it doesn't break again.

The integer to string conversion issues (that causes different problem depending on platform) is not handled here, instead I opened this issue for that https://github.com/ChluNetwork/chlu-ipfs-support/issues/53