aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints_create.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #749Riccardo Spagni2016-03-251-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)
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-0/+48
| | | | | This reverts commit 7fa63a82a1c3a0243f6757c1689855ed3ca61695, reversing changes made to cb6be986c36b78eddb4b7f16e9ad440af8567dc4.
* Move checkpoint functions into checkpoints classThomas Winget2016-03-241-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.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* DNS checkpoint loading for testnet should now be correctThomas Winget2015-03-011-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-301-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"
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-301-70/+4
| | | | 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/+50
|
* checkpointiamsmooth2014-09-241-0/+1
|
* checkpointiamsmooth2014-09-241-0/+2
|
* checkpointsiamsmooth2014-09-241-0/+5
|
* checkpointiamsmooth2014-09-241-0/+1
|
* checkpointsiamsmooth2014-09-241-3/+5
|
* fix checkpointsiamsmooth2014-09-061-3/+3
|
* checkpoints on restore; currently fails on 212 checkpointiamsmooth2014-09-061-0/+4
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* added checkpoint @ 80000monero-project2014-06-141-0/+1
|
* 0.8.8updatemydesktop2014-05-251-6/+3
|
* disable checkpointing for security reasonsmonero-project2014-05-081-2/+6
| | | Further investigation of fast sync security is required
* added checkpoint @ 29556monero-project2014-05-071-0/+1
|
* fix genesis block hash, checkpoint, days behindmydesktop2014-05-031-1/+1
|
* initial [broken] updatemydesktop2014-05-031-1/+2
|
* checkpoints removedthankful_for_today2014-04-181-11/+0
|
* Port mapping with UPnPAntonio Juarez2014-04-091-1/+2
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+27