aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2023-02-27wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-27wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-20Zero out wallet master key upon lockJohn Moffett
2023-02-20For feebump, ignore abandoned descendant spendsJohn Moffett
2023-02-20wallet: Skip rescanning if wallet is more recent than tipAndrew Chow
2023-02-20wallet: fully migrate address book entries for watchonly/solvable walletsSebastian Falbesoner
2022-12-01wallet: Avoid null pointer deref when cleaning up migratewalletAndrew Chow
2022-10-13wallet: only update m_next_resend when actually resendingstickies-v
2022-10-13refactor: carve out tx resend timer logic into ShouldResendstickies-v
2022-10-13refactor: remove unused locks for ResubmitWalletTransactionsstickies-v
2022-09-25Merge bitcoin/bitcoin#26178: [24.x] Bugfix: Wallet: Lock cs_wallet for SignMe...MacroFake
2022-09-20Fix nNextResend data race in ResubmitWalletTransactionsMacroFake
2022-09-20Bugfix: Wallet: Lock cs_wallet for SignMessageLuke Dashjr
2022-09-19Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...fanquake
2022-09-16Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception...Luke Dashjr
2022-09-16Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench loggingfanquake
2022-09-15test: Add missing syncwithvalidationinterfacequeueMacroFake
2022-09-14test/doc: Remove unused syncwithvalidationinterfacequeueMacroFake
2022-09-09wallet: bugfix, load wallet with an unknown descriptor cause fatal errorfurszy
2022-09-05Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...glozow
2022-09-01Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...Andrew Chow
2022-08-29Implement MigrateLegacyToDescriptorAndrew Chow
2022-08-29Implement MigrateToSQLiteAndrew Chow
2022-08-29wallet: Deduplicate Resend and ReacceptWalletTransactionsAndrew Chow
2022-08-26wallet: Refactor SetupDescSPKMs to take CExtKeyAndrew Chow
2022-08-25Apply label to all scriptPubKeys of imported combo()Andrew Chow
2022-08-25Wallet::SetMinVersion - Log the new minversionAli Sherief
2022-08-19Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...Andrew Chow
2022-08-19Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES arrayAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-19Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...fanquake
2022-08-18wallet: remove UNKNOWN type from OUTPUT_TYPES arrayfurszy
2022-08-17Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequestfanquake
2022-08-16wallet: Add CWallet::IsMine(COutPoint)Andrew Chow
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-10Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...MacroFake
2022-08-10refactor: add UNKNOWN OutputTypejosibake
2022-08-08Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}ScriptPu...Andrew Chow
2022-08-05wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` logw0xlt
2022-08-05Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...Andrew Chow
2022-08-05refactor: wallet: return util::Result from `GetReservedDestination` methodsSebastian Falbesoner
2022-08-05Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags...Luke Dashjr
2022-08-03Change mapWallet to be a std::unordered_mapAndrew Chow
2022-08-03Change mapTxSpends to be a std::unordered_multimapAndrew Chow
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-08-02Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s...Andrew Chow
2022-07-30Use steady clock for all millis bench loggingMacroFake
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-19Merge bitcoin/bitcoin#25494: indexes: Stop using node internal typesfanquake