Age | Commit message (Expand) | Author |
2022-12-23 | wallet: fix GUI crash on cross-chain legacy wallet restore | Sebastian Falbesoner |
2022-12-21 | wallet: coin selection, add duplicated inputs checks | furszy |
2022-12-21 | wallet: return accurate error messages from Coin Selection | furszy |
2022-12-21 | wallet: make SelectCoins flow return util::Result | furszy |
2022-12-21 | wallet: refactor eight consecutive 'AttemptSelection' calls into a loop | furszy |
2022-12-20 | Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support | Andrew Chow |
2022-12-16 | Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad... | Andrew Chow |
2022-12-16 | db: Change DatabaseCursor::Next to return status enum | Andrew Chow |
2022-12-16 | wallet: Have cursor users use DatabaseCursor directly | Andrew Chow |
2022-12-15 | For feebump, ignore abandoned descendant spends | John Moffett |
2022-12-15 | walletdb: refactor: drop unused `FindWalletTx` parameter and rename | Sebastian Falbesoner |
2022-12-14 | Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't perf... | Andrew Chow |
2022-12-14 | wallet: Introduce DatabaseCursor RAII class for managing cursor | Andrew Chow |
2022-12-14 | test: move coins result test to wallet_tests.cpp | furszy |
2022-12-14 | test: extend and simplify availablecoins_tests | furszy |
2022-12-13 | wallet: Skip rescanning if wallet is more recent than tip | Andrew Chow |
2022-12-13 | Merge bitcoin/bitcoin#26643: wallet: Move fee underpayment check to after all... | Andrew Chow |
2022-12-12 | Move SafeDbt out of BerkeleyBatch | Andrew Chow |
2022-12-10 | Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame... | fanquake |
2022-12-09 | wallet: Sanity check fee paid cannot be negative | Andrew Chow |
2022-12-09 | wallet: Move fee underpayment check to after fee setting | Andrew Chow |
2022-12-08 | wallet: if only have one output type, don't perform "mixed" coin selection | furszy |
2022-12-08 | rpc: Prevent unloading a wallet when rescanning | Aurèle Oulès |
2022-12-08 | rpc: Enable wallet import on pruned nodes | Aurèle Oulès |
2022-12-07 | Merge bitcoin/bitcoin#25934: wallet, rpc: add `label` to `listsinceblock` | Andrew Chow |
2022-12-07 | bugfix: Strict type checking for RPC boolean parameters | MarcoFalke |
2022-12-07 | Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib... | fanquake |
2022-12-06 | wallet: Rename nFeeRet in CreateTransactionInternal to current_fee | Andrew Chow |
2022-12-06 | wallet, rpc: add `label` to `listsinceblock` | brunoerg |
2022-12-06 | refactor, wallet: use optional for `label` in `ListTransactions` | brunoerg |
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-06 | Merge bitcoin/bitcoin#26611: wallet: Change coin selection fee assert to error | MarcoFalke |
2022-12-05 | Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c... | Andrew Chow |
2022-12-05 | test: Check max transaction weight in CoinSelection | Aurèle Oulès |
2022-12-05 | wallet: Check max tx weight in coin selector | Aurèle Oulès |
2022-12-05 | wallet: Change coin selection fee assert to error | Andrew Chow |
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 | refactor: make CoinsResult total amounts members private | furszy |
2022-12-02 | wallet: add assert to SelectionResult::Merge for safety | S3RK |
2022-12-02 | wallet: SelectCoins, return early if wallet's UTXOs cannot cover the target | furszy |
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-12-01 | Merge bitcoin/bitcoin#26594: wallet: Avoid a segfault in migratewallet failur... | fanquake |
2022-11-30 | Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub... | Andrew Chow |
2022-11-30 | wallet: Explicitly say migratewallet on encrypted wallets is unsupported | Andrew Chow |
2022-11-29 | wallet: Avoid null pointer deref when cleaning up migratewallet | Andrew Chow |
2022-11-29 | wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set | furszy |