Age | Commit message (Expand) | Author |
2024-01-26 | bumpfee: ignore WALLET_INCREMENTAL_RELAY_FEE when user specifies fee rate | ismaelsadeeq |
2024-01-25 | refactor: Compile unreachable code | MarcoFalke |
2024-01-23 | wallet: clarify replaced_by_txid and replaces_txid in help output | marco |
2024-01-23 | Merge bitcoin/bitcoin#28560: wallet, rpc: `FundTransaction` refactor | Ava Chow |
2024-01-23 | Merge bitcoin/bitcoin#28774: wallet: avoid returning a reference to vMasterKe... | Ava Chow |
2024-01-23 | Merge bitcoin/bitcoin#29272: wallet: fix coin selection tracing to return -1 ... | Ava Chow |
2024-01-22 | wallet: remove unused `SignatureData` instances in spkm's `FillPSBT` methods | Sebastian Falbesoner |
2024-01-20 | Move TRACEx parameters to seperate lines | Richard Myers |
2024-01-20 | wallet: fix coin selection tracing to return -1 when no change pos | Richard Myers |
2024-01-19 | refactor: pass CRecipient to FundTransaction | josibake |
2024-01-19 | refactor: simplify `CreateRecipients` | josibake |
2024-01-19 | refactor: remove out param from `ParseRecipients` | josibake |
2024-01-18 | wallet: avoid returning a reference to vMasterKey after releasing the mutex t... | Vasil Dimov |
2024-01-16 | refactor: Allow std::span construction from CKey | MarcoFalke |
2024-01-15 | test: wallet db, exercise deadlock after write failure | furszy |
2024-01-15 | opt: Tie-break UTXO sort by waste for BnB | Murch |
2024-01-15 | doc: Document max_weight on BnB | Murch |
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 |
2024-01-05 | Merge bitcoin/bitcoin#29117: wallettool: Always be able to dump a wallet's da... | fanquake |
2024-01-05 | Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion | fanquake |
2024-01-04 | Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc... | Ava Chow |
2024-01-04 | wallet: Fix use-after-free in WalletBatch::EraseRecords | MarcoFalke |
2024-01-02 | Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `... | Ava Chow |
2023-12-31 | fuzz: rule-out too deep derivation paths in descriptor parsing targets | Antoine Poinsot |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-12-20 | Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`... | Ava Chow |
2023-12-19 | wallettool: Don't create CWallet when dumping DB | Andrew Chow |
2023-12-19 | wallettool: Don't unilaterally reset wallet_instance if loading error | Ava Chow |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-15 | fuzz: coinselection, improve `min_viable_change`/`change_output_size` | brunoerg |
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 | fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target | brunoerg |
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 | Remove deprecated -rpcserialversion | MarcoFalke |