aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan2016-10-182-13/+7
|\ \ \ \
| * | | | [c++11] Use std::unique_ptr for block creation.Daniel Kraft2016-06-182-13/+7
* | | | | Merge #8914: Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-1814-21/+41
|\ \ \ \ \
| * | | | | Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-1714-21/+41
* | | | | | test segwit uncompressed key fixesJohnson Lau2016-10-172-1/+460
* | | | | | Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-162-26/+11
| |_|_|/ / |/| | | |
* | | | | Merge #8817: update bitcoin-tx to output witness dataWladimir J. van der Laan2016-10-1311-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update bitcoin-tx to output witness data.jonnynewbs2016-10-0511-0/+11
| | |/ / | |/| |
* | | | Merge #8393: Support for compact blocks together with segwitPieter Wuille2016-10-101-3/+3
|\ \ \ \
| * | | | Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-3/+3
| |/ / /
* / / / add verbose mode to bitcoin-util-test.pyjnewbery2016-10-053-30/+65
|/ / /
* | | Merge #8830: [test] Add option to run bitcoin-util-test.py manuallyWladimir J. van der Laan2016-09-302-3/+27
|\ \ \
| * | | Add option to run bitcoin-util-test.py manuallyjnewbery2016-09-292-3/+27
* | | | bitcoin-util-test.py should fail if the output file is emptyjnewbery2016-09-292-0/+22
|/ / /
* | | Merge #8829: Add bitcoin-tx JSON testsMarcoFalke2016-09-2912-1/+997
|\ \ \
| * | | Add bitcoin-tx JSON testsjnewbery2016-09-2812-1/+997
* | | | Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-273-1/+34
* | | | Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHWladimir J. van der Laan2016-09-273-1/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-233-1/+86
| | |/ | |/|
* | | 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