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-09-28
doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolv...
BitcoinTsunami
2021-09-28
wallet: fix ComputeTimeSmart algorithm to use blocktime during old block resc...
BitcoinTsunami
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-09-03
wallet: AddWalletDescriptor requires cs_wallet lock
João Barbosa
2021-09-03
wallet: GetLabelAddresses requires cs_wallet lock
João Barbosa
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-07-01
Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...
Samuel Dobson
2021-06-28
wallet: deactivate descriptor
S3RK
2021-06-28
Remove unused wallet pointer from NotifyAddressBookChanged
MarcoFalke
2021-06-28
Remove unused wallet pointer from NotifyTransactionChanged signal
MarcoFalke
2021-06-24
wallet: Upgrade existing descriptor caches
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
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
[next]