aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/block.h
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-33/+26
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-0/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Support serialization as another type without castingPieter Wuille2018-03-201-1/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-2/+2
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-2/+2
* | 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-3/+3
|/
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-3/+0
* Perform member initialization in initialization lists where possiblepracticalswift2017-06-041-4/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-1/+1
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-4/+5
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-0/+3
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-2/+0
* BIP9 ImplementationPieter Wuille2016-03-151-2/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-6/+0
* Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logicPeter Todd2015-10-081-1/+1
* Avoid duplicate CheckBlock checksPieter Wuille2015-09-221-0/+4
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-8/+2
* Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-3/+0
* BIP66 changeover logicPieter Wuille2015-02-011-1/+1
* Merge pull request #5520Wladimir J. van der Laan2015-01-061-1/+1
|\
| * IsNull doesn't change CBlockLocator, add const hintPavel Janík2014-12-201-1/+1
* | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-2/+2
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+3
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-0/+168