aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints/checkpoints.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Merge pull request #6534Alexander Blair2020-07-191-1/+12
|\ | | | | | | 7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu)
| * daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵stoffu2020-06-091-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.
* | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/ | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
|
* Stagenetstoffu2018-03-051-6/+7
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2017-12-181-2/+2
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-27/+1
|
* checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2017-09-251-1/+2
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-0/+217