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

chore: remove repetitive words #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ All orders signed by the CEX should eventually (e.g. within 1 minute) get
committed onto the underlying DEX ledger. The orders must be in incrementing
sequence order, and all the hashes must match the previous order's hash.

Users can also withdraw funds from the CEX's subledger onto the the base DEX or
Users can also withdraw funds from the CEX's subledger onto the base DEX or
another CEX's subledger by signing a withdrawal transaction and submitting it
to the CEX for sequencing and signing, just like any order transaction. As
we'll see in the next section, the CEX's cooperation is not necessary to
Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ partners), etc. One could also imagine a much slower, but more distributed

If a validator misbehaves on its own by double-signing at the same height &
round, then the evidence is very short and simple -- it's just the two
conflicting votes. This evidence can be included in the the CosmosHub as a
conflicting votes. This evidence can be included in the CosmosHub as a
Slash transaction, and the validator will immediately become inactive and
slashed after the Slash transaction gets committed.

Expand Down
2 changes: 1 addition & 1 deletion tendermint/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
\caption{Overview of state machine}
\end{figure}

Each round has a designated \textit{proposer} chosen in round-robin fashion such that validators are chosen with frequency in proportion to their voting power [TODO: add algorithm to appendix]. Given a blockchain of height $H$ and a deterministic round-robin algorithm, it is clear that all nodes will agree upon the the sequence of proposers for all rounds.
Each round has a designated \textit{proposer} chosen in round-robin fashion such that validators are chosen with frequency in proportion to their voting power [TODO: add algorithm to appendix]. Given a blockchain of height $H$ and a deterministic round-robin algorithm, it is clear that all nodes will agree upon the sequence of proposers for all rounds.

\begin{figure}[H]
\centering
Expand Down