index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
spend.cpp
Age
Commit message (
Expand
)
Author
2024-06-27
Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRecip...
Ava Chow
2024-06-26
Merge bitcoin/bitcoin#30309: wallet: notify when preset + automatic inputs ex...
Ava Chow
2024-06-21
wallet: notify when preset + automatic inputs exceed max weight
furszy
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-17
move-only: refactor CreateTransactionInternal
josibake
2024-06-17
wallet: use CRecipient instead of CTxOut
josibake
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResult
Ava Chow
2024-05-24
Fold GetSelectionWaste() into ComputeAndSetWaste()
Murch
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
2024-02-09
Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm
Ava Chow
2024-02-09
coinselection: Add CoinGrinder algorithm
Murch
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
[next]