aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
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-20Allow BnB when subtract fee from outputsAndrew Chow
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-11-08Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake
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-06Add block_height field in struct ConfirmationAntoine Riard
2019-11-06Replace CWalletTx::SetConf by Confirmation initialization listAntoine Riard
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-05Merge #16766: wallet: Make IsTrusted scan parents recursivelySamuel Dobson
2019-11-04wallet: Lock address type in ReserveDestinationJoão Barbosa
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
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: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...Andrew Chow
2019-11-01Remove SetWalletFlag from WalletStorageAndrew Chow
2019-10-26Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-25MOVEONLY: Move key handling code out of wallet to keyman fileAndrew Chow
2019-10-25Move wallet enums to walletutil.hAndrew Chow
2019-10-24Merge #17154: wallet: Remove return value from CommitTransactionWladimir J. van der Laan
2019-10-21update variable naming conventions for IsTrustedJeremy Rubin
2019-10-21Cache tx Trust per-call to avoid DoSJeremy Rubin
2019-10-21Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan
2019-10-20wallet: Remove unused GetLabelNameSebastian Falbesoner
2019-10-18[wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-18[wallet] Add doxygen comment to CWallet::CommitTransaction()John Newbery
2019-10-15Remove unused includespracticalswift
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-10-02Merge #16524: Wallet: Disable -fallbackfee by defaultMarcoFalke
2019-10-02Truly decouple wallet from chainparams for -fallbackfeeJorge Timón
2019-09-26Change default address type to bech32Gregory Sanders
2019-08-29Modify wallet tx status if has been reorged outAntoine Riard
2019-08-23Encapsulate tx status in a Confirmation structAntoine Riard
2019-08-21Merge #16572: wallet: Fix Char as Bool in Walletfanquake
2019-08-09[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-08Fix Char as Bool in interfacesJeremy Rubin
2019-08-02Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke
2019-08-01Remove duplicate checks in SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Introduce CWalletTx::SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Merge #16502: wallet: Drop unused OldKeyfanquake
2019-07-31wallet: Drop unused OldKeyJoão Barbosa
2019-07-31Merge #15906: [wallet] Move min_depth and max_depth to coin controlWladimir J. van der Laan