aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow2020-04-231-0/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-10/+7
|\
| * wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalancesRussell Yanofsky2020-03-311-10/+7
* | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-0/+9
|\ \
| * | Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-251-0/+9
* | | Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr2020-04-061-2/+2
* | | Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr2020-04-021-1/+2
* | | scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-021-3/+3
| |/ |/|
* | Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan2020-03-311-2/+3
|\ \
| * | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa2020-02-161-2/+3
| |/
* | Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan2020-03-261-8/+1
|\ \
| * | wallet: remove totalfee from createBumpTransaction()Jon Atack2020-03-261-8/+1
* | | refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-5/+5
* | | refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky2020-03-191-2/+2
|/ /
* | Replace GetSigningProvider with GetSolvingProviderAndrew Chow2020-03-091-9/+1
* | Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow2020-03-091-0/+4
* | Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-3/+2
* | wallet: make CanGetAddresses() constKarl-Johan Alm2020-03-021-1/+1
|/
* Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow2020-01-231-2/+2
* Cleanup: Drop unused GUI learnRelatedScripts methodAndrew Chow2020-01-231-1/+0
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Merge #16944: gui: create PSBT with watch-only walletSamuel Dobson2019-11-231-1/+10
|\
| * [wallet] add fillPSBT to interfaceSjors Provoost2019-11-131-1/+10
* | Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProviderSamuel Dobson2019-11-231-2/+16
|\ \ | |/ |/|
| * Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow2019-11-181-2/+16
* | Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake2019-11-081-2/+4
|\ \
| * | wallet: Reuse existing batch in CWallet::SetUsedDestinationStateJoão Barbosa2019-11-021-2/+4
| |/
* / Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard2019-11-061-15/+14
|/
* Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan2019-10-301-1/+5
|\
| * Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-1/+5
* | Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-9/+16
|/
* Merge #17154: wallet: Remove return value from CommitTransactionWladimir J. van der Laan2019-10-241-10/+3
|\
| * [wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery2019-10-181-3/+1
| * [wallet] Remove return value from CommitTransaction()John Newbery2019-10-181-8/+3
* | Remove unused includespracticalswift2019-10-151-2/+0
|/
* change wallet pointers to references in feebumperAdam Jonas2019-10-101-4/+4
* Encapsulate tx status in a Confirmation structAntoine Riard2019-08-231-1/+1
* Get rid of PendingWalletTx class.Russell Yanofsky2019-07-181-29/+18
* Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider2019-07-171-4/+3
|\
| * Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders2019-07-101-4/+3
* | Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan2019-07-111-1/+1
|\ \ | |/ |/|
| * Remove CCryptoKeyStore and move all of it's functionality into CWalletAndrew Chow2019-07-091-1/+1
* | Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan2019-07-101-6/+8
|\ \ | |/ |/|
| * Replace CReserveKey with ReserveDestinatoinAndrew Chow2019-07-091-4/+4
| * Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow2019-07-091-2/+4
* | Move ismine to wallet moduleAndrew Chow2019-06-191-1/+1
|/
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-8/+0
* Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke2019-04-271-0/+1
|\
| * [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-0/+1