aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-12-21Make CScript (and prevector) c++11 movable.Pieter Wuille
2016-12-21Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille
2016-12-21Convert COrphanTx to keep a CTransactionRefPieter Wuille
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-21Re-enable a blank v1 Tx JSON testDouglas Roark
2016-12-21Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan
2016-12-21Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write testsWladimir J. van der Laan
2016-12-21Merge #9376: Remove unused test files and referencesWladimir J. van der Laan
2016-12-21Added some simple tests for the RAII-style events.Karl-Johan Alm
2016-12-19Merge #9354: Make fuzzer actually test CTxOutCompressorWladimir J. van der Laan
2016-12-19Remove unused test files and referencesBtcDrak
2016-12-17Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm
2016-12-15Make fuzzer actually test CTxOutCompressorPieter Wuille
2016-12-15Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan
2016-12-15Merge #9172: Resurrect pstratem's "Simple fuzzing framework"Wladimir J. van der Laan
2016-12-15Simple fuzzing frameworkPatrick Strateman
2016-12-14Merge #8895: Better SigCache ImplementationPieter Wuille
2016-12-14Add unit tests for the CuckooCacheJeremy Rubin
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin
2016-12-14Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan
2016-12-13Merge #9305: Refactor: Removed begin/end_ptr functions.Wladimir J. van der Laan
2016-12-12Fix spelling.Richard Kiss
2016-12-09Merge #9240: Remove txConflictedPieter Wuille
2016-12-09Refactor: Removed begin/end_ptr functions.Karl-Johan Alm
2016-12-08Update python tests for default tx version=2BtcDrak
2016-12-08Preserve tx version=1 for certain testsBtcDrak
2016-12-08tiny test fix for mempool_testsAlex Morcos
2016-12-05Remove mapOrphanTransactionsByPrev from DoS_testsPieter Wuille
2016-12-05[test] Add CCoinsViewCache Access/Modify/Write testsRussell Yanofsky
2016-12-05remove internal tracking of mempool conflicts for reporting to walletAlex Morcos
2016-12-05remove external usage of mempool conflict trackingAlex Morcos
2016-12-05Merge #9269: Align struct COrphan definitionWladimir J. van der Laan
2016-12-05Align struct COrphan definitionPieter Wuille
2016-12-04Move CTxInWitness inside CTxInPieter Wuille
2016-12-05Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-02Make CTransaction actually immutablePieter Wuille
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-12-02Merge #9223: unification of Bloom filter representationMarcoFalke
2016-11-29Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-11-28Fix some typosfsb4000
2016-11-26unification of Bloom filter representationS. Matthew English
2016-11-25Merge #9128: net: Decouple CConnman and message serializationPieter Wuille
2016-11-25net: add CVectorWriter and CNetMsgMakerCory Fields
2016-11-25Merge #9100: tx_valid: re-order inputs to how they are encodedMarcoFalke
2016-11-21Always add default_witness_commitment with GBT client supportPieter Wuille