aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | [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