mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 22:51:19 +00:00
docs: organize the directory, #656
This commit is contained in:
parent
90c0267bc1
commit
b46da19b74
@ -58,7 +58,7 @@ Tendermint Core RPC
|
|||||||
|
|
||||||
The concept is that the ABCI app is completely hidden from the outside
|
The concept is that the ABCI app is completely hidden from the outside
|
||||||
world and only communicated through a tested and secured `interface
|
world and only communicated through a tested and secured `interface
|
||||||
exposed by the tendermint core <./rpc.html>`__. This interface
|
exposed by the tendermint core <./specification/rpc.html>`__. This interface
|
||||||
exposes a lot of data on the block header and consensus process, which
|
exposes a lot of data on the block header and consensus process, which
|
||||||
is quite useful for externally verifying the system. It also includes
|
is quite useful for externally verifying the system. It also includes
|
||||||
3(!) methods to broadcast a transaction (propose it for the blockchain,
|
3(!) methods to broadcast a transaction (propose it for the blockchain,
|
||||||
|
@ -7,14 +7,14 @@ Here you'll find details of the Tendermint specification. See `the spec repo <ht
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
block-structure.rst
|
specification/block-structure.rst
|
||||||
byzantine-consensus-algorithm.rst
|
specification/byzantine-consensus-algorithm.rst
|
||||||
configuration.rst
|
specification/configuration.rst
|
||||||
fast-sync.rst
|
specification/fast-sync.rst
|
||||||
genesis.rst
|
specification/genesis.rst
|
||||||
light-client-protocol.rst
|
specification/light-client-protocol.rst
|
||||||
merkle.rst
|
specification/merkle.rst
|
||||||
rpc.rst
|
specification/rpc.rst
|
||||||
secure-p2p.rst
|
specification/secure-p2p.rst
|
||||||
validators.rst
|
specification/validators.rst
|
||||||
wire-protocol.rst
|
specification/wire-protocol.rst
|
||||||
|
@ -16,7 +16,7 @@ The objective of the light client protocol is to get a
|
|||||||
`block hash <./block-structure.html#block-hash>`__ where the commit
|
`block hash <./block-structure.html#block-hash>`__ where the commit
|
||||||
includes a majority of signatures from the last known validator set.
|
includes a majority of signatures from the last known validator set.
|
||||||
From there, all the application state is verifiable with `merkle
|
From there, all the application state is verifiable with `merkle
|
||||||
proofs <./merkle-trees#iavl-tree>`__.
|
proofs <./merkle.html#iavl-tree>`__.
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
----------
|
----------
|
@ -117,7 +117,7 @@ Configuration
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
Tendermint uses a ``config.toml`` for configutation. For details, see
|
Tendermint uses a ``config.toml`` for configutation. For details, see
|
||||||
`the documentation <./configuration.html>`__.
|
`the documentation <./specification/configuration.html>`__.
|
||||||
|
|
||||||
Notable options include the socket address of the application
|
Notable options include the socket address of the application
|
||||||
(``proxy_app``), the listenting address of the tendermint peer
|
(``proxy_app``), the listenting address of the tendermint peer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user