aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/transaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-271-0/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-5/+5
* Make CTransaction actually immutablePieter Wuille2016-12-021-21/+6
* Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille2016-11-191-0/+4
* Remove unused CTxOut::GetHash()Matt Corallo2016-11-041-5/+0
* Adding method GetTotalSize() to CTransactionHampus Sjöberg2016-09-061-0/+5
* Use __func__ to get function name for output printingMarcoFalke2016-08-191-1/+1
* Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+6
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-4/+12
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-1/+1
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-1/+1
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Resolve issue 3166.mruddy2015-07-301-2/+2
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-5/+0
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-0/+5
* Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan2015-07-021-9/+0
* Implement CTransaction::IsEquivalentTo(...)Tom Harding2015-04-111-0/+9
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-1/+1
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-0/+142