aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
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-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-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
2020-04-23Add WALLET_FLAG_DESCRIPTORSAndrew Chow
2020-04-20Merge #17579: [refactor] Merge getreceivedby tally into GetReceived functionMarcoFalke
2020-04-19wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa
2020-04-19Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke
2020-04-17Merge #18607: rpc: Fix named arguments in documentationMarcoFalke
2020-04-17Merge #18467: rpc: Improve documentation and return value of settxfeeMarcoFalke
2020-04-16rpc: Document all aliases for first arg of listtransactionsMarcoFalke
2020-04-14rpc: settxfee respects -maxtxfee wallet settingFabian Jahr
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
2020-04-13Remove -upgradewallet startup optionAndrew Chow
2020-04-13Add upgradewallet RPCAndrew Chow
2020-04-13Merge #18502: doc: Update docs for getbalance (default minconf should be 0)MarcoFalke
2020-04-13doc: default minconf for getbalance should be 0U-Zyn Chua
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-07Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...MarcoFalke
2020-04-06Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr
2020-04-07Merge #18192: Bugfix: Wallet: Safely deal with change in the address bookMarcoFalke
2020-04-06Merge #18487: rpc: Fix rpcRunLater race in walletpassphraseWladimir J. van der Laan
2020-04-06rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke
2020-04-02Wallet: Avoid unnecessary/redundant m_address_book lookupsLuke Dashjr
2020-04-02rpc: Fix rpcRunLater race in walletpassphraseJoão Barbosa