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
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
2021-05-30
Move cs_wallet lock in CreateTransactionInternal to top of function
Andrew Chow
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky