Skip to content
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

Added the Definition of Honest Chain Growth #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ In order alphabetically by `Label` then by `Term`, or just `Term` if there is no
| CP | Liveness | Every correct propsed value will eventually be accepted by correct nodes. aka something good happens. |
| CP| Persistence | ??
| CP | Safety | If a value is committed by a correct node, then that value will eventually be commited by all correct nodes. Two correct nodes will never commit to different values. aka nothing bad happens.
| CP | Honest Chain Growth | Starting from any point of the protocol execution, an honest node `v` will eventually add a block created by an honest node to its blockchain (`v`'s blockchain) |
|| Cryptographic Hash Function | A collision resistant hash function that cannot feasibly be reversed by a computationally bound adversary.
|| Global Stabalization Time (GST) | "A time unknown to the processors, such that the message system respects the upper bound from time GST onward." (DLS Consensus in the Presence of Partial Synchrony)
|| Linearizability |
Expand Down