mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
Update to markdown links (#9384)
* first correction of markdown links * Review updates
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Fork accountability
|
||||
|
||||
Deprecated, please see [light-client/accountability](../../light-client/accountability.md).
|
||||
Deprecated, please see [light-client/accountability](https://github.com/tendermint/tendermint/blob/main/spec/consensus/light-client/accountability.md).
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Detection
|
||||
|
||||
Deprecated, please see [light-client/detection](../../light-client/detection.md).
|
||||
Deprecated, please see [light-client/detection](https://github.com/tendermint/tendermint/blob/main/spec/consensus/light-client/accountability.md).
|
||||
@@ -1,3 +1,3 @@
|
||||
# Core Verification
|
||||
|
||||
Deprecated, please see [light-client/accountability](../../light-client/verification.md).
|
||||
Deprecated, please see [light-client/accountability](https://github.com/tendermint/tendermint/blob/main/spec/consensus/light-client/verification.md).
|
||||
|
||||
@@ -73,7 +73,7 @@ Finally, observe that the agreement ([Agreement] and [Time-Agreement]) propertie
|
||||
|
||||
### SAFETY
|
||||
|
||||
Here we will provide specifications that relate local time to block time. However, since we do not assume (by now) that local time is linked to real-time, these specifications also do not provide a relation between block time and real-time. Such properties are given [later](#REAL-TIME-SAFETY).
|
||||
Here we will provide specifications that relate local time to block time. However, since we do not assume (by now) that local time is linked to real-time, these specifications also do not provide a relation between block time and real-time. Such properties are given [later](#real-time-safety).
|
||||
|
||||
For a correct validator `V`, let `beginConsensus(V,k)` be the local time when it sets its height to `k`, and let `endConsensus(V,k)` be the time when it sets its height to `k + 1`.
|
||||
|
||||
|
||||
@@ -25,8 +25,5 @@ Specification of the Tendermint consensus protocol.
|
||||
- [Write Ahead Log](./wal.md) - Write ahead log used by the
|
||||
consensus state machine to recover from crashes.
|
||||
|
||||
The protocol used to gossip consensus messages between peers, which is critical
|
||||
for liveness, is described in the [reactors section](../reactors/consensus/consensus.md).
|
||||
|
||||
There is also a [stale markdown description](consensus.md) of the consensus state machine
|
||||
(TODO update this).
|
||||
|
||||
Reference in New Issue
Block a user