| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce checkpoints' effect on consensus. | Pieter Wuille | 2015-05-13 | 1 | -3/+4 |
| | | | | | | | | | | | | | | Instead of only checking height to decide whether to disable script checks, actually check whether a block is an ancestor of a checkpoint, up to which headers have been validated. This means that we don't have to prevent accepting a side branch anymore - it will be safe, just less fast to do. We still need to prevent being fed a multitude of low-difficulty headers filling up our memory. The mechanism for that is unchanged for now: once a checkpoint is reached with headers, no headers chain branching off before that point are allowed anymore. | ||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Move remaining CBlockIndex methods to chain.cpp | Pieter Wuille | 2014-12-11 | 1 | -0/+49 |
| | | |||||
| * | Update comments in chain to be doxygen compatible | Michael Ford | 2014-10-25 | 1 | -2/+3 |
| | | |||||
| * | Chain::SetTip return type to void | 21E14 | 2014-10-20 | 1 | -3/+2 |
| | | |||||
| * | cleanup license and header end comment in chain.cpp/.h | Philip Kaufmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Move CBlockIndex, CChain and related code out of main | jtimon | 2014-09-08 | 1 | -0/+59 |