summaryrefslogtreecommitdiff
path: root/src/checkpoints
Commit message (Collapse)AuthorAgeFilesLines
* build: prepare v0.17.1.2selsta2020-11-071-0/+1
|
* build: prepare v0.17.1.1selsta2020-10-181-0/+1
|
* build: prepare v0.17.1.0selsta2020-10-131-0/+1
|
* build: prepare v0.17.0.1selsta2020-09-251-0/+1
|
* build: prepare v0.17selsta2020-09-141-0/+1
|
* Merge pull request #6534Alexander Blair2020-07-192-48/+83
|\ | | | | | | 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-092-48/+83
| | | | | | | | | | | | 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-193-3/+3
|\ \ | |/ |/| | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-063-3/+3
| | | | | | | | 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-173-3/+3
|\ | | | | | | 1f2930ce Update 2019 copyright (binaryFate)
| * Update 2019 copyrightbinaryFate2019-03-053-3/+3
| |
* | 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-152-6/+3
|
* add checkpoints for testnet and mainnetRiccardo Spagni2018-09-251-1/+2
|
* Add support for apple and arm buildingTheCharlatan2018-09-101-3/+7
| | | | | | Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
* update checkpoints for point releaseRiccardo Spagni2018-05-231-1/+1
|
* update checkpointsRiccardo Spagni2018-03-181-0/+2
|
* Stagenetstoffu2018-03-052-12/+25
|
* Update 2018 copyrightxmr-eric2018-01-263-3/+3
|
* checkpoints: trap failure to load JSON checkpointsmoneromooo-monero2017-12-181-1/+5
|
* checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2017-12-182-4/+4
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-162-29/+26
|
* 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)
* Merge pull request #2526Riccardo Spagni2017-09-251-0/+60
|\ | | | | | | db215ecd checkpoints: add missing CMakeLists.txt (moneromooo-monero)
| * checkpoints: add missing CMakeLists.txtmoneromooo-monero2017-09-251-0/+60
|
* checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2017-09-252-2/+9
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-252-0/+489