Age | Commit message (Expand) | Author |
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-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-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 |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-19 | Merge bitcoin/bitcoin#25666: refactor: wallet, do not translate init options ... | fanquake |
2023-03-18 | rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex | ishaanam |
2023-03-01 | doc: DummySignInput mention external signer | Sjors Provoost |
2023-02-23 | wallet: skip R-value grinding for external signers | Sjors Provoost |
2023-02-22 | Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas... | fanquake |
2023-02-21 | Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede... | Andrew Chow |
2023-02-17 | Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de... | Andrew Chow |
2023-02-16 | wallet: Be able to unlock the wallet for migration | Andrew Chow |