aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-09-20wallet: migration, write best locator before unloading walletfurszy
2024-09-20wallet: Write best block to disk before backupFabian Jahr
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-28Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...glozow
2024-08-27Merge bitcoin/bitcoin#30697: Bugfix: Ensure Atomicity in Wallet Settings Upda...Ava Chow
2024-08-26wallet: bugfix: ensure atomicity in settings updatesismaelsadeeq
2024-08-21Fix maybe-uninitialized warning in IsSpentKeyAva Chow
2024-08-16Merge bitcoin/bitcoin#30621: wallet: fix blank legacy detectionglozow
2024-08-15Rename ReleaseWallet to FlushAndDeleteWalletfurszy
2024-08-14wallet: WaitForDeleteWallet, do not expect thread safetyRyan Ofsky
2024-08-14wallet: rename UnloadWallet to WaitForDeleteWalletfurszy
2024-08-14wallet: unload, notify GUI as soon as possiblefurszy
2024-08-12wallet: fix, detect blank legacy wallets in IsLegacyfurszy
2024-08-08wallet: Move internal to be per key when importingAva Chow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva Chow
2024-07-19log: Remove NOLINT(bitcoin-unterminated-logprintf)MarcoFalke
2024-07-16Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...Ava Chow
2024-07-11Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wal...glozow
2024-07-02wallet: fix FillPSBT errantly showing as completewillcl-ark
2024-07-01wallet: Use LegacyDataSPKM when loadingAva Chow
2024-06-26Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_ROAva Chow
2024-06-20refactor: remove extraneous lock annotations from function definitionsCory Fields
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-05-21Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parsermerge-script
2024-05-16wallet, test: Be able to always swap BDB endiannessAva Chow
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: add TransactionError includes and namespace declarationsRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16common: Add PSBTError enumRyan Ofsky
2024-05-16util: move util/message to common/signmessageRyan Ofsky
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-16wallet: return and display signer errorSjors Provoost
2024-04-16wallet: compare address returned by displayaddressSjors Provoost
2024-03-29Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...Ryan Ofsky
2024-03-27Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...Ryan Ofsky
2024-03-20wallet: Be able to retrieve single key from descriptorsAva Chow
2024-03-20wallet: Add GetActiveHDPubKeys to retrieve xpubs from active descriptorsAva Chow
2024-03-20wallet: Refactor function for single DescSPKM setupAndrew Chow
2024-03-20wallet: track mempool conflictsishaanam
2024-03-18wallet: Add IsActiveScriptPubKeyManAva Chow
2024-03-15wallet refactor: use CWalletTx member functions to determine tx stateishaanam
2024-03-14scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflictedishaanam
2024-03-08wallet: default wallet migration, modify inconvenient backup filenamefurszy
2024-02-28wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...UdjinM6
2024-02-20Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...fanquake
2024-02-16wallet: Retrieve ID from loaded DescSPKM directlyAva Chow
2024-02-16wallet: Use scriptPubKeyCache in GetSolvingProviderAva Chow
2024-02-16wallet: Use scriptPubKey cache in GetScriptPubKeyMansAva Chow
2024-02-16wallet: Use scriptPubKey cache in IsMineAva Chow