JoinColony/pinion

Check store sync issue

thiagodelgado111 opened this issue · 1 comments

Currently, we have seeing this warning on the console: "WARNING! Head hash didn't match the contents. We need to investigate and fix that

Ok, that happens because of this line: https://github.com/orbitdb/orbit-db-store/blob/master/src/Store.js#L247. The object returned by ipfs.object.put have no multihash property anymore – we could just call .toString on it instead, it's a CID now –, nevertheless, this is just a warning so I'll close this one – after all, I spent some time investigating it 🙏 – and file a new issue to use official orbit-db* releases at some point