aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/transaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Cache witness hash in CTransactionMarcoFalke2018-05-041-5/+5
* 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-4/+4
* Merge #8330: Structure Packing Optimizations in C{,Mutable}TransactionWladimir J. van der Laan2017-09-061-4/+4
|\
| * Reorder C{,Mutable}Transaction for better packingJeremy Rubin2017-07-121-4/+4
* | Replace traditional for with ranged for in primitivesDag Robole2017-07-241-10/+9
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-5/+0
|/
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-26/+0
|\
| * [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-26/+0
* | Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-031-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