aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints_create.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-25Merge pull request #749Riccardo Spagni1-48/+0
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)
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-0/+48
This reverts commit 7fa63a82a1c3a0243f6757c1689855ed3ca61695, reversing changes made to cb6be986c36b78eddb4b7f16e9ad440af8567dc4.
2016-03-24Move checkpoint functions into checkpoints classThomas Winget1-48/+0
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.
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-03-01DNS checkpoint loading for testnet should now be correctThomas Winget1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-30DNS checkpoint updating added, and daemon flag to enforce themThomas Winget1-0/+2
The daemon should now check for updated checkpoints from checkpoints.moneropulse.org as well as from the configured json file every ~1hr (and on launch). The daemon now has a flag to enable enforcing these checkpoints (rather than just printing a warning when they fail). TODO: an easily configurable list of DNS servers to check for checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org"
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-70/+4
also some other minor bug squashing and code formatting
2014-09-25Added ability to read chechpoint hashes from json file in data folderTomer Konforty1-0/+50
2014-09-24checkpointiamsmooth1-0/+1
2014-09-24checkpointiamsmooth1-0/+2
2014-09-24checkpointsiamsmooth1-0/+5
2014-09-24checkpointiamsmooth1-0/+1
2014-09-24checkpointsiamsmooth1-3/+5
2014-09-06fix checkpointsiamsmooth1-3/+3
2014-09-06checkpoints on restore; currently fails on 212 checkpointiamsmooth1-0/+4
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-14added checkpoint @ 80000monero-project1-0/+1
2014-05-250.8.8updatemydesktop1-6/+3
2014-05-08disable checkpointing for security reasonsmonero-project1-2/+6
Further investigation of fast sync security is required
2014-05-07added checkpoint @ 29556monero-project1-0/+1
2014-05-03fix genesis block hash, checkpoint, days behindmydesktop1-1/+1
2014-05-03initial [broken] updatemydesktop1-1/+2
2014-04-18checkpoints removedthankful_for_today1-11/+0
2014-04-09Port mapping with UPnPAntonio Juarez1-1/+2
2014-03-03moved all stuff to githubAntonio Juarez1-0/+27