aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [copyright] copyright header style uniformisle29832016-11-063-3/+3
| |/ / / /
* | | | | Merge #8708: net: have CConnman handle message sendingWladimir J. van der Laan2016-11-072-5/+78
|\ \ \ \ \
| * | | | | net: handle version push in InitializeNodeCory Fields2016-11-031-4/+4
| * | | | | connman is in charge of pushing messagesCory Fields2016-11-031-0/+4
| * | | | | serialization: teach serializers variadicsCory Fields2016-11-031-1/+70
| | |_|/ / | |/| | |
* | | | | Merge #9070: Lockedpool fixesWladimir J. van der Laan2016-11-071-2/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-021-2/+2
| * | | | LockedPool: test handling of invalid allocationsKaz Wesley2016-11-021-0/+10
* | | | | Merge #9069: Clean up bctest.py and bitcoin-util-test.pyWladimir J. van der Laan2016-11-042-81/+101
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clean up bctest.py and bitcoin-util-test.pyJohn Newbery2016-11-032-81/+101
* | | | | Merge #9050: net: make a few values immutable, and use deterministic randomne...Wladimir J. van der Laan2016-11-032-6/+6
|\ \ \ \ \
| * | | | | net: Use deterministic randomness for CNode's nonce, and make it constCory Fields2016-10-312-6/+6
* | | | | | Merge #9053: IBD using chainwork instead of height and not using header times...Pieter Wuille2016-11-031-27/+0
|\ \ \ \ \ \
| * | | | | | Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell2016-11-021-27/+0
| |/ / / / /
* | | | | | Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md`MarcoFalke2016-11-021-13/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge `doc/unit-tests.md` into `src/test/README.md`Wladimir J. van der Laan2016-11-021-13/+34
| | |/ / / | |/| | |
* | | | | Merge #9066: tests: Remove variable unused after refactoringWladimir J. van der Laan2016-11-021-1/+0
|\ \ \ \ \
| * | | | | trivial: Remove variable unused after refactoringDaniel Kraft2016-11-021-1/+0
| |/ / / /
* / / / / Add logging to bitcoin-util-test.pyjnewbery2016-11-022-24/+54
|/ / / /
* | | | Merge #8753: Locked memory managerWladimir J. van der Laan2016-11-021-88/+192
|\ \ \ \
| * | | | support: Add LockedPoolWladimir J. van der Laan2016-10-271-88/+192
* | | | | test: Add format-dependent comparison to bctestWladimir J. van der Laan2016-10-281-3/+27
| |/ / / |/| | |
* | | | Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-212-2/+3
* | | | Make removed and conflicted arguments optional to removePieter Wuille2016-10-214-24/+19
| |/ / |/| |
* | | Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scriptsWladimir J. van der Laan2016-10-192-0/+49
|\ \ \
| * | | Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-162-0/+49
* | | | Merge #7948: RPC: augment getblockchaininfo bip9_softforks dataWladimir J. van der Laan2016-10-191-41/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-41/+63
* | | | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-2/+5
|/ / /
* | | Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-182-2/+2
|\ \ \
| * | | Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-042-2/+2
* | | | 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
| | |/ | |/|