mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
docs: fix typos (#2193)
This commit is contained in:
@@ -104,7 +104,7 @@ shortcuts:
|
||||
## Mental Model
|
||||
|
||||
BEEFY should be considered as an extra voting round done by GRANDPA validators for the current
|
||||
best finalized block. Similarily to how GRANDPA is lagging behind best produced (non-finalized)
|
||||
best finalized block. Similarly to how GRANDPA is lagging behind best produced (non-finalized)
|
||||
block, BEEFY is going to lag behind best GRANDPA (finalized) block.
|
||||
|
||||
```
|
||||
@@ -302,7 +302,7 @@ periodically on the global topic. Let's now dive into description of the message
|
||||
|
||||
## Misbehavior
|
||||
|
||||
Similarily to other PoS protocols, BEEFY considers casting two different votes in the same round a
|
||||
Similarly to other PoS protocols, BEEFY considers casting two different votes in the same round a
|
||||
misbehavior. I.e. for a particular `round_number`, the validator produces signatures for 2 different
|
||||
`Commitment`s and broadcasts them. This is called **equivocation**.
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ transactions that are prepared for block inclusion. Propagation is best
|
||||
effort, especially for block authors and is not directly incentivised.
|
||||
However the networking protocol might penalise peers that send invalid or
|
||||
useless transactions so we should be nice to others. Also see below a proposal
|
||||
to instead of gossiping everyting have other peers request transactions they
|
||||
to instead of gossiping everything have other peers request transactions they
|
||||
are interested in.
|
||||
|
||||
Since the pool is expected to store more transactions than what can fit
|
||||
|
||||
Reference in New Issue
Block a user