aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2024-02-08Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration...Ava Chow
2024-02-07wallet: migration, batch addressbook records removalfurszy
2024-02-07wallet: addressbook migration, batch db writesfurszy
2024-02-07refactor: wallet, simplify addressbook migrationfurszy
2024-02-07refactor: SetAddressBookWithDB, minimize number of map lookupsfurszy
2024-02-07refactor: SetAddrBookWithDB, signal only if write succeededfurszy
2024-02-07wallet: clean redundancies in DelAddressBookfurszy
2024-02-03wallet: remove unused 'accept_no_keys' arg from decryption processfurszy
2024-02-02Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h...Ryan Ofsky
2024-02-01wallet: Make sure that the descriptors flag is set for blank walletsAva Chow
2024-02-01wallet: Keep txs that belong to both watchonly and migrated walletsAva Chow
2024-02-01wallet: Reload the wallet if migration exited earlyAva Chow
2024-02-01wallet: Write bestblock to watchonly and solvable walletsAva Chow
2024-01-31Merge bitcoin/bitcoin#28976: wallet: Fix migration of blank walletsRyan Ofsky
2024-01-18wallet: avoid returning a reference to vMasterKey after releasing the mutex t...Vasil Dimov
2024-01-12wallet: Reset chain notifications handler if AttachChain failsAva Chow
2024-01-11wallet: Better error message when missing LegacySPKM during migrationAndrew Chow
2024-01-11wallet: Check for descriptors flag before migrationAndrew Chow
2024-01-11wallet: Skip key and script migration for blank walletsAndrew Chow
2024-01-08Merge bitcoin/bitcoin#28610: wallet: Migrate entire address book entries to w...fanquake
2023-12-23refactor: share and use `GenerateRandomKey` helperSebastian Falbesoner
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-11wallet: Assert that the wallet is not initialized in LoadWalletAndrew Chow
2023-12-08Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...fanquake
2023-12-05wallet: Migrate entire address book entriesAndrew Chow
2023-11-23wallet: birth time update during tx scanningfurszy
2023-11-23refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTimefurszy
2023-11-21wallet: batch external signer descriptor importSjors Provoost
2023-11-21wallet: descriptors setup, batch db operationsfurszy
2023-11-21Use Txid in COutpointdergoegge
2023-10-23wallet: Add asserts to detect unset transaction height valuesRyan Ofsky
2023-10-23wallet, refactor: Add CWalletTx::updateState functionRyan Ofsky
2023-10-23Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...Ryan Ofsky
2023-10-19wallet: Reload watchonly and solvables wallets after migrationAndrew Chow
2023-10-19wallet: Copy all tx metadata to watchonly walletAndrew Chow
2023-10-17Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging...Andrew Chow
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-02Merge bitcoin/bitcoin#27596: assumeutxo (2)Andrew Chow
2023-09-30wallet: validationinterface: only handle active chain notificationsJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-09-27wallet: Add TxStateString function for debugging and loggingRyan Ofsky
2023-09-26wallet: Check last block and conflict height are valid in MarkConflictedAndrew Chow
2023-09-20Merge bitcoin-core/gui#738: Add menu option to migrate a walletHennadii Stepanov
2023-09-19Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...Andrew Chow
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-09-06Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...Andrew Chow
2023-08-25wallet: use descriptor satisfaction size to estimate inputs sizeAntoine Poinsot
2023-08-22Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cppfanquake
2023-08-18Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...fanquake
2023-08-18Remove unused includes from wallet.cppMarcoFalke