aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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
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-05wallet: error if an explicit fee rate was given but the needed fee rate differedKarl-Johan Alm
2020-05-05Change SetType to SetInternal and remove m_address_typeAndrew Chow
2020-05-05Remove unimplemented SetCrypted from DescriptorScriptPubKeyManAndrew Chow
2020-05-05rpc: createwallet warning that descriptor wallets are experimentalAndrew Chow
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-01have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argumentAndrew Chow
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