aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidationcache_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | tests: Add missing locks to testspracticalswift2017-11-101-1/+5
* | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-9/+9
* | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-1/+2
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* | Do not shadow upper local variable `state`.Pavel Janík2017-07-081-1/+1
|/
* Add CheckInputs() unit testsSuhas Daftuar2017-06-271-0/+284
* Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-1/+1
|\
| * Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Preserve tx version=1 for certain testsBtcDrak2016-12-081-0/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell2016-05-161-1/+1
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-1/+1
* Move maxTxFee out of mempoolMarcoFalke2016-02-021-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Only call TrimToSize once per reorg/blocks disconnectMatt Corallo2015-10-131-1/+1
* Unit test doublespends in new blocksGavin Andresen2015-07-271-0/+86