Age | Commit message (Expand) | Author |
2023-10-02 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-10-02 | wallet: disallow migration of invalid or not-watched scripts | furszy |
2023-07-07 | wallet: migration bugfix, persist empty labels | furszy |
2023-07-07 | wallet: migration bugfix, clone 'send' record label to all wallets | furszy |
2023-04-15 | Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t... | fanquake |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: add AddressPurpose enum to replace string values | Ryan Ofsky |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: extract wallet "warnings" fields to a util helper | Jon Atack |
2023-04-10 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | bumpfee: Check the correct feerate when replacing outputs | Andrew Chow |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-04-03 | refactor: don't avoid sys/types.h on when building for Windows | fanquake |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-31 | Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pubkey... | fanquake |
2023-03-27 | Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ... | fanquake |
2023-03-26 | clang-tidy: Add `performance-inefficient-vector-operation` check | Hennadii Stepanov |
2023-03-23 | Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-... | glozow |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-22 | Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,... | Andrew Chow |
2023-03-20 | refactor: remove unused param from legacy pubkey | Bushstar |
2023-03-19 | Merge bitcoin/bitcoin#25666: refactor: wallet, do not translate init options ... | fanquake |
2023-03-16 | Fix fund transaction case at 0-value, 0-fee | Greg Sanders |
2023-03-15 | Merge bitcoin/bitcoin#27227: wallet: 25806 follow-up | Andrew Chow |
2023-03-10 | wallet: return error msg for too-long-mempool-chain failure | furszy |
2023-03-08 | wallet: remove coin control arg from AutomaticCoinSelection | furszy |
2023-03-08 | Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l... | Andrew Chow |
2023-03-08 | wallet: remove unused methods | furszy |
2023-03-08 | wallet: GroupOutput, remove unneeded "spendable" check | furszy |
2023-03-08 | wallet: OutputGroup, remove unused effective_feerate member | furszy |
2023-03-08 | wallet: APS, don't create empty groups | furszy |
2023-03-08 | wallet: do not make two COutputs, use shared_ptr | furszy |
2023-03-08 | Merge bitcoin/bitcoin#27180: doc: DummySignInput mention external signer | fanquake |
2023-03-06 | Merge bitcoin/bitcoin#25806: wallet: group outputs only once, decouple it fro... | Andrew Chow |
2023-03-06 | Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead of ... | Andrew Chow |
2023-03-06 | wallet: single output groups filtering and grouping process | furszy |
2023-03-06 | wallet: unify outputs grouping process | furszy |
2023-03-06 | test: coinselector_tests refactor, use CoinsResult instead of plain std::vector | furszy |
2023-03-06 | wallet: decouple outputs grouping process from each ChooseSelectionResult | furszy |
2023-03-06 | refactor: make OutputGroup::m_outputs field a vector of shared_ptr | furszy |
2023-03-06 | test: wallet, add coverage for outputs grouping process | furszy |
2023-03-03 | wallet: make OutputGroup "positive_only" filter explicit | furszy |
2023-03-01 | doc: DummySignInput mention external signer | Sjors Provoost |
2023-02-23 | wallet: skip R-value grinding for external signers | Sjors Provoost |