aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2020-10-14rpc, wallet: Expose database format in getwalletinfoJoão Barbosa
2020-10-14Use SQLite for descriptor walletsAndrew Chow
2020-09-30Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke
2020-09-28wallet: no need for duplicate storage for ABANDON_HASH constantAnthony Towns
2020-09-26[send] Make send RPCs return fee reasonSishir Giri
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-03refactor: Pass wallet database into CWallet::CreateRussell Yanofsky
2020-09-03wallet: Remove Verify and IsLoaded methodsRussell Yanofsky
2020-09-03refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky
2020-09-03Remove WalletLocation classRussell Yanofsky
2020-09-03Merge #19754: wallet, gui: Reload previously loaded wallets on startupJonas Schnelli
2020-09-01wallet: Reload previously loaded wallets on GUI startupAndrew Chow
2020-09-01Merge #19668: Do not hide compile-time thread safety warningsMarcoFalke
2020-09-01Merge #19671: wallet: Remove -zapwallettxesfanquake
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-29sync.h: Make runtime lock checks require compile-time lock checksAnthony Towns
2020-08-29Add missed thread safety annotationsHennadii Stepanov
2020-08-28wallet: Avoid recursive lock in IsTrustedJoão Barbosa
2020-08-28wallet, refactor: Immutable CWalletTx::pwalletJoão Barbosa
2020-08-27Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan
2020-08-21wallet: IsChange requires cs_wallet lockJoão Barbosa
2020-08-17util: remove unused c-string variant of atoi64()Sebastian Falbesoner
2020-08-17wallet: IsMine overloads require cs_wallet lockJoão Barbosa
2020-08-17wallet: GetWalletTx requires cs_wallet lockJoão Barbosa
2020-08-06wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm
2020-07-14walletdb: Move BerkeleyDatabase::Flush(true) to Close()Andrew Chow
2020-07-11Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-07-01Remove confusing OutputType::CHANGE_AUTOMarcoFalke
2020-06-27wallet: Do not include server symbolsMarcoFalke
2020-06-22Split SetWalletFlags into Add/LoadWalletFlagsAndrew Chow
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-06-13refactor: Drop ::HasWallets()João Barbosa
2020-06-02Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson
2020-05-25wallet: remove -salvagewalletAndrew Chow
2020-05-22trivial: Suggested cleanups to surrounding codeRussell Yanofsky
2020-05-21Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyManAndrew Chow
2020-05-19wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...Anthony Towns
2020-05-17[wallet] remove nLastResend logicgzhao408
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-13Merge #18814: rpc: Relock wallet only if most recent callbackfanquake
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-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Get rid of BindWalletRussell Yanofsky
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-05-01Avoid copying CWalletTx in LoadToWalletRussell Yanofsky