Age | Commit message (Expand) | Author |
2024-02-12 | wallet: bdb batch 'ErasePrefix', do not create txn internally | furszy |
2024-02-12 | wallet: db, introduce 'RunWithinTxn()' helper function | furszy |
2024-02-12 | Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process | Ava Chow |
2024-02-09 | Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm | Ava Chow |
2024-02-09 | scripted-diff: rename ZapSelectTx to RemoveTxs | furszy |
2024-02-09 | wallet: batch and simplify ZapSelectTx process | furszy |
2024-02-09 | rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCs | Sebastian Falbesoner |
2024-02-09 | opt: Skip over barren combinations of tiny UTXOs | Murch |
2024-02-09 | opt: Skip checking max_weight separately | Murch |
2024-02-09 | opt: Cut if last addition was minimal weight | Murch |
2024-02-09 | opt: Skip heavier UTXOs with same effective value | Murch |
2024-02-09 | opt: Tiebreak UTXOs by weight for CoinGrinder | Murch |
2024-02-09 | opt: Skip evaluation of equivalent input sets | Murch |
2024-02-09 | opt: Track remaining effective_value in lookahead | Murch |
2024-02-09 | opt: Skip branches with worse weight | Murch |
2024-02-09 | fuzz: Test optimality of CoinGrinder | Murch |
2024-02-09 | fuzz: Add CoinGrinder fuzz target | Murch |
2024-02-09 | coinselection: Track whether CG completed | Murch |
2024-02-09 | test: Add coin_grinder_tests | Murch |
2024-02-09 | coinselection: Add CoinGrinder algorithm | Murch |
2024-02-08 | Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration... | Ava Chow |
2024-02-07 | Merge bitcoin/bitcoin#29112: sqlite: Disallow writing from multiple `SQLiteBa... | Ryan Ofsky |
2024-02-07 | wallet: migration, batch addressbook records removal | furszy |
2024-02-07 | wallet: addressbook migration, batch db writes | furszy |
2024-02-07 | refactor: wallet, simplify addressbook migration | furszy |
2024-02-07 | refactor: SetAddressBookWithDB, minimize number of map lookups | furszy |
2024-02-07 | refactor: SetAddrBookWithDB, signal only if write succeeded | furszy |
2024-02-07 | wallet: clean redundancies in DelAddressBook | furszy |
2024-02-06 | Merge bitcoin/bitcoin#29388: fuzz: remove unused `args` and `context` from `F... | Ryan Ofsky |
2024-02-06 | Merge bitcoin/bitcoin#28833: wallet: refactor: remove unused `SignatureData` ... | Ava Chow |
2024-02-06 | test: wallet, coverage for concurrent db transactions | furszy |
2024-02-06 | sqlite: Ensure that only one SQLiteBatch is writing to db at a time | Ava Chow |
2024-02-05 | fuzz: remove unused `args` and `context` from `FuzzedWallet` | brunoerg |
2024-02-03 | wallet: remove unused 'accept_no_keys' arg from decryption process | furszy |
2024-02-02 | Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h... | Ryan Ofsky |
2024-02-01 | wallet: Make sure that the descriptors flag is set for blank wallets | Ava Chow |
2024-02-01 | wallet: Keep txs that belong to both watchonly and migrated wallets | Ava Chow |
2024-02-01 | wallet: Reload the wallet if migration exited early | Ava Chow |
2024-02-01 | wallet: Write bestblock to watchonly and solvable wallets | Ava Chow |
2024-01-31 | Merge bitcoin/bitcoin#28976: wallet: Fix migration of blank wallets | Ryan Ofsky |
2024-01-31 | Merge bitcoin/bitcoin#29253: wallet: guard against dangling to-be-reverted db... | Ava Chow |
2024-01-30 | test: sqlite, add coverage for dangling to-be-reverted db txns | furszy |
2024-01-30 | sqlite: guard against dangling to-be-reverted db transactions | furszy |
2024-01-30 | sqlite: introduce HasActiveTxn method | furszy |
2024-01-30 | sqlite: add ability to interrupt statements | furszy |
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 |