aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
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-02rpc: Make rpc documentation not depend on rpc argsMarcoFalke
2020-03-28rpc: remove unused getbalances() codeJon Atack
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
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-11Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke
2020-03-10Merge #18115: wallet: Pass in transactions and messages for signing instead o...Samuel Dobson
2020-03-09Replace GetSigningProvider with GetSolvingProviderAndrew Chow
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2020-03-09Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage valu...fanquake
2020-03-09rpc/wallet: initialize nFeeRequired to avoid using garbage value on failureKarl-Johan Alm
2020-03-08Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...Andrew Chow
2020-03-07Merge #18241: wallet/refactor: refer to CWallet immutably when possiblefanquake
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-03-02wallet: use constant CWallets in rpcwallet.cppKarl-Johan Alm
2020-03-01Change example addresses to bech32Yusuf Sahin HAMZA
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-25Merge #17264: rpc: set default bip32derivs to true for psbt methodsSamuel Dobson
2020-02-25Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson
2020-02-21scripted-diff: Wallet: Rename incorrectly named *UsedDestinationLuke Dashjr
2020-02-20Merge #18122: rpc: update validateaddress RPCExamples to bech32fanquake
2020-02-16Merge #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type ...MarcoFalke
2020-02-14Deduplicate the message signing codeVasil Dimov
2020-02-14Deduplicate the message verifying codeVasil Dimov
2020-02-13Merge #17746: refactor: rpc: Remove vector copy from listtransactionsWladimir J. van der Laan
2020-02-13refactor: rpc: Remove vector copy from listtransactionsJoão Barbosa
2020-02-13rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-02-09Merge #18032: rpc: Output a descriptor in createmultisig and addmultisigaddressMarcoFalke
2020-02-05Merge #17804: doc: Misc RPC help fixesWladimir J. van der Laan
2020-02-02Merge #17585: rpc: deprecate getaddressinfo labelSamuel Dobson
2020-01-30Output a descriptor in createmultisig and addmultisigaddressAndrew Chow
2020-01-23Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-23doc: Remove duplicate "comment" from listsinceblock RPC helpMarcoFalke