Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-13 | Reduce checkpoints' effect on consensus. | Pieter Wuille | |
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. | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-11 | Move remaining CBlockIndex methods to chain.cpp | Pieter Wuille | |
2014-10-25 | Update comments in chain to be doxygen compatible | Michael Ford | |
2014-10-20 | Chain::SetTip return type to void | 21E14 | |
2014-09-29 | cleanup license and header end comment in chain.cpp/.h | Philip Kaufmann | |
2014-09-08 | Move CBlockIndex, CChain and related code out of main | jtimon | |