zcash-patched-for-explorer/src/consensus
Gregory Maxwell e41632c9fb
IBD check uses minimumchain work instead of checkpoints.
This introduces a 'minimum chain work' chainparam which is intended
 to be the known amount of work in the chain for the network at the
 time of software release.  If you don't have this much work, you're
 not yet caught up.

This is used instead of the count of blocks test from checkpoints.

This criteria is trivial to keep updated as there is no element of
subjectivity, trust, or position dependence to it. It is also a more
reliable metric of sync status than a block count.
2018-05-15 21:25:19 +12:00
..
consensus.h Rename MAX_TX_SIZE to MAX_TX_SIZE_AFTER_SAPLING 2018-05-04 11:17:30 +01:00
params.h IBD check uses minimumchain work instead of checkpoints. 2018-05-15 21:25:19 +12:00
upgrades.cpp Add Sapling to upgrade list 2018-04-12 12:13:05 -06:00
upgrades.h Split declaration and definition of SPROUT_BRANCH_ID constant 2018-03-09 09:42:20 +00:00
validation.h use const references where appropriate 2017-03-03 10:57:05 -08:00