aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-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-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
2016-11-21Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-17Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-09Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan
2016-11-08Merge #9095: test: Fix test_random includesJonas Schnelli
2016-11-07Merge #9026: Fix handling of invalid compact blocksPieter Wuille
2016-11-08tx_valid: re-order inputs to how they are encodedDaniel Cousens
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-07Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille
2016-11-07test: Fix test_random includesMarcoFalke
2016-11-07Merge #8976: libconsensus: Add input validation of flagsWladimir J. van der Laan
2016-11-07Merge #7730: Remove priority estimationWladimir J. van der Laan