Age | Commit message (Expand) | Author |
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-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 |
2023-05-06 | Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t... | fanquake |
2023-05-01 | Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata | Andrew Chow |
2023-04-22 | wallet: introduce generic recursive tx state updating function | ishaanam |
2023-04-21 | Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in... | Andrew Chow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-12 | refactor: Remove CAddressBookData::destdata | Ryan Ofsky |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-04 | wallet: Use steady clock to calculate number of derive iterations | MarcoFalke |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |