aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints
Commit message (Collapse)AuthorAgeFilesLines
...
* 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