aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-22scripted-diff: Remove BOOST_REVERSE_FOREACHJorge Timón
2017-06-22Introduce src/reverse_iterator.hpp and include it...Jorge Timón
2017-01-04[MOVEONLY] Move progress estimation out of checkpointsPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-02Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-05-13Reduce checkpoints' effect on consensus.Pieter Wuille
2015-05-06Merge pull request #6055Wladimir J. van der Laan
2015-05-02Non-grammatical language improvementsLuke Dashjr
2015-04-30checkpoints: move the checkpoints enable boolean into mainCory Fields
2015-04-30checkpoints: Decouple checkpoints from ParamsCory Fields
2015-04-30checkpoints: store mapCheckpoints in CCheckpointData rather than a pointerCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-21Convert remaining comments in /src to doxygen formatMichael Ford
2014-10-10Move checkpoint data selection to chainparamsjtimon
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
2014-09-04checkpoints.cpp depends on main, it can use mapBlockIndex directlyPieter Wuille
2014-07-28Merge pull request #4541Wladimir J. van der Laan
2014-07-15Add a new checkpoint at block 295,000Trevin Hofmann
2014-07-07Use GetBlockTime() morejtimon
2014-06-26ensure clean and consistent "namespace" usagePhilip Kaufmann
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-05-13Fix incorrect checkpoint data for testnet3David Hill
2014-04-02[Qt] rescan progressCozz Lovan
2014-01-18Add a new checkpoint at block 279,000Micha
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-08-20Checkpoint at block 250,000Gavin Andresen
2013-07-23Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-05-24Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variableJeff Garzik
2013-04-04Update transaction statisticsPieter Wuille
2013-03-17Checkpoint at first block in 11 March chain forkGavin Andresen
2013-02-16Transactions-based verification progressPieter Wuille
2013-01-30New checkpoint at block 216116 for the 0.8.0 releaseGavin Andresen
2012-12-13Merge pull request #2087 from gavinandresen/check210000Pieter Wuille
2012-12-10Checkpoint at first 25-btc-reward block (210,000)Gavin Andresen
2012-11-28New 'checkpoints' option should default to true.Jeff Garzik