mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 22:31:21 +00:00
docs: fix links, closes #860
This commit is contained in:
@ -98,7 +98,7 @@ This is to protect anyone from swapping votes between chains to fake (or
|
|||||||
frame) a validator. Also note that this ``chainID`` is in the
|
frame) a validator. Also note that this ``chainID`` is in the
|
||||||
``genesis.json`` from *Tendermint*, not the ``genesis.json`` from the
|
``genesis.json`` from *Tendermint*, not the ``genesis.json`` from the
|
||||||
basecoin app (`that is a different
|
basecoin app (`that is a different
|
||||||
chainID... <https://github.com/tendermint/basecoin/issues/32>`__).
|
chainID... <https://github.com/cosmos/cosmos-sdk/issues/32>`__).
|
||||||
|
|
||||||
Once we have those votes, and we calculated the proper `sign
|
Once we have those votes, and we calculated the proper `sign
|
||||||
bytes <https://godoc.org/github.com/tendermint/tendermint/types#Vote.WriteSignBytes>`__
|
bytes <https://godoc.org/github.com/tendermint/tendermint/types#Vote.WriteSignBytes>`__
|
||||||
@ -136,7 +136,7 @@ Block Hash
|
|||||||
|
|
||||||
The `block
|
The `block
|
||||||
hash <https://godoc.org/github.com/tendermint/tendermint/types#Block.Hash>`__
|
hash <https://godoc.org/github.com/tendermint/tendermint/types#Block.Hash>`__
|
||||||
is the `Simple Tree hash <Merkle-Trees#simple-tree-with-dictionaries>`__
|
is the `Simple Tree hash <./merkle.html#simple-tree-with-dictionaries>`__
|
||||||
of the fields of the block ``Header`` encoded as a list of
|
of the fields of the block ``Header`` encoded as a list of
|
||||||
``KVPair``\ s.
|
``KVPair``\ s.
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@ For an overview of Merkle trees, see
|
|||||||
|
|
||||||
There are two types of Merkle trees used in Tendermint.
|
There are two types of Merkle trees used in Tendermint.
|
||||||
|
|
||||||
- ```IAVL+ Tree`` <#iavl-tree>`__: An immutable self-balancing binary
|
- **IAVL+ Tree**: An immutable self-balancing binary
|
||||||
tree for persistent application state
|
tree for persistent application state
|
||||||
- ```Simple Tree`` <#simple-tree>`__: A simple compact binary tree for
|
- **Simple Tree**: A simple compact binary tree for
|
||||||
a static list of items
|
a static list of items
|
||||||
|
|
||||||
IAVL+ Tree
|
IAVL+ Tree
|
||||||
|
Reference in New Issue
Block a user