docs: add document 'On Determinism'

closes https://github.com/tendermint/abci/issues/56
This commit is contained in:
Zach Ramsay 2018-03-06 15:19:59 +08:00
parent 6120a4c5e4
commit 3019761204
2 changed files with 9 additions and 0 deletions

8
docs/determinism.rst Normal file
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.

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.