aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
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 #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke
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: Change IsMine check in CWallet::DelAddressBook from assert to failureLuke Dashjr
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-04Merge #18499: rpc: Make rpc documentation not depend on call-time rpc argsMarcoFalke
2020-04-02Wallet: Add warning comments and assert to CWallet::DelAddressBookLuke Dashjr
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-02Wallet: New FindAddressBookEntry method to filter out change entries (and ski...Luke Dashjr
2020-04-02Wallet: Add CAddressBookData::IsChange which returns true iff label has never...Luke Dashjr
2020-04-02Wallet: Require usage of new CAddressBookData::setLabel to change labelLuke 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-31wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimesRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::CreateTransactionRussell Yanofsky
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 refactor: Avoid use of Chain::Lock in CWallet::RescanFromTimeRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in listsinceblockRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importwallet and dumpwalletRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalancesRussell Yanofsky
2020-03-31refactor: Add interfaces::FoundBlock class to selectively return block dataRussell Yanofsky
2020-03-31wallet: Handle duplicate fileid exceptionJoão Barbosa
2020-03-31Merge #18338: Fix wallet unload race conditionWladimir J. van der Laan
2020-03-28rpc: remove unused getbalances() codeJon Atack
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-26Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan
2020-03-26wallet: remove CreateTotalBumpTransaction()Jon Atack
2020-03-26rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack
2020-03-25Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-17Merge #18289: refactor: Make scheduler methods type safeMarcoFalke
2020-03-17protect g_chainman with cs_mainJames O'Beirne
2020-03-16Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile timeWladimir J. van der Laan
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-14Replace remaining literals BTC with CURRENCY_UNITDaniel Kraft