dogecoin/src/consensus
Gregory Maxwell fd46136dfa 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.
2016-11-02 01:47:02 +00:00
..
consensus.h Rename "block cost" to "block weight" 2016-07-18 13:28:26 -04:00
merkle.cpp BIP141: Commitment structure and deployment 2016-06-22 15:42:59 +02:00
merkle.h BIP141: Commitment structure and deployment 2016-06-22 15:42:59 +02:00
params.h IBD check uses minimumchain work instead of checkpoints. 2016-11-02 01:47:02 +00:00
validation.h [doc] Fix typos in comments, doxygen: Fix comment syntax 2016-08-22 10:51:41 +02:00