Age | Commit message (Expand) | Author |
2024-02-20 | Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe... | fanquake |
2024-02-16 | wallet: Retrieve ID from loaded DescSPKM directly | Ava Chow |
2024-02-16 | wallet: Use scriptPubKeyCache in GetSolvingProvider | Ava Chow |
2024-02-16 | wallet: Use scriptPubKey cache in GetScriptPubKeyMans | Ava Chow |
2024-02-16 | wallet: Use scriptPubKey cache in IsMine | Ava Chow |
2024-02-16 | wallet: Cache scriptPubKeys for all DescriptorSPKMs | Ava Chow |
2024-02-16 | wallet: Introduce a callback called after TopUp completes | Ava Chow |
2024-02-12 | wallet: db, introduce 'RunWithinTxn()' helper function | furszy |
2024-02-12 | Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process | Ava Chow |
2024-02-09 | scripted-diff: rename ZapSelectTx to RemoveTxs | furszy |
2024-02-09 | wallet: batch and simplify ZapSelectTx process | furszy |
2024-02-08 | Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration... | Ava Chow |
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 |