aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-06Merge #17381: LegacyScriptPubKeyMan code cleanupsWladimir J. van der Laan
2019-11-05Merge #16540: test: Add ASSERT_DEBUG_LOG to unit test frameworkMarcoFalke
2019-11-05Add missing SetupGeneration error handling in EncryptWalletRussell Yanofsky
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-05Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cppRussell Yanofsky
2019-11-05Merge #16766: wallet: Make IsTrusted scan parents recursivelySamuel Dobson
2019-11-05Merge #17258: Fix issue with conflicted mempool tx in listsinceblockSamuel Dobson
2019-11-04Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke
2019-11-04test: Add ASSERT_DEBUG_LOG to unit test frameworkMarcoFalke
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-01Remove SetWalletFlag from WalletStorageAndrew 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-11-01Refactor: Declare LegacyScriptPubKeyMan methods as virtualAndrew Chow
2019-11-01MOVEONLY: Reorder LegacyScriptPubKeyMan methodsAndrew Chow
2019-10-31Merge #17300: LegacyScriptPubKeyMan code cleanupsMarcoFalke
2019-10-30Merge #17316: refactor: Replace all uses of boost::optional with our own Opti...fanquake
2019-10-30replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas
2019-10-30refactor: Replace all uses of boost::optional with our own Optional typeWladimir J. van der Laan
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-30Merge #17280: refactor: Change occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-10-29Fix missing strFailReason in CreateTransactionRussell Yanofsky
2019-10-29Fix misplaced AssertLockHeldRussell Yanofsky
2019-10-29doc: Clarify WalletStorage / Wallet relationRussell Yanofsky
2019-10-29Add back mistakenly removed AssertLockHeldRussell Yanofsky
2019-10-29Refactor: Add GetLegacyScriptPubKeyMan helperRussell Yanofsky
2019-10-29Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke
2019-10-28Merge #17279: refactor: Remove redundant c_str() calls in formattingMarcoFalke
2019-10-28Avoid using g_rpc_node global in wallet codeRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-28Fix issue with conflicted mempool tx in listsinceblockAdam Jonas
2019-10-28Fix occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan