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
2020-08-17
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
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
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-06-27
wallet: Do not include server symbols
MarcoFalke
2020-06-22
Split SetWalletFlags into Add/LoadWalletFlags
Andrew Chow
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-13
refactor: Drop ::HasWallets()
João Barbosa
2020-06-02
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-22
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-05-21
Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan
Andrew Chow
2020-05-19
wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...
Anthony Towns
2020-05-17
[wallet] remove nLastResend logic
gzhao408
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-13
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-05-07
rpc: Relock wallet only if most recent callback
João Barbosa
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Get rid of BindWallet
Russell Yanofsky
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
Avoid copying CWalletTx in LoadToWallet
Russell Yanofsky
2020-05-01
Get rid of unneeded CWalletTx::Init parameter
Russell Yanofsky
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-23
Add WALLET_FLAG_DESCRIPTORS
Andrew Chow
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-14
wallet: Prefer full destination groups in coin selection
Fabian Jahr
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-13
Make UpgradeWallet a member function of CWallet
Andrew Chow
2020-04-13
Have UpgradeWallet take the version to upgrade to and an error message out pa...
Andrew Chow
2020-04-13
Only run UpgradeWallet if the wallet needs to be upgraded
Andrew Chow
2020-04-13
Move wallet upgrading to its own function
Andrew Chow
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-02
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
2020-04-02
Wallet: New FindAddressBookEntry method to filter out change entries (and ski...
Luke Dashjr
2020-04-02
Wallet: Add CAddressBookData::IsChange which returns true iff label has never...
Luke Dashjr
[next]