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-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