Age | Commit message (Expand) | Author |
2022-12-13 | Merge bitcoin/bitcoin#26643: wallet: Move fee underpayment check to after all... | 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-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 |
2022-11-29 | refactor: Rename ambiguous interfaces::MakeHandler functions | Ryan Ofsky |
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-11-18 | wallet: bugfix, invalid crypted key "checksum_valid" set | furszy |
2022-11-15 | Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase... | Andrew Chow |
2022-11-08 | wallet: throw error if legacy entries are present on loading descriptor wallets | Sebastian Falbesoner |
2022-11-05 | Merge bitcoin/bitcoin#26449: rpc: doc: add missing option "bech32m" for `chan... | MacroFake |
2022-11-04 | Merge bitcoin/bitcoin#26418: Fix signing of multi_a and rawtr scripts with wa... | fanquake |
2022-11-03 | rpc: doc: add missing option "bech32m" for `change_type` parameters | Sebastian Falbesoner |
2022-10-31 | refactor: move url.h/cpp from lib util to lib common | fanquake |
2022-10-29 | scripted-diff: wallet: rename AvailableCoinsParams members to snake_case | furszy |
2022-10-29 | wallet: group AvailableCoins filtering parameters in a single struct | furszy |
2022-10-29 | RPC: listunspent, add "include immature coinbase" flag | furszy |
2022-10-28 | psbt: Include output pubkey in additional pubkeys to sign | Andrew Chow |
2022-10-27 | Merge bitcoin/bitcoin#25685: wallet: Faster transaction creation by removing ... | Andrew Chow |
2022-10-27 | Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac... | Andrew Chow |
2022-10-26 | wallet: SelectCoins, return early if target is covered by preset-inputs | furszy |
2022-10-26 | wallet: simplify preset inputs selection target check | furszy |
2022-10-26 | wallet: remove fetch pre-selected-inputs responsibility from SelectCoins | furszy |