Live data from Hacker News

Building a BFT JSON CRDT

jzhao.xyz

1–10 of 38 posts

Re: Building a BFT JSON CRDT

#10

Hash graph reconciliation is generally the harder part of this problem as noted in future work, but this is a very exciting direction.

Check out this implementation of hash-stable trees. The same dataset generates the same Merkle hash, regardless of insertion orders. This makes verifiable sync computationally efficient. https://github.com/mikeal/prolly-trees
Post reply on HN