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
Age
Commit message (
Expand
)
Author
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-30
Merge bitcoin/bitcoin#21207: MOVEONLY: CWallet transaction code out of wallet...
Samuel Dobson
2021-05-27
scripted-diff: Fix ellipsis after pr20773
Hennadii Stepanov
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky
2021-05-26
Merge bitcoin/bitcoin#18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
fanquake
2021-05-26
Replace size/weight estimate tuple with struct for named fields
Gregory Sanders
2021-05-26
Merge bitcoin/bitcoin#17331: Use effective values throughout coin selection
Samuel Dobson
2021-05-25
Merge bitcoin/bitcoin#22021: rpc: bumpfee/psbtbumpfee fixes and updates
MarcoFalke
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-22
rpc: fix code comment for bumpfee/psbtbumpfee output
Jon Atack
2021-05-22
rpc: fix docs for bumpfee psbt update
Jon Atack
2021-05-20
Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes
MarcoFalke
2021-05-19
Have OutputGroup determine the value to use
Andrew Chow
2021-05-19
Change SelectCoins_test to actually test SelectCoins
Andrew Chow
2021-05-19
Remove CreateTransaction while loop and some related variables
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Do both BnB and Knapsack coin selection in SelectCoinsMinConf
Andrew Chow
2021-05-19
Have KnapsackSolver actually use effective values
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-19
Move output reductions for fee to after coin selection
Andrew Chow
2021-05-19
Merge bitcoin/bitcoin#20773: refactor: split CWallet::Create
W. J. van der Laan
2021-05-19
wallet: make chain optional for CWallet::Create
Ivan Metlushko
2021-05-19
CWallet::Create move chain init message up into calling code
Ivan Metlushko
2021-05-19
refactor: Add CWallet:::AttachChain method
Russell Yanofsky
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-05-18
rpc: Improve avoidpartialspends and avoid_reuse documentation
Fabian Jahr
2021-05-18
wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
Fabian Jahr
2021-05-17
wallet: refactor: dedup sqlite PRAGMA assignments
Sebastian Falbesoner
2021-05-17
wallet: refactor: dedup sqlite PRAGMA integer reads
Sebastian Falbesoner
2021-05-13
Make cost_of_change part of CoinSelectionParams
Andrew Chow
2021-05-13
Move some calculations to common code in SelectCoinsMinConf
Andrew Chow
2021-05-13
scripted-diff: rename some variables
Andrew Chow
2021-05-13
Merge bitcoin/bitcoin#21907: wallet: Do not iterate a directory if having an ...
Samuel Dobson
2021-05-13
Merge bitcoin/bitcoin#21910: refactor: remove redundant fOnlySafe argument
Samuel Dobson
2021-05-12
wallet: Do not iterate a directory if having an error while accessing it
Hennadii Stepanov
2021-05-12
rpc/wallet: use OMITTED_NAMED_ARG instead of Default(VNULL)
Karl-Johan Alm
2021-05-11
rpc/createwallet: omitted named arguments
Karl-Johan Alm
2021-05-11
rpc: address:amount dictionaries are OBJ_USER_KEYS
Karl-Johan Alm
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-11
refactor: remove redundant fOnlySafe argument
t-bast
2021-05-10
Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransaction
W. J. van der Laan
2021-05-10
Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...
W. J. van der Laan
[next]