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
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
[prev]