Age | Commit message (Expand) | Author |
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-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 |
2023-08-14 | Remove ScriptHash from CScriptID constructor | Andrew Chow |
2023-08-08 | refactor: Enforce C-str fmt strings in WalletLogPrintf() | MarcoFalke |
2023-08-03 | lint: remove /* Continued */ markers from codebase | fanquake |
2023-07-24 | refactor: Remove unused C-style casts | MarcoFalke |
2023-07-22 | Bugfix: RPC: Remove quotes from non-string oneline descriptions | Luke Dashjr |
2023-07-20 | Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ... | Andrew Chow |
2023-07-20 | Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i... | fanquake |
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-11 | wallet: loading, log descriptor parsing error details | furszy |
2023-07-07 | Merge bitcoin/bitcoin#28039: wallet: don't include bdb files from our headers | Andrew Chow |
2023-07-07 | Merge bitcoin/bitcoin#28038: wallet: address book migration bug fixes | fanquake |
2023-07-07 | wallet: bdb: include bdb header from our implementation files only | Cory Fields |
2023-07-07 | wallet: bdb: don't use bdb define in header | Cory Fields |
2023-07-07 | wallet: bdb: move BerkeleyDatabase constructor to cpp file | Cory Fields |
2023-07-07 | wallet: bdb: move SafeDbt to cpp file | Cory Fields |
2023-07-07 | wallet: bdb: move SpanFromDbt to below SafeDbt's implementation | Cory Fields |
2023-07-06 | wallet: bdb: move TxnBegin to cpp file since it uses a bdb function | Cory Fields |
2023-07-06 | wallet: bdb: drop default parameter | Cory Fields |
2023-07-06 | wallet: sqlite: force sqlite3.h to be included by the cpp files | Cory Fields |