aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+28
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloadsWladimir J. van der Laan2017-12-011-5/+6
|\
| * Fix code constness in CBlockIndex::GetAncestor() overloadsDan Raviv2017-09-151-5/+6
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* | fix typo in comment of chain.cppJohannes Kanig2017-10-091-1/+1
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-7/+7
* [MOVEONLY] Move LastCommonAncestor to chainPieter Wuille2017-06-261-0/+19
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* 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