aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2024-02-09opt: Skip over barren combinations of tiny UTXOsMurch
2024-02-09opt: Skip checking max_weight separatelyMurch
2024-02-09opt: Cut if last addition was minimal weightMurch
2024-02-09opt: Skip heavier UTXOs with same effective valueMurch
2024-02-09opt: Tiebreak UTXOs by weight for CoinGrinderMurch
2024-02-09opt: Skip evaluation of equivalent input setsMurch
2024-02-09opt: Track remaining effective_value in lookaheadMurch
2024-02-09opt: Skip branches with worse weightMurch
2024-02-09fuzz: Test optimality of CoinGrinderMurch
2024-02-09fuzz: Add CoinGrinder fuzz targetMurch
2024-02-09coinselection: Track whether CG completedMurch
2024-02-09test: Add coin_grinder_testsMurch
2024-02-09coinselection: Add CoinGrinder algorithmMurch
2024-01-15opt: Tie-break UTXO sort by waste for BnBMurch
2024-01-15doc: Document max_weight on BnBMurch
2024-01-12wallet: Reset chain notifications handler if AttachChain failsAva Chow
2024-01-08Merge bitcoin/bitcoin#28610: wallet: Migrate entire address book entries to w...fanquake
2024-01-05Merge bitcoin/bitcoin#29117: wallettool: Always be able to dump a wallet's da...fanquake
2024-01-05Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversionfanquake
2024-01-04Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc...Ava Chow
2024-01-04wallet: Fix use-after-free in WalletBatch::EraseRecordsMarcoFalke
2024-01-02Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `...Ava Chow
2023-12-31fuzz: rule-out too deep derivation paths in descriptor parsing targetsAntoine Poinsot
2023-12-23refactor: share and use `GenerateRandomKey` helperSebastian Falbesoner
2023-12-20Merge bitcoin/bitcoin#28372: fuzz: coinselection, improve `min_viable_change`...Ava Chow
2023-12-19wallettool: Don't create CWallet when dumping DBAndrew Chow
2023-12-19wallettool: Don't unilaterally reset wallet_instance if loading errorAva Chow
2023-12-17wallet, mempool: propagete `checkChainLimits` error message to walletismaelsadeeq
2023-12-15fuzz: coinselection, improve `min_viable_change`/`change_output_size`brunoerg
2023-12-14Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanupAva Chow
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-13fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` targetbrunoerg
2023-12-13Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of range ...Ava Chow
2023-12-13Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePathfanquake
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-12Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabledAndrew Chow
2023-12-12Merge bitcoin/bitcoin#29055: tests, bench: Fix issue with CWallet::LoadWallet...fanquake
2023-12-11fuzz: disable BnB when SFFO is enabledfurszy
2023-12-11test: add coverage for BnB-SFFO restrictionfurszy
2023-12-11wallet: Assert that the wallet is not initialized in LoadWalletAndrew Chow
2023-12-11tests, bench: Remove incorrect LoadWallet() callsAndrew Chow
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-12-11Merge bitcoin/bitcoin#28999: build: Enable -Wunreachable-codefanquake
2023-12-11Merge bitcoin/bitcoin#25273: wallet: Pass through transaction locktime and pr...fanquake
2023-12-08wallet: return CreatedTransactionResult from FundTransactionAndrew Chow
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction version in CreateTransactionAndrew Chow
2023-12-08wallet: Explicitly preserve transaction locktime in CreateTransactionAndrew Chow