aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add LookupBlockIndex functionJoão Barbosa2018-03-061-3/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* scripted-diff: Remove BOOST_REVERSE_FOREACHJorge Timón2017-06-221-1/+1
* Introduce src/reverse_iterator.hpp and include it...Jorge Timón2017-06-221-0/+1
* [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-40/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell2016-11-021-10/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* Reduce checkpoints' effect on consensus.Pieter Wuille2015-05-131-9/+0
* Merge pull request #6055Wladimir J. van der Laan2015-05-061-19/+9
|\
| * checkpoints: move the checkpoints enable boolean into mainCory Fields2015-04-301-11/+3
| * checkpoints: Decouple checkpoints from ParamsCory Fields2015-04-301-9/+7
| * checkpoints: store mapCheckpoints in CCheckpointData rather than a pointerCory Fields2015-04-301-3/+3
* | Non-grammatical language improvementsLuke Dashjr2015-05-021-3/+4
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-7/+9
* Move checkpoint data selection to chainparamsjtimon2014-10-101-76/+5
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-10-021-0/+2
* Revert merge of pull #4845Wladimir J. van der Laan2014-10-021-2/+0
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-09-291-0/+2
* Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-1/+1
* checkpoints.cpp depends on main, it can use mapBlockIndex directlyPieter Wuille2014-09-041-1/+1
* Merge pull request #4541Wladimir J. van der Laan2014-07-281-2/+3
|\
| * Add a new checkpoint at block 295,000Trevin Hofmann2014-07-151-2/+3
* | Use GetBlockTime() morejtimon2014-07-071-1/+1
|/
* ensure clean and consistent "namespace" usagePhilip Kaufmann2014-06-261-3/+4
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-2/+2
* Fix incorrect checkpoint data for testnet3David Hill2014-05-131-2/+2
* [Qt] rescan progressCozz Lovan2014-04-021-2/+3
* Add a new checkpoint at block 279,000Micha2014-01-181-4/+5
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+8
* Bump Year Number to 2013super32013-10-201-1/+1
* Checkpoint at block 250,000Gavin Andresen2013-08-201-2/+3
* Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo2013-07-231-2/+15
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-2/+2
* Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variableJeff Garzik2013-05-241-3/+5
* Update transaction statisticsPieter Wuille2013-04-041-8/+8
* Checkpoint at first block in 11 March chain forkGavin Andresen2013-03-171-0/+1
* Transactions-based verification progressPieter Wuille2013-02-161-6/+69
* New checkpoint at block 216116 for the 0.8.0 releaseGavin Andresen2013-01-301-0/+1
* Merge pull request #2087 from gavinandresen/check210000Pieter Wuille2012-12-131-0/+1
|\
| * Checkpoint at first 25-btc-reward block (210,000)Gavin Andresen2012-12-101-0/+1
* | New 'checkpoints' option should default to true.Jeff Garzik2012-11-281-3/+3