aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-11-23refactor: Nuke coincontrol circular dependencyHennadii Stepanov
2019-11-23Merge #17447: wallet: Make -walletdir network onlySamuel Dobson
2019-11-23Merge #17553: wallet: Remove out of date comments for CalculateMaximumSignedT...Samuel Dobson
2019-11-23Merge #17237: wallet: LearnRelatedScripts only if KeepDestinationSamuel Dobson
2019-11-23Merge #16944: gui: create PSBT with watch-only walletSamuel Dobson
2019-11-23Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProviderSamuel Dobson
2019-11-23Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...Samuel Dobson
2019-11-21Remove out of date comments for CalculateMaximumSignedTxSizeGregory Sanders
2019-11-20Merge #17444: wallet: Avoid showing GUI popups on RPC errors (take 2)MarcoFalke
2019-11-20Allow BnB when subtract fee from outputsAndrew Chow
2019-11-20Use BnB when preset inputs are selectedAndrew Chow
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-11-18Accumulate result UniValue in SignTransactionAndrew Chow
2019-11-13[wallet] ListCoins: include watch-only for wallets without private keysSjors Provoost
2019-11-12wallet: Make -walletdir network onlyJoão Barbosa
2019-11-11rpc: Expose block height of wallet transactionsJoão Barbosa
2019-11-11wallet: Avoid showing GUI popups on RPC errors (take 2)MarcoFalke
2019-11-08scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan
2019-11-08Merge #17405: wallet: Remove unused boost::this_thread::interruption_pointfanquake
2019-11-08Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-07wallet: Remove unused boost::this_thread::interruption_pointMarcoFalke
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-06Remove getBlockDepth method from Chain::interfaceAntoine Riard
2019-11-06Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard
2019-11-06Use CWallet::m_last_block_processed_height in GetDepthInMainChainAntoine Riard
2019-11-06Only return early from BlockUntilSyncedToCurrentChain if current tipAntoine Riard
2019-11-06Refactor some importprunedfunds checks with guard clauseAntoine Riard
2019-11-06Add block_height field in struct ConfirmationAntoine Riard
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-06Replace CWalletTx::SetConf by Confirmation initialization listAntoine Riard
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 m_last_block_processed_height field in CWalletAntoine Riard
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
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-04wallet: LearnRelatedScripts only if KeepDestinationJoão Barbosa
2019-11-04wallet: Lock address type in ReserveDestinationJoão Barbosa
2019-11-04test: Add ASSERT_DEBUG_LOG to unit test frameworkMarcoFalke
2019-11-02wallet: Reuse existing batch in CWallet::SetUsedDestinationStateJoão Barbosa
2019-11-02wallet: Avoid recursive lock in CWallet::SetUsedDestinationStateJoão Barbosa
2019-11-01Refactor: Move nTimeFirstKey accesses out of CWalletAndrew Chow
2019-11-01Refactor: Move GetKeypoolSize code out of CWalletAndrew Chow