aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-05-14Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...Wladimir J. van der Laan
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
2020-05-11rpcwallet: Replace boost::optional<T>::emplace with simple assignment of T{}MarcoFalke
2020-05-10util: Drop OpOriginal() and OpTranslated()Hennadii Stepanov
2020-05-10gui: Do not translate InitWarning messages in debug.logHennadii Stepanov
2020-05-08test: Fix outstanding -Wsign-compare errorsBen Woosley
2020-05-08Merge #16224: gui: Bilingual GUI error messagesMarcoFalke
2020-05-07rpc: Relock wallet only if most recent callbackJoão Barbosa
2020-05-06Merge #18853: wallet: Fix typo in assert that is compile-time trueWladimir J. van der Laan
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
2020-05-05Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...Samuel Dobson
2020-05-05Make InitError bilingualHennadii Stepanov
2020-05-04wallet: Fix typo in assert that is compile-time trueMarcoFalke
2020-05-01wallet: Remove trailing whitespace from potential translation stringsMarcoFalke
2020-05-01wallet: Report full error message in wallettoolMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Get rid of BindWalletRussell Yanofsky
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-05-01Avoid copying CWalletTx in LoadToWalletRussell Yanofsky
2020-05-01Get rid of unneeded CWalletTx::Init parameterRussell Yanofsky
2020-05-01Remove CWalletTx merging logic from AddToWalletRussell Yanofsky
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHash from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-29Merge #18727: test: Add CreateWalletFromFile testMarcoFalke
2020-04-29Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake
2020-04-27Merge #18777: wallet: Recommend absolute path for dumpwalletMarcoFalke
2020-04-27wallet: Make sure no WalletDescriptor members are uninitialized after constru...practicalswift
2020-04-27wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized afte...practicalswift
2020-04-26test: Add CreateWalletFromFile testRussell Yanofsky
2020-04-26wallet: Recommned absolute path for dumpwalletMarcoFalke
2020-04-23[wallet] Update the rebroadcast frequency to be ~1/day.Amiti Uttarwar
2020-04-23Correctly check for default walletAndrew Chow
2020-04-23Implement CWallet::IsSpentKey for non-LegacySPKMansAndrew Chow
2020-04-23Return error when no ScriptPubKeyMan is available for specified typeAndrew Chow
2020-04-23add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen
2020-04-23Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow
2020-04-23Generate new descriptors when encryptingAndrew Chow
2020-04-23Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow
2020-04-23Implement GetMetadata in DescriptorScriptPubKeyManAndrew Chow
2020-04-23Change GetMetadata to use unique_ptr<CKeyMetadata>Andrew Chow
2020-04-23Implement FillPSBT in DescriptorScriptPubKeyManAndrew Chow
2020-04-23Implement SignMessage for descriptor walletsAndrew Chow