vlcn-orm icon indicating copy to clipboard operation
vlcn-orm copied to clipboard

Byzantine Fault Tolerance (BFT)

Open tantaman opened this issue 2 years ago • 1 comments

If not all peers are trusted, how can we ensure their changes are rejected?


https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf

tantaman avatar May 24 '22 15:05 tantaman

The initial use cases all revolve around:

  1. A user sharing data with themselves.
  2. A user sharing their data with a subset of other users

Trust is high (absolute in the first case) in these scenarios making this a low priority.

tantaman avatar Aug 18 '22 13:08 tantaman