aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-27refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27[qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-27Merge #10057: [init] Deduplicated sigaction() boilerplateWladimir J. van der Laan
2017-03-27Merge #10056: [zmq] Call va_end() on va_start()ed args.Wladimir J. van der Laan
2017-03-27Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli
2017-03-27Do not break backward compatibility during wallet encryptionJonas Schnelli
2017-03-27Merge #10073: Actually run assumevalid.pyWladimir J. van der Laan
2017-03-27Merge #10085: Docs: remove 'noconnect' optionWladimir J. van der Laan
2017-03-27Merge #10083: [QA] Renaming rawTx into rawtxWladimir J. van der Laan
2017-03-26Move several relay options into the Relay help groupJameson Lopp
2017-03-26move rpcserialversion into RPC option groupJameson Lopp
2017-03-26remove 'noconnect' option from documentationJameson Lopp
2017-03-26rpc: Rename first named arg of createrawtransactionMarcoFalke
2017-03-26[QA] Renaming rawTx into rawtxNicolasDorier
2017-03-25Merge #10069: [QA] Fix typo in fundrawtransaction testMarcoFalke
2017-03-25[qa] Add setnetworkactive smoke testMarcoFalke
2017-03-25Merge #9946: Fix build errors if spaces in path or parent directoryWladimir J. van der Laan
2017-03-25Merge #10067: [trivial] Dead code removalWladimir J. van der Laan
2017-03-25Merge #10063: add missing spaces so that markdown recognizes headlineWladimir J. van der Laan
2017-03-24Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-24fix build if spaces in src dir pathMatthew Zipkin
2017-03-24Actually run assumevalid.py.John Newbery
2017-03-24Deduplicated sigaction() boilerplateThomas Snider
2017-03-24Merge #10052: [test] Run extended tests once daily in TravisMarcoFalke
2017-03-24Merge #10053: [test] Allow functional test cases to be skippedMarcoFalke
2017-03-24[QA] Fix typo in fundrawtransaction testNicolas Dorier
2017-03-24Add assertion for CanSupportFeature(FEATURE_HD_SPLIT)Jonas Schnelli
2017-03-24Define CWallet::DeriveNewChildKey() as privateJonas Schnelli
2017-03-24Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keysJonas Schnelli
2017-03-24Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs...Jonas Schnelli
2017-03-24Slightly modify fundrawtransaction.py test (change getnewaddress() into getra...Jonas Schnelli
2017-03-24Remove FEATURE_HD_SPLIT bump TODOJonas Schnelli
2017-03-24Overhaul the internal/external key derive switchJonas Schnelli
2017-03-24Fix superfluous cast and code style nits in RPC wallet-hd.py testJonas Schnelli
2017-03-24CKeyPool avoid "catch (...)" in SerializationOpJonas Schnelli
2017-03-24Only show keypoolsize_hd_internal if HD split is enabledJonas Schnelli
2017-03-24GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...Jonas Schnelli
2017-03-24Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...Jonas Schnelli
2017-03-24Switch to 100% for the HD internal keypool sizeJonas Schnelli
2017-03-24Make sure we always generate one keypool key at minimumJonas Schnelli
2017-03-24Fix issue where CDataStream->nVersion was taken a CKeyPool record versionJonas Schnelli
2017-03-24Make sure we hand out keypool keys if HD_SPLIT is not enabledJonas Schnelli
2017-03-24Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is s...Jonas Schnelli
2017-03-24Fix wrong keypool internal size in RPC getwalletinfo helpJonas Schnelli
2017-03-24Removed redundant IsLocked() check in NewKeyPool()Jonas Schnelli
2017-03-24Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not sup...Jonas Schnelli
2017-03-24[Wallet] split the keypool in an internal and external partJonas Schnelli
2017-03-24Skip rpcbind_test if OS/network requirements are not met.John Newbery
2017-03-23[trivial] Dead code removalThomas Snider