Age | Commit message (Expand) | Author |
2022-12-06 | Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele... | Andrew Chow |
2022-12-06 | Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments | MarcoFalke |
2022-12-05 | test: Check max transaction weight in CoinSelection | Aurèle Oulès |
2022-12-05 | Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total... | Andrew Chow |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-02 | test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire... | furszy |
2022-12-02 | test: Coin Selection, duplicated preset inputs selection | furszy |
2022-12-02 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-11-30 | Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub... | Andrew Chow |
2022-11-21 | test: load wallet, coverage for crypted keys | furszy |
2022-11-21 | refactor: move DuplicateMockDatabase to wallet/test/util.h | furszy |
2022-11-21 | refactor: unify test/util/wallet.h with wallet/test/util.h | furszy |
2022-10-26 | wallet: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |
2022-10-18 | test: Remove unused txmempool include from tests | MacroFake |
2022-10-04 | Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin... | glozow |
2022-10-02 | test: Check external coin effective value is used in CoinSelection | Aurèle Oulès |
2022-10-01 | refactor: move Boost datetime usage to wallet | fanquake |
2022-09-15 | Fix issues identified by codespell 2.2.1 and update ignored words | Jon Atack |
2022-09-09 | wallet: coverage for loading an unknown descriptor | furszy |
2022-09-01 | Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal... | Andrew Chow |
2022-08-27 | test: add `ismine` test for descriptor scriptpubkeyman | w0xlt |
2022-08-25 | scriptpubkeyman: Implement GetScriptPubKeys in Legacy | Andrew Chow |
2022-08-22 | Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult | Andrew Chow |
2022-08-19 | wallet, tests: Test bumpfee's max input weight calculation | Andrew Chow |
2022-08-17 | Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest response | fanquake |
2022-08-16 | Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups | Andrew Chow |
2022-08-16 | refactor: Add lock annotations to Active* methods | MacroFake |
2022-08-15 | wallet: use GetChange() when computing waste | S3RK |
2022-08-15 | wallet: ensure m_min_change_target always covers change fee | S3RK |
2022-08-10 | wallet: Return `util::Result` from WalletLoader methods | w0xlt |
2022-08-10 | test: add missing BOOST_ASSERT | josibake |
2022-08-10 | wallet: switch to new shuffle, erase, push_back | josibake |
2022-08-10 | scripted-diff: Uppercase function names | josibake |
2022-08-05 | Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re... | Andrew Chow |
2022-08-03 | Change mapTxSpends to be a std::unordered_multimap | Andrew Chow |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-08-02 | Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s... | Andrew Chow |
2022-07-28 | Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur... | Andrew Chow |
2022-07-25 | fix comment spellings from the codespell lint | Greg Weber |
2022-07-20 | Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che... | Andrew Chow |
2022-07-19 | test: add unit test for AvailableCoins | josibake |
2022-07-19 | refactor: use CoinsResult struct in SelectCoins | josibake |
2022-07-19 | refactor: store by OutputType in CoinsResult | josibake |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-18 | test: add coverage for wallet inconsistent state during sync | furszy |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-11 | Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s... | Andrew Chow |
2022-07-08 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |