Skip to content

Commit

Permalink
docs: add document 'On Determinism'
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Mar 6, 2018
1 parent 6120a4c commit 3019761
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/determinism.rst
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3019761

Please sign in to comment.