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.

20 lines
542 B

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