aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add LookupBlockIndex functionJoão Barbosa2018-03-061-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-2/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell2016-11-021-3/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* chainparams: move CCheckpointData into chainparams.hCory Fields2015-07-281-8/+1
* Reduce checkpoints' effect on consensus.Pieter Wuille2015-05-131-3/+0
* Merge pull request #6055Wladimir J. van der Laan2015-05-061-7/+5
|\
| * checkpoints: move the checkpoints enable boolean into mainCory Fields2015-04-301-2/+0
| * checkpoints: Decouple checkpoints from ParamsCory Fields2015-04-301-4/+4
| * checkpoints: store mapCheckpoints in CCheckpointData rather than a pointerCory Fields2015-04-301-1/+1
* | Bugfix: Grammar fixesCorinne Dashjr2015-05-011-1/+1
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-6/+7
* Fix all header definesPavel Janík2014-11-031-3/+3
* Move checkpoint data selection to chainparamsjtimon2014-10-101-1/+11
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-10/+10
* checkpoints.cpp depends on main, it can use mapBlockIndex directlyPieter Wuille2014-09-041-1/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* ensure clean and consistent "namespace" usagePhilip Kaufmann2014-06-261-3/+4
* [Qt] rescan progressCozz Lovan2014-04-021-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+2
* Bump Year Number to 2013super32013-10-201-1/+1
* Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variableJeff Garzik2013-05-241-0/+2
* Merge pull request #2186 from Diapolo/misc_stuffWladimir J. van der Laan2013-02-231-1/+1
|\
| * small changes in init, main, checkpoints.h and bitcoin-qt.proPhilip Kaufmann2013-02-201-1/+1
* | Transactions-based verification progressPieter Wuille2013-02-161-0/+2
|/
* Update License in File HeadersFordy2012-05-181-1/+1
* Remove headers.hPieter Wuille2012-04-171-1/+0
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-4/+3
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-0/+7
* Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-0/+22