summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved checkpoint log levelRiccardo Spagni2014-10-021-1/+1
|
* various changes to runtime checkpoint updatingThomas Winget2014-09-301-0/+11
| | | | | | | | | json checkpoints will be checked every 10 minutes, dns every 60. json checkpoints always enforced, dns still with flag. conflicting checkpoints is hard fail, but soft if dns enforce flag not set and dns checkpoints are wonky.
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-301-0/+6
| | | | also some other minor bug squashing and code formatting
* Adding an identical existing checkpoint should not errorThomas Winget2014-09-301-2/+7
| | | | | | | For checkpoints being read at runtime to work correctly, the checkpoint add code needs to not return false if a checkpoint is added that already exists. In this case, instead return false if the checkpoint is for a height that already has a checkpoint and the hashes are different.
* Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-251-0/+9
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* 0.8.8updatemydesktop2014-05-251-2/+24
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+48