aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge #9435: Removed unused variable in test, fixing warning.MarcoFalke2016-12-271-1/+0
|\
| * Remove unused variable in test, fixing warning.Russell Yanofsky2016-12-271-1/+0
* | Re-enable a blank v1 Tx JSON testDouglas Roark2016-12-212-3/+8
|/
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-213-36/+16
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-043-36/+16
* | Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write testsWladimir J. van der Laan2016-12-211-0/+364
|\ \
| * | [test] Add CCoinsViewCache Access/Modify/Write testsRussell Yanofsky2016-12-051-0/+364
* | | Merge #9376: Remove unused test files and referencesWladimir J. van der Laan2016-12-211-33/+0
|\ \ \ | |/ / |/| |
| * | Remove unused test files and referencesBtcDrak2016-12-191-33/+0
* | | Merge #9354: Make fuzzer actually test CTxOutCompressorWladimir J. van der Laan2016-12-191-2/+2
|\ \ \
| * | | Make fuzzer actually test CTxOutCompressorPieter Wuille2016-12-151-2/+2
| |/ /
* / / Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm2016-12-171-0/+26
|/ /
* | Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-1519-42/+113
|\ \
| * | Update python tests for default tx version=2BtcDrak2016-12-0816-39/+96
| * | Preserve tx version=1 for certain testsBtcDrak2016-12-082-1/+6
| * | tiny test fix for mempool_testsAlex Morcos2016-12-081-2/+11
* | | Merge #9172: Resurrect pstratem's "Simple fuzzing framework"Wladimir J. van der Laan2016-12-151-0/+256
|\ \ \
| * | | Simple fuzzing frameworkPatrick Strateman2016-12-151-0/+256
* | | | Merge #8895: Better SigCache ImplementationPieter Wuille2016-12-142-0/+396
|\ \ \ \ | |/ / / |/| | |
| * | | Add unit tests for the CuckooCacheJeremy Rubin2016-12-141-0/+394
| * | | Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-0/+2
* | | | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan2016-12-142-2/+2
|\ \ \ \
| * | | | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-042-2/+2
* | | | | Merge #9305: Refactor: Removed begin/end_ptr functions.Wladimir J. van der Laan2016-12-132-4/+4
|\ \ \ \ \
| * | | | | Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-092-4/+4
| | |_|/ / | |/| | |
* | | | | Fix spelling.Richard Kiss2016-12-121-1/+1
* | | | | Merge #9240: Remove txConflictedPieter Wuille2016-12-092-23/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove internal tracking of mempool conflicts for reporting to walletAlex Morcos2016-12-052-22/+24
| * | | | remove external usage of mempool conflict trackingAlex Morcos2016-12-051-1/+1
* | | | | Remove mapOrphanTransactionsByPrev from DoS_testsPieter Wuille2016-12-051-2/+0
|/ / / /
* | | | Merge #9269: Align struct COrphan definitionWladimir J. van der Laan2016-12-051-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Align struct COrphan definitionPieter Wuille2016-12-051-0/+1
* | | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-052-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-042-2/+4
| |/ /
* / / Make CTransaction actually immutablePieter Wuille2016-12-025-42/+38
|/ /
* | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-0211-11/+13
|\ \
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-0210-10/+10
| * | Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-023-1/+3
* | | Merge #9223: unification of Bloom filter representationMarcoFalke2016-12-021-10/+10
|\ \ \
| * | | unification of Bloom filter representationS. Matthew English2016-11-261-10/+10
* | | | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-7/+15
| |/ / |/| |
* | | Fix some typosfsb40002016-11-282-2/+2
|/ /
* | Merge #9128: net: Decouple CConnman and message serializationPieter Wuille2016-11-251-0/+58
|\ \
| * | net: add CVectorWriter and CNetMsgMakerCory Fields2016-11-251-0/+58
* | | Merge #9100: tx_valid: re-order inputs to how they are encodedMarcoFalke2016-11-251-9/+9
|\ \ \
| * | | tx_valid: re-order inputs to how they are encodedDaniel Cousens2016-11-081-9/+9
* | | | Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-211-0/+1
| |/ / |/| |
* | | Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan2016-11-211-0/+10
|\ \ \
| * | | Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-041-0/+10
* | | | Introduce convenience type CTransactionRefPieter Wuille2016-11-197-24/+24