aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints/checkpoints.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19Merge pull request #6534Alexander Blair1-1/+12
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu)
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵stoffu1-1/+12
recalculation On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint.
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-1/+0
2018-03-05Stagenetstoffu1-6/+7
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18checkpoints: pass std::string by const ref, not const valuemoneromooo-monero1-2/+2
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-27/+1
2017-09-25checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero1-1/+2
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-0/+217