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
/
scriptpubkeyman.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-30
Merge #17719: Document better -keypool as a look-ahead safety mechanism
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
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-18
Document better -keypool as a look-ahead safety mechanism
Antoine Riard
2019-12-17
Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()s
fanquake
2019-12-06
Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncry...
Andrew Chow
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
Move Unlock implementation to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()
Andrew Chow
2019-12-06
Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorage
Andrew Chow
2019-12-05
keypool: Add comment about TopUp and when to use it
Andrew Chow
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-26
Add OutputType and CPubKey parameters to KeepDestination
Andrew Chow
2019-11-26
Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
Andrew Chow
2019-11-05
Get rid of confusing LegacyScriptPubKeyMan::TopUpKeyPool method
Russell Yanofsky
2019-11-05
Pass CTxDestination to ScriptPubKeyMan::GetMetadata
Russell Yanofsky
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 RewriteDB code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move SetupGeneration code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
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: Move LoadKey LegacyScriptPubKeyMan method definition
Andrew Chow
2019-11-01
Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...
Andrew Chow
2019-11-01
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
Remove SetWalletFlag from WalletStorage
Andrew Chow
2019-11-01
Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...
Andrew Chow
2019-11-01
Refactor: Add new ScriptPubKeyMan virtual methods
Andrew Chow
2019-11-01
Refactor: Declare LegacyScriptPubKeyMan methods as virtual
Andrew Chow
2019-11-01
MOVEONLY: Reorder LegacyScriptPubKeyMan methods
Andrew Chow
2019-10-29
doc: Clarify WalletStorage / Wallet relation
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow