hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Update `hypercore-crypto` to v3.1 #62

Closed kasperisager closed 2 years ago

kasperisager commented 2 years ago

All uint64s in the Merkle tree were previously encoded as BE . This PR fixes that by upgrading to hypercore-crypto v3.1 which encodes all uint64s as LE. It's... very breaking 💥

kasperisager commented 2 years ago

The changes are being incorporated into hypercore-crypto: https://github.com/mafintosh/hypercore-crypto/pull/10