aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints.h
Commit message (Collapse)AuthorAgeFilesLines
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-217/+0
|
* Merge pull request #749Riccardo Spagni2016-03-251-9/+172
| | | | | | | | | | | | | bfd4a28 Update BlockchainDB documentation (Thomas Winget) 797357e Change Doxyfile, Blockchain not blockchain_storage (Thomas Winget) c835215 remove defunct code from cryptonote::core (Thomas Winget) 50dba6d cryptonote::core doxygen documentation (Thomas Winget) 8ac329d doxygen documentation for difficulty functions (Thomas Winget) 540a76c Move checkpoint functions into checkpoints class (Thomas Winget) 1b0c98e doxygen documentation for checkpoints.{h,cpp} (Thomas Winget) 89c24ac Remove unnecessary or defunct code (Thomas Winget) ab0ed14 doxygen include private and static members (Thomas Winget) 3a48449 Updated documentation for blockchain.* (Thomas Winget)
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-172/+9
| | | | | This reverts commit 7fa63a82a1c3a0243f6757c1689855ed3ca61695, reversing changes made to cb6be986c36b78eddb4b7f16e9ad440af8567dc4.
* Move checkpoint functions into checkpoints classThomas Winget2016-03-241-10/+77
| | | | | | | | | The functions in src/cryptonote_core/checkpoints_create.{h,cpp} should be member functions of the checkpoints class, if nothing else for the sake of keeping their documentation together. This commit covers moving those functions to be member functions of the checkpoints class as well as documenting those functions.
* doxygen documentation for checkpoints.{h,cpp}Thomas Winget2016-03-221-2/+98
| | | | | | | | All functions in src/cryptonote_core/checkpoints.h are now documented in doxygen style. checkpoints.cpp has been reviewed, one function has been marked for discussion on correctness.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* checkpoints: add consts where appropriatemoneromooo-monero2015-01-041-3/+3
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* various changes to runtime checkpoint updatingThomas Winget2014-09-301-0/+1
| | | | | | | | | 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-1/+2
| | | | also some other minor bug squashing and code formatting
* Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-251-0/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* 0.8.8updatemydesktop2014-05-251-0/+3
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+22