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-06-09
Merge bitcoin/bitcoin#22173: wallet: Do not load external signers wallets whe...
Samuel Dobson
2021-06-09
Merge bitcoin/bitcoin#21944: wallet: Fix issues when `walletdir` is root dire...
Samuel Dobson
2021-06-09
Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...
Samuel Dobson
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-06-06
Do not load external signers wallets when unsupported
Andrew Chow
2021-06-03
Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptors
W. J. van der Laan
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-06-01
Fix issues when `walletdir` is root directory
unknown
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
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
gui: display address on external signer
Sjors Provoost
2021-05-27
wallet: add displayAddress to interface
Sjors Provoost
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
Separate WitnessV1Taproot variant in CTxDestination
Pieter Wuille
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
[next]