|
|
|
|
|
by coinculture
3215 days ago
|
|
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. |
|
Can you elaborate on this, as there is almost no mention of PoS in the post?
From a high level, your response to my previous comment can be interpreted as the validators being "hardcoded" upfront, which would be very different decentralization properties from PoW systems.
What assumptions does Tendermint make in contrast to PoW systems, and what applications do you see it being most useful for?