aboutsummaryrefslogtreecommitdiff
path: root/src/primitives
Commit message (Expand)AuthorAgeFilesLines
...
| * Resolve issue 3166.mruddy2015-07-301-2/+2
* | Avoid duplicate CheckBlock checksPieter Wuille2015-09-221-0/+4
* | Do not store Merkle branches in the wallet.Pieter Wuille2015-09-222-45/+4
|/
* Merge pull request #6444Wladimir J. van der Laan2015-07-211-2/+5
|\
| * Exempt unspendable transaction outputs from dust checkszathras-crypto2015-07-181-2/+5
* | Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-202-14/+0
|/
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-102-0/+14
* Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan2015-07-022-12/+0
* Merge pull request #5881Wladimir J. van der Laan2015-07-022-0/+12
|\
| * Implement CTransaction::IsEquivalentTo(...)Tom Harding2015-04-112-0/+12
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-3/+0
|/
* Merge pull request #5831Wladimir J. van der Laan2015-03-161-2/+7
|\
| * Subtract fee from amountCozz Lovan2015-03-131-2/+7
* | Replace CBlockHeader::GetHash with call to SerializeHashWladimir J. van der Laan2015-03-061-12/+1
* | src/primitives/transaction.h: endian compatibility in serializationWladimir J. van der Laan2015-03-061-1/+2
* | src/primitives/block.cpp: endian compatibility in GetHashWladimir J. van der Laan2015-03-061-0/+12
|/
* Merge pull request #5713Wladimir J. van der Laan2015-02-031-1/+1
|\
| * BIP66 changeover logicPieter Wuille2015-02-011-1/+1
* | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-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-054-7/+7
* | Added "Core" to copyright headerssandakersmann2014-12-194-4/+4
* | Remove references to X11 licenceMichael Ford2014-12-162-2/+2
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+3
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-034-0/+716