Browse Source

Merge pull request #1280 from tendermint/zach/explain-determinism

docs: add 'On Determinism'
pull/1283/head
Anton Kaliaev 6 years ago
committed by GitHub
parent
commit
8d81a259c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions
  1. +8
    -0
      docs/determinism.rst
  2. +1
    -0
      docs/index.rst

+ 8
- 0
docs/determinism.rst View File

@ -0,0 +1,8 @@
On Determinism
==============
Arguably, the most difficult part of blockchain programming is determinism - that is, ensuring that sources of indeterminism do not creep into the design of such systems.
See `this issue <https://github.com/tendermint/abci/issues/56>`__ for more information on the potential sources of indeterminism.

+ 1
- 0
docs/index.rst View File

@ -65,6 +65,7 @@ Tendermint 201
:maxdepth: 2
specification.rst
determinism.rst
* For a deeper dive, see `this thesis <https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769>`__.
* There is also the `original whitepaper <https://tendermint.com/static/docs/tendermint.pdf>`__, though it is now quite outdated.


Loading…
Cancel
Save