Age | Commit message (Expand) | Author |
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 |
2023-02-23 | wallet: annotate bools in descriptor SPKM FillPSBT() | Sjors Provoost |
2023-02-22 | Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null characters | Andrew Chow |
2023-02-22 | Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas... | fanquake |
2023-02-21 | wallet, rpc: Update migratewallet help text for encrypted wallets | Andrew Chow |
2023-02-21 | Detailed error message for passphrases with null chars | John Moffett |
2023-02-21 | Pass all characters to SecureString including nulls | John Moffett |
2023-02-21 | Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede... | Andrew Chow |
2023-02-20 | Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi... | fanquake |
2023-02-17 | Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ... | Andrew Chow |
2023-02-17 | Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de... | Andrew Chow |
2023-02-16 | Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee` | Andrew Chow |
2023-02-16 | wallet: Be able to unlock the wallet for migration | Andrew Chow |
2023-02-16 | rpc: Allow users to specify wallet name for migratewallet | Andrew Chow |
2023-02-16 | wallet: Allow MigrateLegacyToDescriptor to take a wallet name | Andrew Chow |
2023-02-16 | Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors | fanquake |
2023-02-15 | refactor: remove <util/system.h> include from wallet.h | furszy |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |
2023-02-15 | wallet: set '-walletnotify' script instead of access global args manager | furszy |