Age | Commit message (Expand) | Author |
2023-12-08 | Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ... | fanquake |
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 |
2023-08-18 | Remove unused includes from wallet.cpp | MarcoFalke |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-10 | wallet: disallow migration of invalid or not-watched scripts | furszy |
2023-08-08 | refactor: Enforce C-str fmt strings in WalletLogPrintf() | MarcoFalke |
2023-08-03 | lint: remove /* Continued */ markers from codebase | fanquake |
2023-07-06 | wallet: migration bugfix, persist empty labels | furszy |
2023-07-06 | wallet: migration bugfix, clone 'send' record label to all wallets | furszy |
2023-07-06 | Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ... | glozow |
2023-06-28 | Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization | Andrew Chow |
2023-06-27 | Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular order | Ryan Ofsky |
2023-06-27 | walletdb: refactor address book loading | Andrew Chow |
2023-06-27 | Use only Span{} constructor for byte-like types where possible | MarcoFalke |
2023-06-23 | wallet: Give deprecation warning when loading a legacy wallet | Andrew Chow |
2023-06-20 | Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet... | Ryan Ofsky |
2023-06-13 | interfaces, wallet: Expose migrate wallet | Andrew Chow |
2023-06-12 | wallet: Generated migrated wallet's path from walletdir and name | Andrew Chow |
2023-06-09 | Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai... | Ryan Ofsky |
2023-06-01 | streams: Drop confusing DataStream::Serialize method and << operator | Ryan Ofsky |
2023-05-30 | scripted-diff: move settings to common namespace | TheCharlatan |
2023-05-29 | Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet` | fanquake |
2023-05-27 | Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra... | Andrew Chow |
2023-05-25 | Fix `#include`s in `src/wallet` | Hennadii Stepanov |
2023-05-25 | wallet: skip block scan if block was created before wallet birthday | furszy |
2023-05-25 | refactor: single method to append new spkm to the wallet | furszy |
2023-05-14 | wallet, tests: mark unconflicted txs as inactive | ishaanam |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |