aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* [rpc] deriveaddresses: add range to CRPCConvertParamSjors Provoost2019-03-011-2/+1
* Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+1
* Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider2019-02-111-0/+1
|\
| * [wallet] Support creating a blank walletAndrew Chow2019-02-101-0/+1
* | Merge #14667: Add deriveaddresses RPC util methodMeshCollider2019-02-081-0/+2
|\ \
| * | [rpc] util: add deriveaddresses methodSjors Provoost2019-01-291-0/+2
| |/
* / remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders2019-02-041-2/+0
|/
* rpc: Add wait argument to stopJoão Barbosa2018-11-231-0/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke2018-10-241-1/+0
|\
| * [wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery2018-09-231-1/+0
* | Fix listreceivedbyaddress not taking address as a stringEric Scrivner2018-10-141-1/+0
|/
* [rpc] Add getnodeaddresses RPC commandchris-belcher2018-09-171-0/+1
* Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan2018-09-101-0/+2
|\
| * Preserve a format of RPC command definitionsKostiantyn Stepaniuk2018-08-201-0/+2
* | [wallet] Remove wallet account RPCsJohn Newbery2018-08-271-10/+0
* | walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-201-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