aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2020-06-25moveonly: Fix indentation in bumpfee RPCAndrew Chow
2020-06-25Hide bumpfee's psbt creation behavior behind -deprecatedrpcAndrew Chow
2020-06-25Add psbtbumpfee RPCAndrew Chow
2020-06-25Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate optionWladimir J. van der Laan
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-24rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm
2020-06-24fees: add FeeModes doc helper functionKarl-Johan Alm
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-21Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-06-21Merge #17938: Disallow automatic conversion between disparate hash typesSamuel Dobson
2020-06-20Merge #19018: docs: fixing description of the field sequence in walletcreatef...MarcoFalke
2020-06-20rpc/wallet: add conf_target as alias to confTarget in bumpfeeKarl-Johan Alm
2020-06-19Use explicit conversion from WitnessV0KeyHash -> CKeyIDBen Woosley
2020-06-19Use explicit conversion from PKHash -> CKeyIDBen Woosley
2020-06-19[rpc] refactor: consolidate sendmany and sendtoaddress codeSjors Provoost
2020-06-13refactor: Drop ::HasWallets()João Barbosa
2020-06-11refactor: Remove unused request.fHelpMarcoFalke
2020-06-11wallet: Make RPC help compile-time staticMarcoFalke
2020-06-08rpc: getaddressinfo RPCResult fixupJon Atack
2020-06-08rpc: remove deprecated getaddressinfo `labels: purpose`Jon Atack
2020-06-08rpc: remove deprecated getaddressinfo `label` fieldJon Atack
2020-06-05rpc: Validate provided keys for query_options parameter in listunspentpasta
2020-06-05refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...Russell Yanofsky
2020-05-28Remove g_rpc_chain globalRussell Yanofsky
2020-05-28refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky
2020-05-22Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson
2020-05-22Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson
2020-05-19Change docs for walletcreatefundedpsbt RPC methodIvan Vershigora
2020-05-15Remove IBD check in sethdseedAndrew Chow
2020-05-14Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...Wladimir J. van der Laan
2020-05-13Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli
2020-05-13Merge #18814: rpc: Relock wallet only if most recent callbackfanquake
2020-05-11rpcwallet: Replace pwallet-> with wallet.MarcoFalke
2020-05-11rpcwallet: Replace boost::optional<T>::emplace with simple assignment of T{}MarcoFalke
2020-05-10util: Drop OpOriginal() and OpTranslated()Hennadii Stepanov
2020-05-07rpc: Relock wallet only if most recent callbackJoão Barbosa
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
2020-05-05rpc: createwallet warning that descriptor wallets are experimentalAndrew Chow
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-23add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen
2020-04-23Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow
2020-04-23Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow
2020-04-23Change GetMetadata to use unique_ptr<CKeyMetadata>Andrew Chow
2020-04-23Implement GetKeypoolOldestTime and only display it if greater than 0Andrew Chow