aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-09Fixes segfault in Blockchain::handle_alternative_blockThomas Winget1-0/+4
This commit should fix the segfault in Blockchain::handle_alternative_block, and also updates a few comments that were either incorrect or incomplete.
2015-01-04checkpoints: add consts where appropriatemoneromooo-monero1-4/+4
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-02moved checkpoint log levelRiccardo Spagni1-1/+1
2014-09-30various changes to runtime checkpoint updatingThomas Winget1-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.
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-0/+6
also some other minor bug squashing and code formatting
2014-09-30Adding an identical existing checkpoint should not errorThomas Winget1-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.
2014-09-25Added ability to read chechpoint hashes from json file in data folderTomer Konforty1-0/+9
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-05-250.8.8updatemydesktop1-2/+24
2014-03-03moved all stuff to githubAntonio Juarez1-0/+48