aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
Commit message (Expand)AuthorAgeFilesLines
* Don't label transactions "Open" while catching upHennadii Stepanov2019-01-031-2/+10
* validation: Add and use HaveTxsDownloaded where appropriateMarcoFalke2018-12-041-0/+9
* [trivial] Fix typo in CDiskBlockPos struct's ToStringJon Layton2018-08-141-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Break circular dependency: chain -> pow -> chainBen Woosley2018-05-141-1/+1
* Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky2018-03-151-4/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-5/+5
* Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...MarcoFalke2017-11-111-1/+1
|\
| * Use compile-time constants instead of unnamed enumerations (remove "enum hack")practicalswift2017-07-261-1/+1
* | Ensure that data types are consistentjjz2017-09-071-5/+5
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | Merge #10956: Fix typosMarcoFalke2017-08-161-1/+1
|\ \
| * | Fix typos.practicalswift2017-08-081-1/+1
| |/
* / scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-12/+12
|/
* [MOVEONLY] Move LastCommonAncestor to chainPieter Wuille2017-06-261-0/+3
* Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-061-0/+14
|\
| * Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-0/+14
* | Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-2/+2
|\ \ | |/ |/|
| * Do not shadow variables (gcc set)Pavel Janík2016-12-051-2/+2
* | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+11
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Get rid of nType and nVersionPieter Wuille2016-11-071-4/+5
* Add importmulti rpc callPedro Branco2016-10-191-0/+3
* Merge #6996: Add preciousblock RPCWladimir J. van der Laan2016-10-181-1/+1
|\
| * Add preciousblock RPCPieter Wuille2016-08-261-1/+1
* | [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-5/+5
|/
* Add rewind logic to deal with post-fork software updatesPieter Wuille2016-06-221-0/+2
* Merge #7815: Break circular dependency main ↔ txdbWladimir J. van der Laan2016-05-061-0/+54
|\
| * Break circular dependency main ↔ txdbWladimir J. van der Laan2016-04-151-0/+54
* | chain: define enum used as bit field as uint32_tWladimir J. van der Laan2016-04-281-1/+1
|/
* BIP9 ImplementationPieter Wuille2016-03-151-2/+0
* Merge #7311: MOVEONLY: Move non-consensus functions out of powWladimir J. van der Laan2016-02-021-0/+4
|\
| * MOVEONLY: non-consensus: from pow to chain:Jorge Timón2016-01-121-0/+4
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Non-grammatical language improvementsLuke Dashjr2015-05-021-1/+1
* Add more information to errors in ReadBlockFromDiskWladimir J. van der Laan2015-02-051-0/+6
* Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-2/+3
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-4/+4
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Fix small typos in comments and error messagesPavel Janík2014-12-161-1/+1
* Make IsSuperMajority a standalone functionPieter Wuille2014-12-111-8/+0
* Merge pull request #5367Wladimir J. van der Laan2014-12-111-1/+1
|\
| * Do all block index writes in a batchPieter Wuille2014-11-251-1/+1
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
|/
* Merge pull request #5170Wladimir J. van der Laan2014-11-211-5/+0
|\
| * CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...jtimon2014-10-291-5/+0
* | Fix all header definesPavel Janík2014-11-031-3/+3
* | Merge pull request #5142Wladimir J. van der Laan2014-10-301-36/+39
|\ \ | |/ |/|
| * Update comments in chain to be doxygen compatibleMichael Ford2014-10-251-36/+39