mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 05:31:20 +00:00
Merge pull request #1280 from tendermint/zach/explain-determinism
docs: add 'On Determinism'
This commit is contained in:
commit
8d81a259c7
8
docs/determinism.rst
Normal file
8
docs/determinism.rst
Normal 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.
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user