Age | Commit message (Expand) | Author |
2022-12-05 | test: Coin Selection, duplicated preset inputs selection | furszy |
2022-12-05 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-10-04 | test: Check external coin effective value is used in CoinSelection | Aurèle Oulès |
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-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 |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
2022-07-07 | test: add tests for negative waste during coin selection | ishaanam |
2022-07-05 | wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-06-28 | Revert "bnb: exit selection when best_waste is 0" | Murch |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-28 | wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize | S3RK |
2022-06-23 | wallet test: Add unit test for wallet scan save_progress option | Ryan Ofsky |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-19 | scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs | furszy |
2022-06-17 | Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi... | Andrew Chow |
2022-06-08 | wallet: return 'CoinsResult' struct in `AvailableCoins` | furszy |
2022-05-25 | fuzz: coinselection, add missing fee rate. | furszy |
2022-05-21 | Set effective_value when initializing a COutput | ishaanam |