Age | Commit message (Expand) | Author |
2023-10-31 | bugfix: Mark CNoDestination and PubKeyDestination constructor explicit | MarcoFalke |
2023-10-23 | Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a... | Ryan Ofsky |
2023-10-19 | wallet: Reload watchonly and solvables wallets after migration | Andrew Chow |
2023-10-19 | wallet: Copy all tx metadata to watchonly wallet | Andrew Chow |
2023-10-17 | Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging... | Andrew Chow |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-10-05 | wallet: No BDB creation, unless -deprecatedrpc=create_bdb | MarcoFalke |
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-27 | wallet: Add TxStateString function for debugging and logging | Ryan Ofsky |
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 |