by Vervious on 4/14/23, 3:41 PM with 0 comments
The protocol is called "Simplex Consensus". It's super fast and should be easier to understand than everything else out there (i.e. easier than Paxos/PBFT/Algorand/Hotstuff/Tendermint/Ethereum/etc)
I guess another difference from Paxos and Raft (aside from being potentially easier to intuit) is that it tolerates malicious faults, instead of just crash faults.
If this interests you please give it a read! The paper is at https://eprint.iacr.org/2023/463 and I also just finished writing a post at https://simplex.blog. I hope you find it useful; it'd be cool to make consensus accessible to a wider audience. (Feedback appreciated!)