aboutsummaryrefslogtreecommitdiff
path: root/src/primitives
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* really s/Doge/Dis/g this timeTomo Ueda2021-09-022-3/+3
* Use CAmount for amountsRoss Nicoll2021-08-081-1/+2
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-051-1/+3
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-3/+3
* Fix dust threshold at 1 DOGERoss Nicoll2019-11-031-1/+5
* Correct dust and changeRoss Nicoll2019-11-031-1/+2
* Create v1 transactions for compatibility with 1.10 (#1485)Ross Nicoll2018-09-191-1/+2
* Handle legacy v2 block at #66064Ross Nicoll2018-09-191-1/+3
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-194-43/+230
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-192-0/+10
* Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-271-0/+3
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-2/+0
|\
| * Remove unused MakeTransactionRef overloadsPieter Wuille2016-12-211-2/+0
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-314-4/+4
|/
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-212-73/+36
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-042-73/+36
* | Bump default transaction version to 2BtcDrak2016-12-081-1/+1
|/
* Make CTransaction actually immutablePieter Wuille2016-12-022-90/+87
* Introduce convenience type CTransactionRefPieter Wuille2016-11-192-1/+7
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-192-2/+2
* Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille2016-11-192-0/+13
* Get rid of nType and nVersionPieter Wuille2016-11-072-15/+16
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-1/+1
* Remove unused CTxOut::GetHash()Matt Corallo2016-11-042-7/+0
* Adding method GetTotalSize() to CTransactionHampus Sjöberg2016-09-062-0/+12
* Use __func__ to get function name for output printingMarcoFalke2016-08-191-1/+1
* Merge #8332: semi trivial: clarify witness branches in transaction.h serializ...Wladimir J. van der Laan2016-07-281-3/+5
|\
| * transaction: clarify witness branchesDaniel Cousens2016-07-141-3/+5
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-184-9/+9
* | Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-061-3/+3
|/
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-224-5/+42
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-1/+2
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-223-17/+152
* Merge #7763: Put hex-encoded version in UpdateTipWladimir J. van der Laan2016-03-311-1/+1
|\
| * Reformat version in UpdateTip and other messagesPieter Wuille2016-03-311-1/+1
* | Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan2016-03-301-0/+7
|\ \ | |/ |/|
| * Policy: allow transaction version 2 relay policy.BtcDrak2016-03-181-0/+7
* | Merge #7712: Improve COutPoint less operatorWladimir J. van der Laan2016-03-211-1/+2
|\ \ | |/ |/|
| * Improve COutPoint less operatorJoão Barbosa2016-03-181-1/+2
* | BIP9 ImplementationPieter Wuille2016-03-151-2/+1
|/
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-122-9/+31
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-102-9/+31
* | Bump copyright headers to 2015MarcoFalke2015-12-134-4/+4
|/
* Merge pull request #6914Wladimir J. van der Laan2015-12-011-2/+2
|\
| * Prevector typePieter Wuille2015-11-131-2/+2
* | Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-272-69/+0
|/
* transaction_tests: Be more strict checking dustMarcoFalke2015-11-091-2/+2
* Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logicPeter Todd2015-10-081-1/+1
* Merge pull request #5264Wladimir J. van der Laan2015-09-251-2/+2
|\