Building a BFT JSON CRDT
jzhao.xyz
Building a BFT JSON CRDT
1–10 of 38 posts
Re: Building a BFT JSON CRDT
#2when you see it...them...
Re: Building a BFT JSON CRDT
#3That was a bit creepy while it lasted. (the mouse pointer thing that is)
Re: Building a BFT JSON CRDT
#4when you see it...them...
we are legion
Re: Building a BFT JSON CRDT
#5A little early in the morning for so much alphabet soup.
Re: Building a BFT JSON CRDT
#6A little early in the morning for so much alphabet soup.
or to give up on an opportunity to learn/enjoy something
Re: Building a BFT JSON CRDT
#7Yessss finally someone is doing it.
Re: Building a BFT JSON CRDT
#8For people like me:
BFT - Byzantine Fault Tolerant [0]
CRDT - Conflict-free Replicated Data Type [1]
[0] https://en.wikipedia.org/wiki/Byzantine_fault
[1] https://en.wikipedia.org/wiki/Conflict-free_replicated_data_...
Re: Building a BFT JSON CRDT
#9Hash graph reconciliation is generally the harder part of this problem as noted in future work, but this is a very exciting direction.
Re: Building a BFT JSON CRDT
#10Hash 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