aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
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
2020-04-02Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr
2020-04-02scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr
2020-04-02Drop bitcoin-wallet dependency on libeventRussell Yanofsky
2020-04-02rpc: Make rpc documentation not depend on rpc argsMarcoFalke
2020-03-31rpc: Add documentation for deactivating settxfeeFabian Jahr
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky
2020-03-31refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky
2020-03-28rpc: remove unused getbalances() codeJon Atack
2020-03-27Merge getreceivedby tally into GetReceived functionAndrew Toth
2020-03-26Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan
2020-03-26rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack
2020-03-16Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile timeWladimir J. van der Laan
2020-03-14Replace remaining literals BTC with CURRENCY_UNITDaniel Kraft
2020-03-13rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke
2020-03-13rpc: Add missing newline in RPCResult descriptionMarcoFalke