summaryrefslogtreecommitdiff
path: root/src/checkpoints
Commit message (Collapse)AuthorAgeFilesLines
* prep for 0.14.1 releaseRiccardo Spagni2019-06-131-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