aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
AgeCommit message (Expand)Author
2019-09-13[wallet] Rename 'decode' argument in gettransaction method to 'verbose'John Newbery
2019-08-30gettransaction: add an argument to decode the transactiondarosior
2019-07-04[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...John Newbery
2019-05-29wallet/rpc: add 'avoid_reuse' option to RPC commandsKarl-Johan Alm
2019-05-29wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGSKarl-Johan Alm
2019-03-14wallet/rpc: add maxfeerate parameter to testmempoolacceptKarl-Johan Alm
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02Merge #15492: [rpc] remove deprecated generate methodMarcoFalke
2019-03-01[rpc] deriveaddresses: add range to CRPCConvertParamSjors Provoost
2019-02-27[rpc] remove deprecated generate methodSjors 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