Age | Commit message (Expand) | Author |
2023-12-11 | tests, bench: Remove incorrect LoadWallet() calls | Andrew Chow |
2023-12-08 | wallet: return CreatedTransactionResult from FundTransaction | Andrew Chow |
2023-12-08 | wallet: use optional for change position as an optional in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Replace SelectExternal with SetTxOut | Andrew Chow |
2023-12-08 | coincontrol: Replace HasInputWeight with returning optional from Get | Andrew Chow |
2023-12-07 | wallet: skip BnB when SFFO is active | Murch |
2023-11-30 | Remove unused CDataStream | MarcoFalke |
2023-11-29 | Merge bitcoin/bitcoin#28969: fuzz: Avoid signed-integer-overflow in wallet_no... | fanquake |
2023-11-29 | fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz target | MarcoFalke |
2023-11-29 | fuzz: Fix nullptr deref in scriptpubkeyman | MarcoFalke |
2023-11-28 | scripted-diff: Use DataStream in most places | MarcoFalke |
2023-11-28 | refactor: SpanReader without nVersion | MarcoFalke |
2023-11-28 | Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio... | fanquake |
2023-11-27 | Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target | fanquake |
2023-11-27 | fuzz: Faster wallet_notifications target | MarcoFalke |
2023-11-24 | Merge bitcoin/bitcoin#28922: Use Txid in COutpoint | fanquake |
2023-11-24 | Export assert from util/check.h | MarcoFalke |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-20 | fuzz: add target for `DescriptorScriptPubKeyMan` | brunoerg |
2023-11-17 | refactor: VectorWriter without nVersion | MarcoFalke |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-10-27 | refactor: Add LIFETIMEBOUND to all (w)txid getters | MarcoFalke |
2023-10-25 | bugfix: Mark CNoDestination and PubKeyDestination constructor explicit | MarcoFalke |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-10-02 | Merge bitcoin/bitcoin#27596: assumeutxo (2) | Andrew Chow |
2023-10-02 | Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v... | fanquake |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-19 | Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead... | fanquake |
2023-09-19 | Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader | MarcoFalke |
2023-09-14 | Merge bitcoin/bitcoin#26152: Bump unconfirmed ancestor transactions to target... | Andrew Chow |
2023-09-13 | Amend bumpfee for inputs with overlapping ancestry | Murch |
2023-09-13 | Bump unconfirmed parent txs to target feerate | Murch |
2023-09-13 | coinselection: Move GetSelectionWaste into SelectionResult | Andrew Chow |
2023-09-12 | wallet: Use CTxDestination in CRecipient rather than scriptPubKey | Andrew Chow |
2023-09-06 | Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using... | Andrew Chow |
2023-08-25 | wallet: accurately account for the size of the witness stack | Antoine Poinsot |
2023-08-25 | wallet: use descriptor satisfaction size to estimate inputs size | Antoine Poinsot |
2023-08-25 | descriptor: introduce a method to get the satisfaction size | Antoine Poinsot |
2023-08-24 | Merge bitcoin/bitcoin#27585: fuzz: improve `coinselection` | Andrew Chow |
2023-08-23 | fuzz: coinselection, fix `m_cost_of_change` | brunoerg |
2023-08-23 | fuzz: coinselection, BnB should never produce change | brunoerg |
2023-08-23 | fuzz: coinselection, compare `GetSelectedValue` with target | brunoerg |
2023-08-23 | fuzz: coinselection, improve `ComputeAndSetWaste` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `Merge` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `GetShuffledInputVector`/`GetInputSet` | brunoerg |
2023-08-23 | fuzz: coinselection, add coverage for `AddInputs` | brunoerg |
2023-08-22 | fuzz: coinselection, add coverage for `EligibleForSpending` | brunoerg |
2023-08-22 | fuzz: coinselection, add `CreateCoins` | brunoerg |
2023-08-17 | Remove unused includes from blockfilter.h | MarcoFalke |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |