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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
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-19
Have OutputGroup determine the value to use
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
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
wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
Fabian Jahr
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-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
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
2021-04-26
refactor + document coin selection strategy
glozow
2021-04-13
wallet: remove CWallet::GetExternalSigner()
fanquake
2021-04-13
refactor: unify external wallet runtime errors
fanquake
2021-04-13
refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs
fanquake
2021-03-21
Merge #21040: wallet: Fix already-loading message grammar
MarcoFalke
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-16
wallet: Replace nFeeRateNeeded with effective_fee
Andrew Chow
2021-03-16
wallet: Use existing feerate instead of getting a new one
Andrew Chow
2021-03-15
Add new format string placeholders for walletnotify to include relevant block...
Maayan Keshet
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-03
wallet: Add IsAddressUsed / SetAddressUsed methods
Russell Yanofsky
[prev]
[next]