aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-26Fix misleading "Method not found" multiwallet errorsRussell Yanofsky
2017-07-21listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm
2017-07-20Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan
2017-07-20Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPCWladimir J. van der Laan
2017-07-19Merge #10857: [RPC] Add a deprecation warning to getinfo's outputWladimir J. van der Laan
2017-07-18getinfo deprecation warningAndrew Chow
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
2017-07-17Convert named argument from nblocks to conf_targetAlex Morcos
2017-07-17Improve api to estimatesmartfeeAlex Morcos
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-15Merge #10760: Avoid dereference-of-casted-pointerPieter Wuille
2017-07-14Properly bound check conf_target in wallet RPC callsAlex Morcos
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-11Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Merge #10676: document script-based return fields for validateaddressWladimir J. van der Laan
2017-07-10Improve error reporting for estimaterawfeeAlex Morcos
2017-07-10Change API to estimaterawfeeAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-10Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cliWladimir J. van der Laan
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-07-06Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan
2017-07-06Merge #10710: REST/RPC example updateWladimir J. van der Laan
2017-07-05Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo
2017-07-05[rpc] fix verbose argument for getblock in bitcoin-cliJohn Newbery
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-07-03Merge #10683: rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-06-30document script-based return fields for validateaddressGregory Sanders
2017-06-30REST/RPC example updateMichael Rotarius
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-06-27Clarify CCoinsViewMemPool documentation.Matt Corallo
2017-06-25[RPC] Add an uptime command that displays the amount of time that bitcoind ha...Ricardo Velhote
2017-06-24Merge #10627: fixed listunspent rpc convert parameterWladimir J. van der Laan
2017-06-24Merge #10191: [trivial] Rename unused RPC arguments 'dummy'Wladimir J. van der Laan
2017-06-24Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-19fixed listunspent rpc convert parametertnaka
2017-06-15Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan
2017-06-14net: add an internal subnet for representing unresolved hostnamesCory Fields
2017-06-14[RPCs] Remove submitblock parameters argument help textJohn Newbery
2017-06-14Merge #9738: gettxoutproof() should return consistent resultWladimir J. van der Laan
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-06-13Merge #10553: Simplify "bool x = y ? true : false". Remove unused function an...Wladimir J. van der Laan
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift