aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-06-13refactor: Drop ::HasWallets()João Barbosa
2020-06-11refactor: Remove unused request.fHelpMarcoFalke
2020-06-11wallet: Make RPC help compile-time staticMarcoFalke
2020-06-11Merge #19100: refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIs...MarcoFalke
2020-06-09refactor: Error message bilingual_str consistencyWladimir J. van der Laan
2020-06-06test: Avoid overwriting the NodeContext member of the testing setupMarcoFalke
2020-06-05refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...Russell Yanofsky
2020-06-05Merge #19096: Remove g_rpc_chain globalMarcoFalke
2020-06-02Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke
2020-06-02Merge #18792: wallet: Remove boost from PeriodicFlushfanquake
2020-06-02wallet: Remove unused boost::thread_interruptedMarcoFalke
2020-05-28Get rid of -Wthread-safety-precise warningsHennadii Stepanov
2020-05-28Remove g_rpc_chain globalRussell Yanofsky
2020-05-28refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-27walletdb: Remove unsed boost/threadMarcoFalke
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson
2020-05-26wallet: Make PeriodicFlush uninterruptibleMarcoFalke
2020-05-26Merge #19032: Serialization improvements: final stepWladimir J. van der Laan
2020-05-25Move RecoverKeysOnlyFilter into RecoverDataBaseFileAndrew Chow
2020-05-25Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow
2020-05-25Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standaloneAndrew Chow
2020-05-25Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilterAndrew Chow
2020-05-25Move BerkeleyEnvironment::Salvage into BerkeleyBatch::RecoverAndrew Chow
2020-05-25walletdb: remove fAggressive from SalvageAndrew Chow
2020-05-25walletdb: don't automatically salvage when corruption is detectedAndrew Chow
2020-05-25wallet: remove -salvagewalletAndrew Chow
2020-05-25wallettool: Add a salvage commandAndrew Chow
2020-05-24Convert wallet to new serializationPieter Wuille
2020-05-23Merge #18698: Make g_chainman internal to validationMarcoFalke
2020-05-22trivial: Suggested cleanups to surrounding codeRussell Yanofsky
2020-05-22Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson
2020-05-22Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-21Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan
2020-05-21validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-19wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...Anthony Towns
2020-05-17[wallet] remove nLastResend logicgzhao408
2020-05-15Remove IBD check in sethdseedAndrew Chow
2020-05-15Generate new keys for inactive seeds after marking usedAndrew Chow
2020-05-15Determine inactive HD seeds from key metadata and track them in LegacyScriptP...Andrew Chow
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-14Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...Wladimir J. van der Laan
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-05-13Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli
2020-05-13Merge #18814: rpc: Relock wallet only if most recent callbackfanquake
2020-05-12build: Enable -Wsuggest-overrideHennadii Stepanov
2020-05-11refactor: Add BerkeleyDatabaseVersion() functionHennadii Stepanov
2020-05-11rpcwallet: Replace pwallet-> with wallet.MarcoFalke