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-01-30
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-23
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2020-01-23
Box the wallet: Add multiple keyman maps and loops
Andrew Chow
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
wallet: Improve CWallet:MarkDestinationsDirty
João Barbosa
2020-01-20
Merge #17945: doc: Fix doxygen errors
Wladimir J. van der Laan
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-17
wallet: Improve CWallet:MarkDestinationsDirty
João Barbosa
2020-01-15
Merge #17843: wallet: Reset reused transactions cache
Samuel Dobson
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-13
wallet: Reset reused transactions cache
Fabian Jahr
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2020-01-08
Merge #17621: IsUsedDestination should count any known single-key address
Samuel Dobson
2020-01-03
IsUsedDestination should count any known single-key address
Gregory Sanders
2019-12-06
Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementation
Andrew Chow
2019-12-06
Rename EncryptKeys to Encrypt and pass in the encrypted batch to use
Andrew Chow
2019-12-06
Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorage
Andrew Chow
2019-12-06
Merge #17373: wallet: Various fixes and cleanup to keypool handling in Legacy...
fanquake
2019-12-02
Key pool: Change ReturnDestination interface to take address instead of key
Andrew Chow
2019-12-02
Key pool: Move LearnRelated and GetDestination calls
Andrew Chow
2019-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-11-23
Merge #17237: wallet: LearnRelatedScripts only if KeepDestination
Samuel Dobson
2019-11-23
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-23
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-20
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Use CWallet::m_last_block_processed_height in GetDepthInMainChain
Antoine Riard
2019-11-06
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-05
Add m_last_block_processed_height field in CWallet
Antoine Riard
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
Merge #16766: wallet: Make IsTrusted scan parents recursively
Samuel Dobson
2019-11-04
wallet: Lock address type in ReserveDestination
João Barbosa
2019-11-02
wallet: Reuse existing batch in CWallet::SetUsedDestinationState
João Barbosa
2019-11-02
wallet: Avoid recursive lock in CWallet::SetUsedDestinationState
João Barbosa
2019-11-01
Refactor: Move nTimeFirstKey accesses out of CWallet
Andrew Chow
2019-11-01
Refactor: Move GetKeypoolSize code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
Andrew Chow
2019-11-01
Refactor: Move GetMetadata code out of getaddressinfo
Andrew Chow
2019-11-01
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
Remove SetWalletFlag from WalletStorage
Andrew Chow
2019-10-26
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
[next]