Age | Commit message (Expand) | Author |
2024-01-23 | Merge bitcoin/bitcoin#28560: wallet, rpc: `FundTransaction` refactor | Ava Chow |
2024-01-20 | Move TRACEx parameters to seperate lines | Richard Myers |
2024-01-20 | wallet: fix coin selection tracing to return -1 when no change pos | Richard Myers |
2024-01-19 | refactor: pass CRecipient to FundTransaction | josibake |
2023-12-17 | wallet, mempool: propagete `checkChainLimits` error message to wallet | ismaelsadeeq |
2023-12-12 | Merge bitcoin/bitcoin#28994: wallet: skip BnB when SFFO is enabled | 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: Explicitly preserve scriptSig and scriptWitness in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction version in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Explicitly preserve transaction locktime in CreateTransaction | Andrew Chow |
2023-12-08 | wallet: Set preset input sequence through coin control | 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: create tx, log resulting coin selection info | furszy |
2023-12-07 | wallet: skip BnB when SFFO is active | Murch |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-17 | Merge bitcoin/bitcoin#28878: Remove version field from GetSerializeSize | fanquake |
2023-11-16 | Merge bitcoin/bitcoin#28605: Fix typos | fanquake |
2023-11-16 | serialize: Drop useless version param from GetSerializeSize() | Anthony Towns |
2023-11-07 | doc: fix typos | Sjors Provoost |
2023-10-20 | interfaces: Rename CalculateBumpFees methods to be compatible with capn'proto | Ryan Ofsky |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-09-19 | Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead... | fanquake |
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-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-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-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 CScriptID to script.{h/cpp} | Andrew Chow |
2023-06-21 | [bug] Increase SRD target by change_fee | Murch |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-04-26 | refactor: Make ListSelected return vector | Sebastian Falbesoner |
2023-04-26 | wallet: Use std::optional for GetExternalOutput and fixups | Aurèle Oulès |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha... | Andrew Chow |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-05 | wallet: clean post coin selection max weight filter | furszy |
2023-04-05 | coin selection: BnB, don't return selection if exceeds max allowed tx weight | furszy |
2023-04-05 | coin selection: heap-ify SRD, don't return selection if exceeds max tx weight | furszy |
2023-04-05 | coin selection: knapsack, select closest UTXO above target if result exceeds ... | furszy |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-03-23 | Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-... | glozow |
2023-03-22 | Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,... | Andrew Chow |
2023-03-19 | Merge bitcoin/bitcoin#25666: refactor: wallet, do not translate init options ... | fanquake |