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.

24 lines
1.2 KiB

  1. # Tendermint Spec
  2. This repository contains specifications for the Tendermint protocol. For the pdf, see the [latest release](https://github.com/tendermint/spec/releases).
  3. There are currently two implementations of the Tendermint protocol,
  4. maintained by two separate-but-collaborative entities:
  5. One in [Go](https://github.com/tendermint/tendermint),
  6. maintained by Interchain GmbH,
  7. and one in [Rust](https://github.com/informalsystems/tendermint-rs),
  8. maintained by Informal Systems.
  9. There have been inadvertent divergences in the specs followed
  10. by the Go implementation and the Rust implementation respectively.
  11. However, we are worked to reconverge these specs into a single unified spec.
  12. Consequently, this repository is in a bit of a state of flux.
  13. At the moment, the spec followed by the Go implementation
  14. (tendermint/tendermint) is in the [spec](spec) directory,
  15. while the spec followed by the Rust implementation
  16. (informalsystems/tendermint-rs) is in the [rust-spec](rust-spec)
  17. directory. TLA+ specifications are also in the rust-spec directory.
  18. Over time, these specs will converge in the spec directory.
  19. Once they have fully converged, we will version the spec moving forward.