You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
647 B

  1. #############
  2. Specification
  3. #############
  4. Here you'll find details of the Tendermint specification. Tendermint's types are produced by `godoc <https://godoc.org/github.com/tendermint/tendermint/types>`__.
  5. .. toctree::
  6. :maxdepth: 2
  7. specification/block-structure.rst
  8. specification/byzantine-consensus-algorithm.rst
  9. specification/configuration.rst
  10. specification/corruption.rst
  11. specification/fast-sync.rst
  12. specification/genesis.rst
  13. specification/light-client-protocol.rst
  14. specification/merkle.rst
  15. specification/rpc.rst
  16. specification/secure-p2p.rst
  17. specification/validators.rst
  18. specification/wire-protocol.rst