aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-19Fix misspellings and remove safety verbiageSteven D. Lander
2017-07-19Merge #10681: add gdb attach process to test READMEMarcoFalke
2017-07-19Rename -usewallet to -rpcwalletAlex Morcos
2017-07-19Merge #10857: [RPC] Add a deprecation warning to getinfo's outputWladimir J. van der Laan
2017-07-19Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan
2017-07-19Merge #10864: Avoid redundant redeclaration of GetWarnings(const string&)Jonas Schnelli
2017-07-18getinfo deprecation warningAndrew Chow
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow
2017-07-18Merge #10784: Do not allow users to get keys from keypool without reserving themWladimir J. van der Laan
2017-07-18Do not allow users to get keys from keypool without reserving themMatt Corallo
2017-07-18Merge #10849: Multiwallet: simplest endpoint supportWladimir J. van der Laan
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
2017-07-18Fix typo: "conditon" → "condition"practicalswift
2017-07-18Remove unused variable int64_t nEndpracticalswift
2017-07-18Merge #10795: No longer ever reuse keypool indexesWladimir J. van der Laan
2017-07-18Merge #10855: random: only use getentropy on openbsdWladimir J. van der Laan
2017-07-17Merge #10707: Better API for estimatesmartfee RPCPieter Wuille
2017-07-17Merge #9980: Fix mem access violation merkleblockPieter Wuille
2017-07-17Prevent user from specifying conflicting parameters to fundrawtxMatt Corallo
2017-07-17Add a discard_rateAlex Morcos
2017-07-17random: only use getentropy on openbsdCory Fields
2017-07-17Avoid using sizes on non-fixed-width types to derive protocol constants.Gregory Maxwell
2017-07-17No longer ever reuse keypool indexesMatt Corallo
2017-07-17[QA] add basic multiwallet testJonas Schnelli
2017-07-17[tests] [wallet] Add wallet endpoint support to authproxyJohn Newbery
2017-07-17Select wallet based on the given endpointJonas Schnelli
2017-07-17Fix test_bitcoin circular dependency issueJonas Schnelli
2017-07-17Add wallet endpoint support to bitcoin-cli (-usewallet)Jonas Schnelli
2017-07-17Merge #10831: Batch flushing operations to the walletdb during top up and inc...Wladimir J. van der Laan
2017-07-17Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...Wladimir J. van der Laan
2017-07-17Convert named argument from nblocks to conf_targetAlex Morcos
2017-07-17Improve api to estimatesmartfeeAlex Morcos
2017-07-17Print one log message per keypool top-up, not one per key.Gregory Maxwell
2017-07-17Increase wallet default keypool size to 1000.Gregory Maxwell
2017-07-17Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.Gregory Maxwell
2017-07-17Merge #10834: Remove declaration of unused method: void UpdatedTransaction(co...MarcoFalke
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-17importmulti options are optionalGregory Sanders
2017-07-17fixup some rpc param counting for rpc helpGregory Sanders
2017-07-17Merge #10837: Fix resource leak on error in GetDevURandomWladimir J. van der Laan
2017-07-17Remove factor of 3 from definition of dust.Alex Morcos
2017-07-17Register wallet endpointJonas Schnelli
2017-07-17Merge #10803: Explicitly search for bdb5.3.Wladimir J. van der Laan
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-17Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempoolMarcoFalke
2017-07-16Merge #10842: Fix incorrect Doxygen tag (@ince → @since). Doxygen parameter...MarcoFalke
2017-07-16Merge #10739: test: Move variable `state` down where it is usedMarcoFalke
2017-07-16Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift
2017-07-16Merge #10735: Avoid static analyzer warnings regarding uninitialized argumentsPieter Wuille