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.h
Age
Commit message (
Expand
)
Author
2021-06-09
Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
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
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 use_bnb and bnb_used
Andrew Chow
2021-05-19
wallet: make chain optional for CWallet::Create
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-13
Make cost_of_change part of CoinSelectionParams
Andrew Chow
2021-05-11
refactor: remove redundant fOnlySafe argument
t-bast
2021-04-26
[docs] add doxygen comments to wallet code
glozow
2021-04-22
[docs] format existing comments as doxygen
glozow
2021-04-13
wallet: remove CWallet::GetExternalSigner()
fanquake
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-05
refactor: Remove negative lock annotations from globals
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-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-03-03
wallet: Add IsAddressUsed / SetAddressUsed methods
Russell Yanofsky
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2021-02-23
rpc: signerdisplayaddress
Sjors Provoost
2021-02-23
wallet: add GetExternalSigner()
Sjors Provoost
2021-02-23
wallet: add external_signer flag
Sjors Provoost
2021-02-23
wallet: add -signer argument for external signer command
Sjors Provoost
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2020-12-09
Rewrite OutputGroups to be clearer and to use scriptPubKeys
Andrew Chow
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-11-30
Have CalculateMaximumSignedTxSize also compute tx weight
Andrew Chow
2020-11-17
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-16
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-07
refactor: Assert before dereference in CWallet::GetDatabase
João Barbosa
2020-11-07
refactor: Drop redudant CWallet::GetDBHandle
João Barbosa
2020-11-04
wallet: remove nWalletMaxVersion
Andrew Chow
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-19
wallet: Add utility method for CanSupportFeature
Andrew Chow
2020-10-14
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-14
Use SQLite for descriptor wallets
Andrew Chow
2020-10-02
Explicitly filter out partial groups when we don't want them
Andrew Chow
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
[prev]
[next]