Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-09 | Fixes segfault in Blockchain::handle_alternative_block | Thomas Winget | 1 | -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-04 | checkpoints: add consts where appropriate | moneromooo-monero | 1 | -4/+4 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-02 | moved checkpoint log level | Riccardo Spagni | 1 | -1/+1 | |
2014-09-30 | various changes to runtime checkpoint updating | Thomas Winget | 1 | -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-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -0/+6 | |
also some other minor bug squashing and code formatting | |||||
2014-09-30 | Adding an identical existing checkpoint should not error | Thomas Winget | 1 | -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-25 | Added ability to read chechpoint hashes from json file in data folder | Tomer Konforty | 1 | -0/+9 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -2/+24 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+48 | |