aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
AgeCommit message (Expand)Author
2019-03-01[rpc] deriveaddresses: add range to CRPCConvertParamSjors Provoost
2019-02-16Implement joinpsbts RPC and testsAndrew Chow
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-08Merge #14667: Add deriveaddresses RPC util methodMeshCollider
2019-02-04remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders
2019-01-29[rpc] util: add deriveaddresses methodSjors Provoost
2018-11-23rpc: Add wait argument to stopJoão Barbosa
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-24Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke
2018-10-14Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-09-23[wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery
2018-09-17[rpc] Add getnodeaddresses RPC commandchris-belcher
2018-09-10Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-20walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-20Preserve a format of RPC command definitionsKostiantyn Stepaniuk
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-17Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-16Create utility RPCs for PSBTAndrew Chow
2018-07-15Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli
2018-07-12Add disable privatekeys option to createwalletJonas Schnelli
2018-06-11Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan
2018-05-23Merge #10757: RPC: Introduce getblockstats to plot thingsWladimir J. van der Laan
2018-05-22RPC: Introduce getblockstatsJorge Timón
2018-05-16[wallet] [rpc] Remove getlabeladdress RPCJohn Newbery
2018-05-12Add 'sethdseed' RPC to initialize or replace HD seedChris Moore
2018-04-10[wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan
2018-03-24rpc: Add testmempoolacceptMarcoFalke
2018-03-19Rename account to label where appropriateRussell Yanofsky
2018-03-07Add address filtering to listreceivedbyaddressJeremy Rubin
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-02-05[rpc] remove deprecated estimatefee RPCJohn Newbery
2018-01-11Use the character based overload for std::string::find.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-13Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli
2017-10-12[Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli
2017-09-28Support BIP173 in addwitnessaddressPieter Wuille
2017-09-08rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-09-08rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-09-06Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider
2017-07-21listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm
2017-07-20Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPCWladimir J. van der Laan
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow