Link to "The latest gossip on BFT consensus" (#2102)

The paper is such a useful resource to anyone building on Tendermint. It should be linked in the ReadMe.
This commit is contained in:
Zaki Manian 2018-07-28 22:49:42 -07:00 committed by Anton Kaliaev
parent f00b52b710
commit fef4fe1c66
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ develop | [![CircleCI](https://circleci.com/gh/tendermint/tendermint/tree/deve
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language -
and securely replicates it on many machines.
For protocol details, see [the specification](/docs/spec).
For protocol details, see [the specification](/docs/spec). For a consensus proof and detailed protocol analysis checkout our recent paper, "[The latest gossip on BFT consensus](https://arxiv.org/abs/1807.04938)".
## A Note on Production Readiness