Zebra/zebra-chain/src/work
teor 58041d8a49 Rename TEST_BLOCKS to BLOCKS
To avoid confusion with TESTNET_BLOCKS.

Automated search and replace, made using this script:

sed -i 's/TEST_BLOCKS/BLOCKS/' \
  $(grep -r TEST_BLOCKS zebra* | cut -d: -f1 | sort -u)
2020-09-29 11:42:00 -04:00
..
difficulty chain: rename BlockHeaderHash to block::Hash 2020-08-17 11:46:34 -07:00
tests Rename TEST_BLOCKS to BLOCKS 2020-09-29 11:42:00 -04:00
arbitrary.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
difficulty.rs Implement RFC5: State updates `Chain` type (#1069) 2020-09-24 15:46:04 -07:00
equihash.rs Move is_equihash_solution_valid to zebra-consensus 2020-09-09 12:48:15 +10:00
tests.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00