aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26build: prepare v0.17.2.0selsta1-0/+1
2021-01-02build: prepare v0.17.1.9selsta1-0/+1
2020-12-23build: prepare v0.17.1.8selsta1-0/+1
2020-12-10build: prepare v0.17.1.7selsta1-0/+1
2020-12-03build: prepare v0.17.1.6selsta1-0/+1
2020-11-23build: prepare v0.17.1.5selsta1-0/+1
2020-11-07build: prepare v0.17.1.2selsta1-0/+1
2020-10-18build: prepare v0.17.1.1selsta1-0/+1
2020-10-13build: prepare v0.17.1.0selsta1-0/+1
2020-09-25build: prepare v0.17.0.1selsta1-0/+1
2020-09-14build: prepare v0.17selsta1-0/+1
2020-07-19Merge pull request #6534Alexander Blair2-48/+83
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu)
2020-07-19Merge pull request #6512Alexander Blair3-3/+3
5ef0607da Update copyright year to 2020 (SomaticFanatic)
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵stoffu2-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.
2020-06-08Merge pull request #6514luigi11111-0/+2
4baee20 build: prepare v0.16.0.0 release (selsta)
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-5/+4
2020-05-14build: fix boost 1.73 compatibilityselsta1-2/+2
2020-05-13build: prepare v0.16.0.0 releaseselsta1-0/+2
2020-05-06Update copyright year to 2020SomaticFanatic3-3/+3
Update copyright year to 2020
2019-11-020.15.0.0 release engineeringRiccardo Spagni1-0/+1
2019-06-14prep for 0.14.1 releaseRiccardo Spagni1-0/+1
2019-03-17Merge pull request #5061Riccardo Spagni3-3/+3
1f2930ce Update 2019 copyright (binaryFate)
2019-03-05Update 2019 copyrightbinaryFate3-3/+3
2019-03-05update checkpoints, update README for 0.14.1 releaseRiccardo Spagni1-0/+1
2018-12-08epee: avoid string allocation when parsing a pod from stringmoneromooo-monero1-2/+2
2018-11-15Removed a lot of unnecessary includesMartijn Otto2-6/+3
2018-09-25add checkpoints for testnet and mainnetRiccardo Spagni1-1/+2
2018-09-10Add support for apple and arm buildingTheCharlatan1-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
2018-05-23update checkpoints for point releaseRiccardo Spagni1-1/+1
2018-03-18update checkpointsRiccardo Spagni1-0/+2
2018-03-05Stagenetstoffu2-12/+25
2018-01-26Update 2018 copyrightxmr-eric3-3/+3
2017-12-18checkpoints: trap failure to load JSON checkpointsmoneromooo-monero1-1/+5
2017-12-18checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2-4/+4
2017-12-16move includes around to lessen overall loadmoneromooo-monero2-29/+26
2017-11-11checkpoints: add a testnet checkpoint at 1000000moneromooo-monero1-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)
2017-09-25Merge pull request #2526Riccardo Spagni1-0/+60
db215ecd checkpoints: add missing CMakeLists.txt (moneromooo-monero)
2017-09-25checkpoints: add missing CMakeLists.txtmoneromooo-monero1-0/+60
2017-09-25checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2-2/+9
2017-09-25move checkpoints in a separate librarymoneromooo-monero2-0/+489