13474 Commits (19e36bbef60bfed36954fa515e57dfb074d7a3da)
 

Author SHA1 Message Date
Jonas Schnelli bcafca1077
Make sure we always generate one keypool key at minimum 7 years ago
Jonas Schnelli d0a627a53a
Fix issue where CDataStream->nVersion was taken a CKeyPool record version 7 years ago
Jonas Schnelli 9af8f00a75
Make sure we hand out keypool keys if HD_SPLIT is not enabled 7 years ago
Jonas Schnelli 469a47b760
Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is supported 7 years ago
Jonas Schnelli 05a9b493eb
Fix wrong keypool internal size in RPC getwalletinfo help 7 years ago
Jonas Schnelli 01de822c8d
Removed redundant IsLocked() check in NewKeyPool() 7 years ago
Jonas Schnelli d59531ddfc
Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not supported 7 years ago
Jonas Schnelli 02592f4c5e
[Wallet] split the keypool in an internal and external part 7 years ago
John Newbery 0c1ade6a4b Skip rpcbind_test if OS/network requirements are not met. 7 years ago
Thomas Snider c59aedc1b0 [trivial] Dead code removal 7 years ago
flack cc995e26c2 add missing spaces so that markdown recognizes headline 7 years ago
MarcoFalke a230b05887
Merge #9701: Make bumpfee tests less fragile 7 years ago
MarcoFalke dfef6b6af0
Merge #10047: [tests] Remove unused variables and imports 7 years ago
Jonas Schnelli 3568b30ca3
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console 7 years ago
Jonas Schnelli 7b585cf70e
Merge #9558: Clarify assumptions made about when BlockCheck is called 7 years ago
Jonas Schnelli 86f7d5b69b
Merge #10029: Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
Karl-Johan Alm 5ba61f0034
[zmq] Call va_end() on va_start()ed args. 7 years ago
practicalswift 389745901a [tests] Remove unused variables 7 years ago
practicalswift 72163d4585 [tests] Remove unused and duplicate imports 7 years ago
John Newbery 88e3aa0bcb Run extended tests once daily 7 years ago
John Newbery 232b6665bc Allow test cases to be skipped 7 years ago
Wladimir J. van der Laan 02d64bd929
Merge #10017: combine_logs.py - aggregates log files from multiple bitcoinds during functional tests. 7 years ago
Jonas Schnelli 90586b6897
Merge #10045: [trivial] Fix typos in comments 7 years ago
John Newbery 8317a45161 Python functional tests should log in UTC 7 years ago
John Newbery 61d75f587d Introduce combine_logs.py to combine log files from multiple bitcoinds. 7 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 7 years ago
Wladimir J. van der Laan 919aaf6508
Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0 7 years ago
Russell Yanofsky f85ac54e24 [qa] Expand bumpfee test docstring 7 years ago
Russell Yanofsky 0b94e49831 [qa] Rename python input variable to tx_input 7 years ago
Russell Yanofsky 1dfd64fadc [qa] Make bumpfee.py test function order consistent 7 years ago
Russell Yanofsky e6b2963241 [qa] Get rid of nondeterminism in bumpfee.py 7 years ago
Russell Yanofsky 94b528bb0c [qa] Remove bumpfee.py get_change_address hack 7 years ago
MarcoFalke 3192e5278a
Merge #9956: Reorganise qa directory 7 years ago
Wladimir J. van der Laan 0c17afcbe7
Merge #9734: Add updating of chainTxData to release process 7 years ago
Russell Yanofsky b5bec4e330 Avoid QTimer::singleShot compile error with Qt 5.3.2 7 years ago
Russell Yanofsky d5046e72f4 Avoid scoped_connection compile error with boost 1.55.0 7 years ago
John Newbery 63d66ba20a Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py 7 years ago
John Newbery 5b0bff4581 Rename --enable-extended-rpc-tests to --enable-extended-functional-tests 7 years ago
John Newbery a9bd622a65 Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py 7 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 7 years ago
John Newbery 00902c48cd Rename qa directory to test 7 years ago
Wladimir J. van der Laan d34995a7ba
Merge #10038: Add mallocinfo mode to `getmemoryinfo` RPC 7 years ago
MarcoFalke 7c7ddd9ead
Merge #10037: Trivial: Fix typo in help getrawtransaction RPC 7 years ago
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to `getmemoryinfo` RPC 7 years ago
James Evans 05a9f22358 Trivial: Fix typo in help getrawtransaction RPC 7 years ago
Wladimir J. van der Laan 5c1a958124
Merge #10027: Set to nullptr after delete 7 years ago
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
Jameson Lopp b99fbadfad Fix init README format to render correctly on github 7 years ago
MarcoFalke 10b930dde8
Merge #10033: Trivial: Fix typo in key.h comment 7 years ago
MarcoFalke 9225de2cf6
Merge #10024: [trivial] Use log.info() instead of print() in remaining functional test cases. 7 years ago