Age | Commit message (Expand) | Author |
2024-02-07 | wallet: migration, batch addressbook records removal | furszy |
2024-02-07 | wallet: addressbook migration, batch db writes | furszy |
2024-02-07 | refactor: wallet, simplify addressbook migration | furszy |
2024-02-07 | refactor: SetAddressBookWithDB, minimize number of map lookups | furszy |
2024-02-07 | refactor: SetAddrBookWithDB, signal only if write succeeded | furszy |
2024-02-07 | wallet: clean redundancies in DelAddressBook | furszy |
2024-02-03 | wallet: remove unused 'accept_no_keys' arg from decryption process | furszy |
2024-02-02 | Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h... | Ryan Ofsky |
2024-02-01 | wallet: Make sure that the descriptors flag is set for blank wallets | Ava Chow |
2024-02-01 | wallet: Keep txs that belong to both watchonly and migrated wallets | Ava Chow |
2024-02-01 | wallet: Reload the wallet if migration exited early | Ava Chow |
2024-02-01 | wallet: Write bestblock to watchonly and solvable wallets | Ava Chow |
2024-01-31 | Merge bitcoin/bitcoin#28976: wallet: Fix migration of blank wallets | Ryan Ofsky |
2024-01-18 | wallet: avoid returning a reference to vMasterKey after releasing the mutex t... | Vasil Dimov |
2024-01-12 | wallet: Reset chain notifications handler if AttachChain fails | Ava Chow |
2024-01-11 | wallet: Better error message when missing LegacySPKM during migration | Andrew Chow |
2024-01-11 | wallet: Check for descriptors flag before migration | Andrew Chow |
2024-01-11 | wallet: Skip key and script migration for blank wallets | Andrew Chow |
2024-01-08 | Merge bitcoin/bitcoin#28610: wallet: Migrate entire address book entries to w... | fanquake |
2024-01-06 | wallet: migration, remove extra NotifyTransactionChanged call | furszy |
2024-01-06 | wallet: ZapSelectTx, remove db rewrite code | furszy |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-12-14 | Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning | Ava Chow |
2023-12-11 | wallet: Assert that the wallet is not initialized in LoadWallet | Andrew Chow |
2023-12-08 | Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ... | fanquake |
2023-12-05 | wallet: Migrate entire address book entries | Andrew Chow |
2023-11-23 | wallet: birth time update during tx scanning | furszy |
2023-11-23 | refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime | furszy |
2023-11-21 | wallet: batch external signer descriptor import | Sjors Provoost |
2023-11-21 | wallet: descriptors setup, batch db operations | furszy |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-10-23 | wallet: Add asserts to detect unset transaction height values | Ryan Ofsky |
2023-10-23 | wallet, refactor: Add CWalletTx::updateState function | Ryan Ofsky |
2023-10-23 | Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a... | Ryan Ofsky |
2023-10-19 | wallet: Reload watchonly and solvables wallets after migration | Andrew Chow |
2023-10-19 | wallet: Copy all tx metadata to watchonly wallet | Andrew Chow |
2023-10-17 | Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging... | Andrew Chow |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-10-02 | Merge bitcoin/bitcoin#27596: assumeutxo (2) | Andrew Chow |
2023-09-30 | wallet: validationinterface: only handle active chain notifications | James O'Beirne |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-27 | wallet: Add TxStateString function for debugging and logging | Ryan Ofsky |
2023-09-26 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-09-20 | Merge bitcoin-core/gui#738: Add menu option to migrate a wallet | Hennadii Stepanov |
2023-09-19 | Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc... | Andrew Chow |
2023-09-12 | wallet: Use CTxDestination in CRecipient rather than scriptPubKey | Andrew Chow |
2023-09-06 | Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using... | Andrew Chow |
2023-08-25 | wallet: use descriptor satisfaction size to estimate inputs size | Antoine Poinsot |
2023-08-22 | Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp | fanquake |
2023-08-18 | Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog... | fanquake |