1 مستودع
Protocols that commit blocks when more than two-thirds of weighted validators sign and broadcast their votes with proof.
Distinct from Quorum-Based Commit Protocols: Distinct from Quorum-Based Commit Protocols: requires a supermajority (two-thirds) of weighted validators, not a simple majority, with proof included in the next block.
Explore 1 awesome GitHub repository matching data & databases · Validator Supermajority Commit Protocols. Refine with filters or upvote what's useful.
Tendermint is a Byzantine fault tolerant consensus engine that replicates a deterministic state machine across a cluster of machines while tolerating up to one-third malicious validators. It functions as a blockchain application platform, connecting application logic to the consensus engine through a socket-based protocol that enables development in any programming language. The system commits blocks when more than two-thirds of weighted validators sign and broadcast their votes, with proof included in the next block. It provides cryptographic state verification, allowing efficient authentica
Commits blocks when more than two-thirds of weighted validators sign and broadcast their votes with proof.