aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
AgeCommit message (Expand)Author
2022-08-31CBlockLocator: performance-move-const-arg Clang tidy fixupsJon Atack
2022-08-23Add functions to construct locators without CChainPieter Wuille
2022-08-03Remove unused SetTip(nullptr) codeMacroFake
2022-07-22refactor: move CBlockIndex#ToString() from header to implementationJon Atack
2022-01-25Avoid integer sanitizer warnings in chain.oMarcoFalke
2022-01-06Move CBlockFileInfo::ToString method where class is declaredRussell Yanofsky
2021-11-26doc: Tidy up nMinDiskSpace commentMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-03-27refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-01Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloadsWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-09fix typo in comment of chain.cppJohannes Kanig
2017-09-15Fix code constness in CBlockIndex::GetAncestor() overloadsDan Raviv
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-26[MOVEONLY] Move LastCommonAncestor to chainPieter Wuille
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-12Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-10-19Add importmulti rpc callPedro Branco
2016-04-27chain: Add assertion in case of missing records in index dbWladimir J. van der Laan
2016-01-12MOVEONLY: non-consensus: from pow to chain:Jorge Timón
2015-11-29Allow block announcements with headersSuhas Daftuar
2015-05-13Reduce checkpoints' effect on consensus.Pieter Wuille
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-11Move remaining CBlockIndex methods to chain.cppPieter Wuille
2014-10-25Update comments in chain to be doxygen compatibleMichael Ford
2014-10-20Chain::SetTip return type to void21E14
2014-09-29cleanup license and header end comment in chain.cpp/.hPhilip Kaufmann
2014-09-08Move CBlockIndex, CChain and related code out of mainjtimon