aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidationcache_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift2019-02-151-3/+2
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-4/+4
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-13/+13
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* speed up of tx_validationcache_tests by reusing of CTransaction.[email protected]2018-06-061-1/+1
* Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-2/+2
|\
| * Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-2/+2
* | Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-1/+1
|/
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Merge #12949: tests: Avoid copies of CTransactionMarcoFalke2018-04-171-2/+2
|\
| * tests: Avoid copies of CTransactionMarcoFalke2018-04-111-2/+2
* | Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan2018-04-121-2/+2
|\ \ | |/ |/|
| * Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-2/+2
* | test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-3/+3
|/
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-4/+4
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-4/+4
* | Fix typosDimitris Apostolou2018-03-211-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo2017-12-261-10/+11
* Merge #10699: Make all script validation flags backward compatibleWladimir J. van der Laan2017-12-121-14/+8
|\
| * Simplify tx validation testsPieter Wuille2017-06-301-14/+8
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-14/+14
* | 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