aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2024-03-11Merge bitcoin/bitcoin#29586: wallet: default wallet migration, modify inconve...Ava Chow
2024-03-08Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CSchedulerAva Chow
2024-03-08wallet: default wallet migration, modify inconvenient backup filenamefurszy
2024-02-28wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...UdjinM6
2024-02-23Fix CI-detected codespell warningsLÅ‘rinc
2024-02-21[fuzz] Avoid partial negative resultMurch
2024-02-20Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanupfanquake
2024-02-20Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...fanquake
2024-02-16wallet: Retrieve ID from loaded DescSPKM directlyAva Chow
2024-02-16wallet: Use scriptPubKeyCache in GetSolvingProviderAva Chow
2024-02-16wallet: Use scriptPubKey cache in GetScriptPubKeyMansAva Chow
2024-02-16wallet: Use scriptPubKey cache in IsMineAva Chow
2024-02-16wallet: Cache scriptPubKeys for all DescriptorSPKMsAva Chow
2024-02-16wallet: Introduce a callback called after TopUp completesAva Chow
2024-02-16Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warningfanquake
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-12wallet: simplify EraseRecords by using 'ErasePrefix'furszy
2024-02-12wallet: bdb batch 'ErasePrefix', do not create txn internallyfurszy
2024-02-12wallet: db, introduce 'RunWithinTxn()' helper functionfurszy
2024-02-12Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes processAva Chow
2024-02-09Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithmAva Chow
2024-02-09scripted-diff: rename ZapSelectTx to RemoveTxsfurszy
2024-02-09wallet: batch and simplify ZapSelectTx processfurszy
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-02-08Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration...Ava Chow
2024-02-07Merge bitcoin/bitcoin#29112: sqlite: Disallow writing from multiple `SQLiteBa...Ryan Ofsky
2024-02-07wallet: migration, batch addressbook records removalfurszy
2024-02-07wallet: addressbook migration, batch db writesfurszy
2024-02-07refactor: wallet, simplify addressbook migrationfurszy
2024-02-07refactor: SetAddressBookWithDB, minimize number of map lookupsfurszy
2024-02-07refactor: SetAddrBookWithDB, signal only if write succeededfurszy
2024-02-07wallet: clean redundancies in DelAddressBookfurszy
2024-02-06Merge bitcoin/bitcoin#29388: fuzz: remove unused `args` and `context` from `F...Ryan Ofsky
2024-02-06Merge bitcoin/bitcoin#28833: wallet: refactor: remove unused `SignatureData` ...Ava Chow
2024-02-06test: wallet, coverage for concurrent db transactionsfurszy
2024-02-06sqlite: Ensure that only one SQLiteBatch is writing to db at a timeAva Chow
2024-02-05fuzz: remove unused `args` and `context` from `FuzzedWallet`brunoerg