aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix listreceivedbyaddress not taking address as a stringEric Scrivner2018-11-281-1/+0
* walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-211-3/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-0/+1
|\
| * Add disable privatekeys option to createwalletJonas Schnelli2018-07-121-0/+1
* | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-0/+16
|\ \
| * | Create wallet RPCs for PSBTAndrew Chow2018-07-161-0/+8
| * | Create utility RPCs for PSBTAndrew Chow2018-07-161-0/+8
| |/
* | Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan2018-07-171-0/+1
|\ \ | |/ |/|
| * Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli2018-07-151-0/+1
* | Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan2018-06-111-1/+0
|\ \ | |/ |/|
| * [wallet] [rpc] Remove getlabeladdress RPCJohn Newbery2018-05-161-1/+0
* | Merge #10757: RPC: Introduce getblockstats to plot thingsWladimir J. van der Laan2018-05-231-0/+2
|\ \ | |/ |/|
| * RPC: Introduce getblockstatsJorge Timón2018-05-221-0/+2
* | Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+1
|/
* [wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan2018-04-101-0/+1
* rpc: Add testmempoolacceptMarcoFalke2018-03-241-0/+2
* Rename account to label where appropriateRussell Yanofsky2018-03-191-0/+4
* Add address filtering to listreceivedbyaddressJeremy Rubin2018-03-071-0/+1
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-0/+3
* [rpc] remove deprecated estimatefee RPCJohn Newbery2018-02-051-1/+0
* Use the character based overload for std::string::find.Alin Rus2018-01-111-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-191-0/+2
|\
| * Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-0/+2
* | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* | Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli2017-10-131-0/+2
|\ \
| * | [Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli2017-10-121-0/+2
| |/
* | Support BIP173 in addwitnessaddressPieter Wuille2017-09-281-0/+1
* | rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan2017-09-081-1/+1
* | rpc: update cli for estimatefee argument renameWladimir J. van der Laan2017-09-081-1/+1
|/
* listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm2017-07-211-0/+1
* Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPCWladimir J. van der Laan2017-07-201-0/+1
|\
| * Move transaction combining from signrawtransaction to new RPCAndrew Chow2017-07-181-0/+1
* | Improve api to estimatesmartfeeAlex Morcos2017-07-171-1/+0
|/
* Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan2017-07-111-1/+0
|\
| * Change API to estimaterawfeeAlex Morcos2017-07-101-1/+0
* | Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan2017-07-111-0/+4
|\ \ | |/ |/|
| * Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-0/+4
* | Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cliWladimir J. van der Laan2017-07-101-0/+1
|\ \ | |/ |/|
| * [rpc] fix verbose argument for getblock in bitcoin-cliJohn Newbery2017-07-051-0/+1
* | Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo2017-07-051-1/+1
|/
* fixed listunspent rpc convert parametertnaka2017-06-191-0/+1
* Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...Wladimir J. van der Laan2017-06-121-1/+1
|\
| * Remove references to priority that snuck back in in 870824e9.Matt Corallo2017-06-061-1/+1
* | Remove unused Boost includespracticalswift2017-06-091-1/+0
* | Merge #9672: Opt-into-RBF for RPC & bitcoin-txWladimir J. van der Laan2017-06-071-0/+1
|\ \ | |/ |/|
| * RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr2017-06-051-0/+1
* | RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr2017-05-231-1/+2
|/