flâneur

Tendermint doesn't use Proof of Work (PoW). PoW is hard to test with Jepsen beca... | Hacker News

news.ycombinator.com · 856 words · saved by 1 readers

Tendermint, in contrast, provides deterministic safety, and serves as a building block for Proof of Stake networks.

Tendermint doesn't use Proof of Work (PoW). PoW is hard to test with Jepsen because it only supports probabilistic safety, which means the chain can constantly reorganize. If I'm not mistaken, Jepsen would consider PoW's routine reorgs as linearizeability failures. That said, Jepsen could potentially be modified to support this better, for instance only considering something accepted if its buried X blocks deep. Tendermint, in contrast, provides deterministic safety, and serves as a building block for Proof of Stake networks. > serves as a building block for Proof of Stake networks. Can…

related reading