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
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
moveonly: move COutput to coinselection.h
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-03-14
wallet: Pass FastRandomContext& to DiscourageFeeSniping
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSniping
Andrew Chow
2022-03-11
[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...
glozow
2022-02-17
User-facing content fixups from transifex translator feedback
Jon Atack
2022-02-02
wallet: Add sanity checks to AntiFeeSnipe
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...
MarcoFalke
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...
Andrew Chow
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-27
doc: Remove outdated scriptChange TODO comment
MarcoFalke
2021-12-05
Use SelectionResult in SelectCoins
Andrew Chow
2021-12-05
Use SelectionResult in AttemptSelection
Andrew Chow
2021-12-05
Use SelectionResult for waste calculation
Andrew Chow
2021-12-05
Make an OutputGroup for preset inputs
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsSRD
Andrew Chow
2021-12-05
Return SelectionResult from KnapsackSolver
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-10-06
External input fund support cleanups
Gregory Sanders
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
Allow Coin Selection be able to take external inputs
Andrew Chow
2021-09-23
Use SelectCoinsSRD if it has less waste
Andrew Chow
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-27
Use waste metric for deciding which selection to use
Andrew Chow
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-13
wallet: Assert that enough was selected to cover the fees
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
Andrew Chow
2021-05-30
Move vin filling to before final fee setting
Andrew Chow
2021-05-30
Set m_subtract_fee_outputs during recipients vector loop
Andrew Chow
2021-05-30
Move variable initializations to where they are used
Andrew Chow
2021-05-30
Move recipients vector checks to beginning of CreateTransaction
Andrew Chow
2021-05-30
Rename nSubtractFeeFromAmount in CreateTransaction
Andrew Chow
2021-05-30
Rename nValue and nValueToSelect
Andrew Chow
2021-05-30
Remove extraneous scope in CreateTransactionInternal
Andrew Chow
[next]