aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't re-check AuxPoW when sending data to peersShibe2021-02-081-2/+2
* Load AuxPoW blocks from index correctly (#1443)Ross Nicoll2018-09-191-1/+2
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-0/+28
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-2/+0
* Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Add importmulti rpc callPedro Branco2016-10-191-0/+7
* chain: Add assertion in case of missing records in index dbWladimir J. van der Laan2016-04-271-0/+1
* MOVEONLY: non-consensus: from pow to chain:Jorge Timón2016-01-121-0/+32
* Allow block announcements with headersSuhas Daftuar2015-11-291-0/+3
* Reduce checkpoints' effect on consensus.Pieter Wuille2015-05-131-3/+4
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Move remaining CBlockIndex methods to chain.cppPieter Wuille2014-12-111-0/+49
* Update comments in chain to be doxygen compatibleMichael Ford2014-10-251-2/+3
* Chain::SetTip return type to void21E142014-10-201-3/+2
* cleanup license and header end comment in chain.cpp/.hPhilip Kaufmann2014-09-291-1/+1
* Move CBlockIndex, CChain and related code out of mainjtimon2014-09-081-0/+59