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.
 
 
 
 
 
 
dependabot[bot] a3fadb7c1a
build(deps): bump gaurav-nelson/github-action-markdown-link-check from 1.0.7 to 1.0.8 (#188)
4 years ago
.github build(deps): bump gaurav-nelson/github-action-markdown-link-check from 1.0.7 to 1.0.8 (#188) 4 years ago
rfc ci: add markdown linter (#146) 4 years ago
rust-spec Extending the blockchain specification (in the light client) to produce different ratios of faults (#183) 4 years ago
spec spec: protobuf changes (#156) 4 years ago
.gitignore Add three timeouts and align pseudocode better with existing algorithm 7 years ago
.markdownlint.yml Current versions of light client specs from tendermint-rs (#158) 4 years ago
README.md Update README.md (#185) 4 years ago

README.md

Tendermint Spec

This repository contains specifications for the Tendermint protocol. For the pdf, see the latest release.

There are currently two implementations of the Tendermint protocol, maintained by two separate-but-collaborative entities: One in Go, maintained by Interchain GmbH, and one in Rust, maintained by Informal Systems.

There have been inadvertent divergences in the specs followed by the Go implementation and the Rust implementation respectively. However, we are working toward reconverging these specs into a single unified spec. Consequently, this repository is in a bit of a state of flux.

At the moment, the spec followed by the Go implementation (tendermint/tendermint) is in the spec directory, while the spec followed by the Rust implementation (informalsystems/tendermint-rs) is in the rust-spec directory. TLA+ specifications are also in the rust-spec directory.

Over time, these specs will converge in the spec directory. Once they have fully converged, we will version the spec moving forward.