vlcn-orm
vlcn-orm copied to clipboard
Byzantine Fault Tolerance (BFT)
If not all peers are trusted, how can we ensure their changes are rejected?
https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf
The initial use cases all revolve around:
- A user sharing data with themselves.
- 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.