aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidationcache_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move maxTxFee out of mempoolMarcoFalke2016-02-021-1/+1
| | | | Also, remove default values in CMerkleTx::AcceptToMemoryPool()
* 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
As suggested by Greg Maxwell-- unit test to make sure a block with a double-spend in it doesn't pass validation if half of the double-spend is already in the memory pool (so full-blown transaction validation is skipped) when the block is received.