13496 Commits (168a7034f5eefcf657f6332f0b7966e439ca4df5)
 

Author SHA1 Message Date
Wladimir J. van der Laan 530fcbd49b
Merge #10063: add missing spaces so that markdown recognizes headline 7 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 7 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 7 years ago
John Newbery 717ad131f6 Actually run assumevalid.py. 7 years ago
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 7 years ago
MarcoFalke a0b1e57b20
Merge #10052: [test] Run extended tests once daily in Travis 7 years ago
MarcoFalke ca209230c8
Merge #10053: [test] Allow functional test cases to be skipped 7 years ago
Nicolas Dorier 803e6a3503 [QA] Fix typo in fundrawtransaction test 7 years ago
Jonas Schnelli 1df08d1580
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT) 7 years ago
Jonas Schnelli cd468d07d5
Define CWallet::DeriveNewChildKey() as private 7 years ago
Jonas Schnelli ed79e4f497
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys 7 years ago
Jonas Schnelli 771a304ffe
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very first point 7 years ago
Jonas Schnelli 1b3b5c6f8f
Slightly modify fundrawtransaction.py test (change getnewaddress() into getrawchangeaddress()) 7 years ago
Jonas Schnelli 003e197498
Remove FEATURE_HD_SPLIT bump TODO 7 years ago
Jonas Schnelli d9638e5aa4
Overhaul the internal/external key derive switch 7 years ago
Jonas Schnelli 1090502c3e
Fix superfluous cast and code style nits in RPC wallet-hd.py test 7 years ago
Jonas Schnelli 58e148333e
CKeyPool avoid "catch (...)" in SerializationOp 7 years ago
Jonas Schnelli e138876f0a
Only show keypoolsize_hd_internal if HD split is enabled 7 years ago
Jonas Schnelli add38d9b83
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-internal-key, oldest-external-key) 7 years ago
Jonas Schnelli dd526c2a2d
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split wallets 7 years ago
Jonas Schnelli 79df9df348
Switch to 100% for the HD internal keypool size 7 years ago
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