You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
335 B

  1. On Determinism
  2. ==============
  3. 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.
  4. See `this issue <https://github.com/tendermint/abci/issues/56>`__ for more information on the potential sources of indeterminism.