aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidationcache_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: fix non-qt tests that spend dustPatrick Lodder2020-07-221-1/+1
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-1/+1
* 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