10000 Update README.md (backport #525) by mergify[bot] · Pull Request #529 · cometbft/cometbft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md (backport #525) #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ hash-linked batches of transactions. Such transaction batches are called "blocks
Hence, CometBFT defines a "blockchain".

Each block in CometBFT has a unique index - its Height.
Height's in the blockchain are monotonic.
Heights in the blockchain are monotonic.
Each block is committed by a known set of weighted Validators.
Membership and weighting within this validator set may change over time.
CometBFT guarantees the safety and liveness of the blockchain
so long as less than 1/3 of the total weight of the Validator set
as long as less than 1/3 of the total weight of the Validator set
is malicious or faulty.

A commit in CometBFT is a set of signed messages from more than 2/3 of
Expand Down
0