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-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
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
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-29
Move EligibleForSpending into GroupOutputs
Andrew Chow
2020-09-29
Move fee setting of OutputGroup to Insert
Andrew Chow
2020-09-29
Move GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-03
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
Add missed thread safety annotations
Hennadii Stepanov
2020-08-28
wallet: Avoid recursive lock in IsTrusted
João Barbosa
2020-08-28
wallet, refactor: Immutable CWalletTx::pwallet
João Barbosa
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-21
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-17
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
2020-08-17
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
wallet: GetWalletTx requires cs_wallet lock
João Barbosa
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
[next]