aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-198-62/+70
* | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille2016-11-172-5/+2
|\ \ \ \
| * | | | Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-092-5/+2
| * | | | Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-092-2/+2
* | | | | Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+22
|\ \ \ \ \
| * | | | | RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-241-6/+6
| * | | | | Overhaul network activity toggleJonas Schnelli2016-10-241-0/+22
* | | | | | Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan2016-11-096-34/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Get rid of nType and nVersionPieter Wuille2016-11-076-30/+30
| * | | | | Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-4/+4
| | |_|/ / | |/| | |
* | | | | Merge #9095: test: Fix test_random includesJonas Schnelli2016-11-089-9/+9
|\ \ \ \ \
| * | | | | test: Fix test_random includesMarcoFalke2016-11-079-9/+9
| |/ / / /
* | | | | Merge #9026: Fix handling of invalid compact blocksPieter Wuille2016-11-072-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-032-2/+2
* | | | | Merge #8976: libconsensus: Add input validation of flagsWladimir J. van der Laan2016-11-071-5/+8
|\ \ \ \ \
| * | | | | libconsensus: Add input validation of flagsWladimir J. van der Laan2016-10-201-5/+8
| | |_|_|/ | |/| | |
* | | | | Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-071-39/+21
|\ \ \ \ \
| * | | | | Remove priority estimationAlex Morcos2016-11-071-39/+21
| | |_|_|/ | |/| | |
* | | | | Merge #8675: Make copyright header lines uniformWladimir J. van der Laan2016-11-073-3/+3
|\ \ \ \ \