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.

5 lines
317 B

  1. # On Determinism
  2. 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.
  3. See [this issue](https://github.com/tendermint/abci/issues/56) for more information on the potential sources of indeterminism.