aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
Commit message (Expand)AuthorAgeFilesLines
* Don't re-check AuxPoW when sending data to peersShibe2021-02-081-1/+1
* Check only the base block version (#1411)Ross Nicoll2018-09-191-0/+6
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-24/+21
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-191-0/+11
* 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
* | MOVEONLY: core.o -> core/block.ojtimon2014-10-271-1/+1
|/
* Merge pull request #4981Wladimir J. van der Laan2014-10-221-0/+1
|\
| * script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* | Chain::SetTip return type to void21E142014-10-201-2/+2
* | Headers-first synchronizationPieter Wuille2014-10-141-7/+25
|/
* cleanup license and header end comment in chain.cpp/.hPhilip Kaufmann2014-09-291-2/+2
* Move CBlockIndex, CChain and related code out of mainjtimon2014-09-081-0/+390