ChluNetwork / chlu-ipfs-support

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

upgrade to IPFS 0.31 and OrbitDB 0.19.9 #112

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

Integration test with this upgrade pass on my machine. This brings some interesting features, bug fixes and performance improvements.

Had to make a change to how we store data in IPFS when we already have the DAGNode.

The outcome is the same with the new code, but it's weird that passing a dagNode instead of its binary content breaks it. I will open an issue on js-ipfs

Note: all repo using chlu-ipfs will have to be updated. We can do it before deploy

kulpreet commented 6 years ago

Will I wait that all other repos are updated before merging this?

fazo96 commented 6 years ago

@kulpreet no, we can merge it now (we know it works thanks to integration tests)

I will then update the repos before we deploy