aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2017-11-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-11-02Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-11-02Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo
2017-10-18Merge #11447: 0.15.1: BackportsWladimir J. van der Laan
2017-10-03rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-10-03rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-10-03RPC: gettxout: Slightly improve doc and testsJorge Timón
2017-10-03rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-21Pass serialization flags and whether to include hex to TxToUnivAndrew Chow
2017-08-21Only return hex field once in getrawtransactionAndrew Chow
2017-08-21Fix combinerawtransaction RPC help result sectionJonas Nick
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-11[RPC] trivial: gettxout no longer shows version of txFelix Weis
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
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