9158 Commits (c37e32af0d2f8723f89c5304d41a4a41d4d34ea3)

Author SHA1 Message Date
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 7 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 7 years ago
Jameson Lopp d5690f1ab8 remove 'noconnect' option from documentation 7 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 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
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 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 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
Thomas Snider c59aedc1b0 [trivial] Dead code removal 7 years ago
Karl-Johan Alm 5ba61f0034
[zmq] Call va_end() on va_start()ed args. 7 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 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
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
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
Michael Goldstein f490dae56b Trivial: Fix typo in key.h comment 7 years ago
practicalswift d93b97fbcf Set to nullptr after delete 7 years ago
Pavel Janík d7f80b6dcb Rename first iterator to prevent shadowing. 7 years ago
Pavel Janík b42ff60c7e Fix shadowing of local variables. 7 years ago
Pavel Janík c4b60b3d9c Make some global variables less-global (static) 7 years ago
Pavel Janík bb2aaeeeea Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 7 years ago
practicalswift 8dc957ae06 Remove unused code 7 years ago
Pavol Rusnak 9350e13396
util: rename variable to avoid shadowing 7 years ago
practicalswift a3ca43bb32 [trivial] Fix a typo (introduced two days ago) in the default fee warning 7 years ago
NicolasDorier cfce581d11 [LevelDB] Plug leveldb logs to bitcoin logs 7 years ago
Russell Yanofsky 9e6817ed11 Add new test_bitcoin-qt static library dependencies 7 years ago
Russell Yanofsky 2754ef1c4a Add simple qt wallet test sending a transaction 7 years ago
Russell Yanofsky b61b34c89d Add braces to if statements in Qt test_main 7 years ago
Patrick Strateman fb6f90a4ce Initialize nRelockTime 7 years ago