aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Do not shadow variablesPavel Janík2016-09-273-16/+16
* | | [test] Remove redundant print in addrman_testsMarcoFalke2016-09-221-3/+2
|/ /
* | Move static global randomizer seeds into CConnmanPieter Wuille2016-09-193-7/+7
* | net: Pass best block known height into CConnmanCory Fields2016-09-082-6/+7
* | net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-082-6/+6
* | net: move nLastNodeId to CConnmanCory Fields2016-09-082-6/+9
* | net: move ban and addrman functions into CConnmanCory Fields2016-09-081-14/+14
* | net: handle nodesignals in CConnmanCory Fields2016-09-081-0/+4
* | net: Pass CConnman around as neededCory Fields2016-09-083-9/+9
* | net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-082-0/+8
* | Merge #8671: Minimal fix to slow prevector tests as stopgap measureMarcoFalke2016-09-081-19/+43
|\ \
| * | Minimal fix to slow prevector tests as stopgap measureJeremy Rubin2016-09-061-19/+43
* | | Fix obvious assignment/equality error in testJeremy Rubin2016-09-061-1/+1
|/ /
* | Merge #8449: [Trivial] Do not shadow local variable, cleanupWladimir J. van der Laan2016-09-021-1/+0
|\ \
| * | Remove redundand (and shadowing) declarationPavel Janík2016-08-051-1/+0
* | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-3/+3
|\ \ \
| * | | C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-3/+3
* | | | Merge #8524: Precompute sighashesPieter Wuille2016-09-012-4/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Rename to PrecomputedTransactionDataPieter Wuille2016-08-262-8/+8
| * | | Unit test for sighash cachingNicolas DORIER2016-08-161-0/+81
| * | | Precompute sighashesPieter Wuille2016-08-162-4/+8
* | | | Merge #8578: [test] Remove unused codeMarcoFalke2016-08-254-23/+2
|\ \ \ \
| * | | | [test] Remove unused codeMarcoFalke2016-08-244-23/+2
| |/ / /
* / / / Added feeler connections increasing good addrs in the tried table.Ethan Heilman2016-08-231-0/+22
|/ / /
* | | Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)MarcoFalke2016-08-152-2/+2
|\ \ \
| * | | Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-262-2/+2
* | | | Merge #8128: Net: Turn net structures into dumb storage classesWladimir J. van der Laan2016-08-153-194/+262
|\ \ \ \
| * | | | net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-4/+2
| * | | | net: narrow include scope after moving to netaddressCory Fields2016-07-312-0/+2
| * | | | net: Add direct tests for new CSubNet constructorsCory Fields2016-07-311-1/+15
| * | | | net: Split resolving out of CSubNetCory Fields2016-07-311-71/+78
| * | | | net: Split resolving out of CServiceCory Fields2016-07-312-51/+68
| * | | | net: Split resolving out of CNetAddrCory Fields2016-07-313-95/+125
* | | | | Merge #8392: Fix several node initialization issuesWladimir J. van der Laan2016-08-041-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use a signal to continue init after genesis activationPieter Wuille2016-07-301-0/+5
| |/ / /
* | | | Merge #8428: Update README.md inside of src/test/Wladimir J. van der Laan2016-08-031-12/+9
|\ \ \ \
| * | | | Update README.mdChris Stewart2016-07-311-12/+9
| |/ / /
* | | | Merge #8418: Add tests for compact blocksWladimir J. van der Laan2016-08-021-0/+4
|\ \ \ \
| * | | | Implement SipHash in PythonPieter Wuille2016-07-291-0/+4
| |/ / /
* / / / Enable size accounting in mining unit testsSuhas Daftuar2016-07-281-3/+1
|/ / /
* | | Merge #8311: Rename CTxinWitness -> CTxInWitnessWladimir J. van der Laan2016-07-141-7/+7
|\ \ \
| * | | Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-061-7/+7
* | | | Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYWladimir J. van der Laan2016-07-083-54/+54
|\ \ \ \ | |/ / / |/| | |
| * | | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-283-54/+54
| |/ /
* | | Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan2016-07-061-79/+0
|\ \ \ | |/ / |/| |
| * | Remove bad chain alert partition checkBtcDrak2016-06-141-79/+0
* | | [qa] Add GetTransactionSigOpCost unit testsJonas Nick2016-06-221-0/+177
* | | [qa] script_tests: witness tests can specify tx amountSuhas Daftuar2016-06-222-51/+140
* | | [qa] p2p segwit testsSuhas Daftuar2016-06-222-3/+128
* | | [qa] Autogeneration support for witness in script_testsPieter Wuille2016-06-222-10/+227