aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints/checkpoints.cpp
Commit message (Collapse)AuthorAgeFilesLines
* build: prepare v0.18.3.1selsta2023-10-021-0/+1
|
* build: prepare v0.18.3.0selsta2023-09-101-0/+1
|
* build: prepare v0.18.2.2selsta2023-03-271-0/+1
|
* build: prepare v0.18.2.1selsta2023-03-181-0/+1
|
* build: prepare v0.18.2.0selsta2023-02-081-0/+1
|
* build: prepare v0.18.1.2selsta2022-09-261-0/+1
|
* build: prepare v0.18.1.1selsta2022-09-061-0/+1
|
* build: prepare v0.18.1.0selsta2022-07-281-0/+1
|
* build: prepare v0.18.0.0selsta2022-07-131-0/+1
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-0/+2
|
* build: prepare v0.17selsta2020-09-141-0/+1
|
* Merge pull request #6534Alexander Blair2020-07-191-47/+71
|\ | | | | | | 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-47/+71
| | | | | | | | | | | | 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.
* | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \ | |/ |/| | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | Merge pull request #6514luigi11112020-06-081-0/+2
|\ \ | | | | | | | | | 4baee20 build: prepare v0.16.0.0 release (selsta)
| * | build: prepare v0.16.0.0 releaseselsta2020-05-131-0/+2
| |/
* | Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-5/+4
| |
* | build: fix boost 1.73 compatibilityselsta2020-05-141-2/+2
|/
* 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-0/+1
|
* prep for 0.14.1 releaseRiccardo Spagni2019-06-141-0/+1
|
* Merge pull request #5061Riccardo Spagni2019-03-171-1/+1
|\ | | | | | | 1f2930ce Update 2019 copyright (binaryFate)
| * Update 2019 copyrightbinaryFate2019-03-051-1/+1
| |
* | update checkpoints, update README for 0.14.1 releaseRiccardo Spagni2019-03-051-0/+1
|/
* epee: avoid string allocation when parsing a pod from stringmoneromooo-monero2018-12-081-2/+2
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-5/+3
|
* add checkpoints for testnet and mainnetRiccardo Spagni2018-09-251-1/+2
|
* update checkpoints for point releaseRiccardo Spagni2018-05-231-1/+1
|
* update checkpointsRiccardo Spagni2018-03-181-0/+2
|
* Stagenetstoffu2018-03-051-6/+18
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* checkpoints: trap failure to load JSON checkpointsmoneromooo-monero2017-12-181-1/+5
|
* 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-2/+25
|
* checkpoints: add a testnet checkpoint at 1000000moneromooo-monero2017-11-111-1/+1
| | | | | | Makes working on testnet a lot easier (much less I/O when loading and saving wallets, and exercises the hashchain code before any changes are merged)
* checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2017-09-251-1/+7
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-0/+272