Age | Commit message (Expand) | Author |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-14 | Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning | Ava Chow |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-12-13 | Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ... | Ava Chow |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-12 | test: wallet, fix change position out of range error | furszy |
2023-12-12 | Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled | Andrew Chow |
2023-12-12 | Merge bitcoin/bitcoin#29055: tests, bench: Fix issue with CWallet::LoadWallet... | fanquake |
2023-12-11 | fuzz: disable BnB when SFFO is enabled | furszy |
2023-12-11 | test: add coverage for BnB-SFFO restriction | furszy |
2023-12-11 | wallet: Assert that the wallet is not initialized in LoadWallet | Andrew Chow |
2023-12-11 | tests, bench: Remove incorrect LoadWallet() calls | Andrew Chow |
2023-12-11 | Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-code | fanquake |
2023-12-11 | Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr... | fanquake |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: use optional for change position as an optional in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction version in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction locktime in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Set preset input sequence through coin control | Andrew Chow |
2023-12-08 | wallet: Replace SelectExternal with SetTxOut | Andrew Chow |
2023-12-08 | coincontrol: Replace HasInputWeight with returning optional from Get | Andrew Chow |
2023-12-08 | wallet: Introduce and use PreselectedInput class in CCoinControl | Andrew Chow |
2023-12-08 | Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ... | fanquake |
2023-12-07 | wallet: create tx, log resulting coin selection info | furszy |
2023-12-07 | wallet: skip BnB when SFFO is active | Murch |
2023-12-05 | rpc: getwalletinfo, return wallet 'birthtime' | furszy |
2023-12-05 | wallet: fix legacy spkm default birth time | furszy |
2023-12-05 | rpc, doc: encryptwallet, mention HD seed rotation and new backup | furszy |
2023-12-05 | build: Enable -Wunreachable-code | MarcoFalke |
2023-11-30 | Remove unused version.h include | MarcoFalke |
2023-11-30 | Remove unused CDataStream | MarcoFalke |
2023-11-29 | Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no... | fanquake |
2023-11-29 | fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz target | MarcoFalke |
2023-11-29 | fuzz: Fix nullptr deref in scriptpubkeyman | MarcoFalke |
2023-11-28 | scripted-diff: Use DataStream in most places | MarcoFalke |
2023-11-28 | refactor: SpanReader without nVersion | MarcoFalke |
2023-11-28 | Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio... | fanquake |
2023-11-27 | Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target | fanquake |
2023-11-27 | fuzz: Faster wallet_notifications target | MarcoFalke |
2023-11-24 | Merge bitcoin/bitcoin#28922: Use Txid in COutpoint | fanquake |
2023-11-24 | Export assert from util/check.h | MarcoFalke |
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 | wallet: batch legacy spkm TopUp | furszy |
2023-11-21 | wallet: batch descriptor spkm TopUp | furszy |
2023-11-21 | Use Txid in COutpoint | dergoegge |