mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
9 lines
335 B
ReStructuredText
9 lines
335 B
ReStructuredText
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.
|
|
|
|
|