Age | Commit message (Expand) | Author |
2023-10-02 | Merge bitcoin/bitcoin#27596: assumeutxo (2) | Andrew Chow |
2023-10-02 | Merge bitcoin/bitcoin#28542: wallet: Check for uninitialized last processed a... | fanquake |
2023-10-02 | Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v... | fanquake |
2023-09-30 | wallet: validationinterface: only handle active chain notifications | James O'Beirne |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-27 | Merge bitcoin/bitcoin#28505: rpc: bumpfee, improve doc for 'reduce_output' arg | Andrew Chow |
2023-09-26 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-09-26 | rpc: bumpfee, improve doc for 'reduce_output' arg | furszy |
2023-09-22 | Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries | Hennadii Stepanov |
2023-09-20 | Merge bitcoin-core/gui#738: Add menu option to migrate a wallet | Hennadii Stepanov |
2023-09-19 | Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc... | Andrew Chow |
2023-09-19 | Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead... | fanquake |
2023-09-19 | Remove SER_GETHASH, hard-code client version in CKeyPool serialize | MarcoFalke |
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 | [refactor] Define MessageStartChars as std::array | TheCharlatan |
2023-09-12 | Merge bitcoin/bitcoin#28414: wallet rpc: return final tx hex from walletproce... | Andrew Chow |
2023-09-12 | wallet: Use CTxDestination in CRecipient rather than scriptPubKey | Andrew Chow |
2023-09-12 | Add PubKeyDestination for P2PK scripts | Andrew Chow |
2023-09-08 | consensus/validation.h: remove needless GetTransactionOutputWeight helper | Antoine Poinsot |
2023-09-06 | Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using... | Andrew Chow |
2023-09-05 | wallet rpc: return final tx hex from walletprocesspsbt if complete | Matthew Zipkin |
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-24 | rpc: Add MaybeArg() and Arg() default helper | MarcoFalke |
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 | Update help text for spend and rawtransaction rpcs | Michael Tidwell |
2023-08-22 | fuzz: coinselection, add coverage for `EligibleForSpending` | brunoerg |
2023-08-22 | fuzz: coinselection, add `CreateCoins` | brunoerg |
2023-08-22 | Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp | fanquake |
2023-08-18 | Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog... | fanquake |
2023-08-18 | Remove unused includes from wallet.cpp | MarcoFalke |
2023-08-17 | Remove unused includes from blockfilter.h | MarcoFalke |
2023-08-17 | Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli... | fanquake |
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-08-14 | Move CScriptID to script.{h/cpp} | Andrew Chow |