aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-09Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinningAva Chow
2024-02-09Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithmAva Chow
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#28996: test: maxuploadtarget: check for mempool msg dis...Ava Chow
2024-02-08Merge bitcoin/bitcoin#29377: test: Add makefile target for running unit testsAva Chow
2024-02-08Merge bitcoin/bitcoin#29372: test: fix intermittent failure in `rpc_setban.py...Ava Chow
2024-02-08[doc] v3 signaling in mempool-replacements.mdglozow
2024-02-08[fuzz] v3 transactions and sigop-adjusted vsizeglozow
2024-02-08[functional test] v3 transaction submissionglozow
2024-02-08test framework: Add and use option for tx-version in MiniWallet methodsMarcoFalke
2024-02-08[policy/validation] allow v3 transactions with certain restrictionsglozow
2024-02-08[policy] add v3 policy rulesglozow
2024-02-08Merge bitcoin/bitcoin#27319: addrman, refactor: improve stochastic test in `A...Ava Chow
2024-02-08Merge bitcoin/bitcoin#29114: util: Faster std::byte (pre)vector (un)serializeAva Chow
2024-02-08Merge bitcoin/bitcoin#29397: release: Update translations for v27.0 soft tran...Hennadii Stepanov
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-07Merge bitcoin-core/gui#497: Enable users to configure their monospace font sp...Hennadii Stepanov
2024-02-07Merge bitcoin-core/gui#553: Change address / amount error backgroundHennadii Stepanov
2024-02-07Merge bitcoin/bitcoin#29363: test: Fix CPartialMerkleTree.nTransactions signe...fanquake
2024-02-07qt: Update translation source fileHennadii Stepanov
2024-02-07qt: Bump Transifex slug for 27.xHennadii Stepanov
2024-02-07qt: Translation updates from TransifexHennadii Stepanov
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-06Merge bitcoin/bitcoin#29375: wallet: remove unused 'accept_no_keys' arg from ...Ava Chow
2024-02-06test: wallet, coverage for concurrent db transactionsfurszy
2024-02-06tests: Test for concurrent writes with db txAva Chow
2024-02-06sqlite: Ensure that only one SQLiteBatch is writing to db at a timeAva Chow
2024-02-06Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...glozow
2024-02-06Merge bitcoin/bitcoin#29353: test: p2p: adhere to typical VERSION message pro...glozow
2024-02-05fuzz: remove unused `args` and `context` from `FuzzedWallet`brunoerg