aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.cpp
AgeCommit message (Expand)Author
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-09Replace GetSigningProvider with GetSolvingProviderAndrew Chow
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-09Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...Andrew Chow
2020-03-08Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyManAndrew Chow
2020-03-02wallet/spkm: make GetOldestKeyPoolTime() constKarl-Johan Alm
2020-03-02wallet: make CanGetAddresses() constKarl-Johan Alm
2020-03-02wallet: make KeypoolCountExternalKeys() constKarl-Johan Alm
2020-03-02wallet: make CanGenerateKeys() constKarl-Johan Alm
2020-02-12wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognitionRussell Yanofsky
2020-01-23Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow
2020-01-23Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyManAndrew Chow
2020-01-23Box the wallet: Add multiple keyman maps and loopsAndrew Chow
2020-01-23HD Split: Avoid redundant upgradesAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2019-12-17Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()sfanquake
2019-12-06Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncry...Andrew Chow
2019-12-06Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementationAndrew Chow
2019-12-06Rename EncryptKeys to Encrypt and pass in the encrypted batch to useAndrew Chow
2019-12-06Clear mapKeys before encryptingAndrew Chow
2019-12-06Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyManAndrew Chow
2019-12-06Move Unlock implementation to LegacyScriptPubKeyManAndrew Chow
2019-12-06Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()Andrew Chow
2019-12-02Key pool: Fix omitted pre-split count in GetKeyPoolSizeAndrew Chow
2019-12-02Key pool: Change ReturnDestination interface to take address instead of keyAndrew Chow
2019-12-02Key pool: Move LearnRelated and GetDestination callsAndrew Chow
2019-11-26Add OutputType and CPubKey parameters to KeepDestinationAndrew Chow
2019-11-26Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapperAndrew Chow
2019-11-22keypool: Move opportunistic TopUps from LegacyScriptPubKeyMan to CWallet and ...Andrew Chow
2019-11-22Key pool: Move CanGetAddresses callAndrew Chow
2019-11-05Clean up nested scope in GetReservedDestinationRussell Yanofsky
2019-11-05Get rid of confusing LegacyScriptPubKeyMan::TopUpKeyPool methodRussell Yanofsky
2019-11-05Pass CTxDestination to ScriptPubKeyMan::GetMetadataRussell Yanofsky
2019-11-01Refactor: Move nTimeFirstKey accesses out of CWalletAndrew Chow
2019-11-01Refactor: Move GetKeypoolSize code out of CWalletAndrew Chow
2019-11-01Refactor: Move RewriteDB code out of CWalletAndrew Chow
2019-11-01Refactor: Move SetupGeneration code out of CWalletAndrew Chow
2019-11-01Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFileAndrew Chow
2019-11-01Refactor: Move Upgrade code out of CWallet::CreateWalletFromFileAndrew Chow
2019-11-01Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMeAndrew Chow
2019-11-01Refactor: Move GetMetadata code out of getaddressinfoAndrew Chow
2019-11-01Refactor: Move LoadKey LegacyScriptPubKeyMan method definitionAndrew Chow
2019-11-01Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...Andrew Chow
2019-11-01refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...Andrew Chow
2019-11-01Refactor: Remove UnsetWalletFlag call from LegacyScriptPubKeyMan::SetHDSeedAndrew Chow
2019-11-01Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadataAndrew Chow
2019-11-01Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...Andrew Chow
2019-11-01Refactor: Add new ScriptPubKeyMan virtual methodsAndrew Chow
2019-10-29Add back mistakenly removed AssertLockHeldRussell Yanofsky
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow