Age | Commit message (Expand) | Author |
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 |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-14 | Move CTxDestination to its own file | Andrew Chow |
2023-08-14 | Move Taproot{SpendData/Builder} to signingprovider.{h/cpp} | Andrew Chow |
2023-07-19 | Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c... | fanquake |
2023-07-13 | scripted-diff: Use new FUZZ_TARGET macro everywhere | MarcoFalke |
2023-07-03 | Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d... | Andrew Chow |
2023-06-28 | wallet: bugfix, always use apostrophe for spkm descriptor ID | furszy |
2023-06-28 | wallet: do not allow loading descriptor with an invalid ID | furszy |
2023-06-27 | Use only Span{} constructor for byte-like types where possible | MarcoFalke |
2023-06-23 | Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_fee | Andrew Chow |
2023-06-22 | Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linter | fanquake |
2023-06-21 | [fuzz] Show that SRD budgets for non-dust change | Murch |
2023-06-21 | [bug] Increase SRD target by change_fee | Murch |
2023-06-20 | fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target | MarcoFalke |
2023-06-17 | fuzz: wallet, add target for CoinControl | Ayush Singh |
2023-06-14 | test: Kill `BOOST_ASSERT` | Hennadii Stepanov |
2023-06-14 | test: move remaining random test util code from setup_common to random | jonatack |
2023-06-14 | fuzz: wallet, add target for `fees` | brunoerg |
2023-06-12 | Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly | fanquake |
2023-06-02 | Merge bitcoin/bitcoin#27790: walletdb: Add PrefixCursor | fanquake |
2023-06-01 | wallet: Add GetPrefixCursor to DatabaseBatch | Andrew Chow |