aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2023-04-04wallet: Use steady clock to measure scanning durationMarcoFalke
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-08wallet: remove unused methodsfurszy
2023-02-23wallet: skip R-value grinding for external signersSjors Provoost
2023-02-22Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...fanquake
2023-02-21Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...Andrew Chow
2023-02-16wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-16wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-02-15wallet: set '-walletnotify' script instead of access global args managerfurszy
2023-02-15wallet: set keypool_size instead of access global args managerfurszy
2023-02-14wallet: ensure that the passphrase is not deleted from memory when being used...ishaanam
2023-02-14wallet: keep track of when the passphrase is needed when rescanningishaanam
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-31clang-tidy: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2023-01-04Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...glozow
2022-12-26wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`w0xlt
2022-12-26wallet: remove `mempool_sequence` from `transactionAddedToMempool`w0xlt
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-24Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWallet::...fanquake
2022-10-13Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...Andrew Chow
2022-10-13refactor: Use type-safe time point for CWallet::m_next_resendMacroFake
2022-10-13Merge bitcoin/bitcoin#26205: wallet: #25768 follow upsfanquake
2022-10-09Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.hDimitris Tsapakidis
2022-09-30refactor: revert m_next_resend to not be std::atomicstickies-v
2022-09-30wallet: only update m_next_resend when actually resendingstickies-v
2022-09-30refactor: carve out tx resend timer logic into ShouldResendstickies-v
2022-09-20Fix nNextResend data race in ResubmitWalletTransactionsMacroFake
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-22Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125fanquake
2022-08-19Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...Andrew Chow
2022-08-19Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...fanquake
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#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-12wallet: remove unused `nAccountingEntryNumber` fieldfurszy
2022-08-10Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...MacroFake
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-04[doc] remove non-signaling mentions of BIP125glozow
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