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
497 B

  1. # Proposer-Based Timestamps
  2. This section describes a version of the Tendermint consensus protocol,
  3. which uses proposer-based timestamps.
  4. ## Contents
  5. - [Proposer-Based Time][main] (entry point)
  6. - [Part I - System Model and Properties][sysmodel]
  7. - [Part II - Protocol Specification][algorithm]
  8. - [TLA+ Specification][proposertla]
  9. [algorithm]: ./pbts-algorithm_002_draft.md
  10. [sysmodel]: ./pbts-sysmodel_001_draft.md
  11. [main]: ./pbts_001_draft.md
  12. [proposertla]: ./tla/TendermintPBT_001_draft.tla