| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MOVEONLY] Move progress estimation out of checkpoints | Pieter Wuille | 2017-01-04 | 1 | -40/+0 |
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 1 | -1/+1 |
| * | Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. | Gregory Maxwell | 2016-11-02 | 1 | -10/+0 |
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| * | TRIVIAL: Missing includes | Jorge Timón | 2015-07-23 | 1 | -0/+1 |
| * | Reduce checkpoints' effect on consensus. | Pieter Wuille | 2015-05-13 | 1 | -9/+0 |
| * | Merge pull request #6055 | Wladimir J. van der Laan | 2015-05-06 | 1 | -19/+9 |
| |\ |
|
| | * | checkpoints: move the checkpoints enable boolean into main | Cory Fields | 2015-04-30 | 1 | -11/+3 |
| | * | checkpoints: Decouple checkpoints from Params | Cory Fields | 2015-04-30 | 1 | -9/+7 |
| | * | checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer | Cory Fields | 2015-04-30 | 1 | -3/+3 |
| * | | Non-grammatical language improvements | Luke Dashjr | 2015-05-02 | 1 | -3/+4 |
| |/ |
|
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| * | Convert remaining comments in /src to doxygen format | Michael Ford | 2014-11-21 | 1 | -7/+9 |
| * | Move checkpoint data selection to chainparams | jtimon | 2014-10-10 | 1 | -76/+5 |
| * | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner | 2014-10-02 | 1 | -0/+2 |
| * | Revert merge of pull #4845 | Wladimir J. van der Laan | 2014-10-02 | 1 | -2/+0 |
| * | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner | 2014-09-29 | 1 | -0/+2 |
| * | Introduce BlockMap type for mapBlockIndex | Pieter Wuille | 2014-09-04 | 1 | -1/+1 |
| * | checkpoints.cpp depends on main, it can use mapBlockIndex directly | Pieter Wuille | 2014-09-04 | 1 | -1/+1 |
| * | Merge pull request #4541 | Wladimir J. van der Laan | 2014-07-28 | 1 | -2/+3 |
| |\ |
|
| | * | Add a new checkpoint at block 295,000 | Trevin Hofmann | 2014-07-15 | 1 | -2/+3 |
| * | | Use GetBlockTime() more | jtimon | 2014-07-07 | 1 | -1/+1 |
| |/ |
|
| * | ensure clean and consistent "namespace" usage | Philip Kaufmann | 2014-06-26 | 1 | -3/+4 |
| * | Remove unnecessary dependencies for bitcoin-cli | Wladimir J. van der Laan | 2014-06-25 | 1 | -2/+2 |
| * | Fix incorrect checkpoint data for testnet3 | David Hill | 2014-05-13 | 1 | -2/+2 |
| * | [Qt] rescan progress | Cozz Lovan | 2014-04-02 | 1 | -2/+3 |
| * | Add a new checkpoint at block 279,000 | Micha | 2014-01-18 | 1 | -4/+5 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -6/+8 |
| * | Bump Year Number to 2013 | super3 | 2013-10-20 | 1 | -1/+1 |
| * | Checkpoint at block 250,000 | Gavin Andresen | 2013-08-20 | 1 | -2/+3 |
| * | Don't use checkpoints and accept nonstd txn on -regtest | Matt Corallo | 2013-07-23 | 1 | -2/+15 |
| * | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn | 2013-06-19 | 1 | -2/+2 |
| * | Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable | Jeff Garzik | 2013-05-24 | 1 | -3/+5 |
| * | Update transaction statistics | Pieter Wuille | 2013-04-04 | 1 | -8/+8 |
| * | Checkpoint at first block in 11 March chain fork | Gavin Andresen | 2013-03-17 | 1 | -0/+1 |
| * | Transactions-based verification progress | Pieter Wuille | 2013-02-16 | 1 | -6/+69 |
| * | New checkpoint at block 216116 for the 0.8.0 release | Gavin Andresen | 2013-01-30 | 1 | -0/+1 |
| * | Merge pull request #2087 from gavinandresen/check210000 | Pieter Wuille | 2012-12-13 | 1 | -0/+1 |
| |\ |
|
| | * | Checkpoint at first 25-btc-reward block (210,000) | Gavin Andresen | 2012-12-10 | 1 | -0/+1 |
| * | | New 'checkpoints' option should default to true. | Jeff Garzik | 2012-11-28 | 1 | -3/+3 |
| * | | Add "checkpoints" option, to permit disabling of checkpoint logic. | Jeff Garzik | 2012-11-28 | 1 | -0/+9 |
| |/ |
|
| * | Checkpoint at block 193,000 | Gavin Andresen | 2012-08-21 | 1 | -1/+1 |
| * | Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) | Gavin Andresen | 2012-06-25 | 1 | -4/+1 |
| * | Add a testnet checkpoint at block 546 | Gavin Andresen | 2012-05-25 | 1 | -7/+12 |
| * | Update License in File Headers | Fordy | 2012-05-18 | 1 | -1/+1 |
| * | Remove headers.h | Pieter Wuille | 2012-04-17 | 1 | -1/+3 |
| * | Checkpoint block 168,000 | Gavin Andresen | 2012-02-23 | 1 | -0/+1 |
| * | Update all copyrights to 2012 | Gavin Andresen | 2012-02-07 | 1 | -1/+1 |
| * | Compile with extra warnings turned on. And more makefile/code tidying up. | Gavin Andresen | 2012-01-12 | 1 | -1/+0 |