aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove separate node and wallet contextsRoss Nicoll2021-06-091-2/+2
* Add node context to wallet RPC request objectRoss Nicoll2021-06-091-3/+5
* [send] Make send RPCs return fee reasonSishir Giri2020-09-261-1/+2
* Do not create default walletAndrew Chow2020-09-081-6/+5
* refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-031-4/+11
* Remove WalletLocation classRussell Yanofsky2020-09-031-1/+1
* wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-3/+3
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-3/+33
* wallet: IsMine overloads require cs_wallet lockJoão Barbosa2020-08-171-1/+6
* wallet: Pass unused args to StartWalletsMarcoFalke2020-07-091-5/+6
* Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-021-1/+0
|\
| * interfaces: Remove unused getDefaultChangeTypeMarcoFalke2020-06-271-1/+0
* | wallet: Do not include server symbolsMarcoFalke2020-06-271-1/+1
|/
* FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-2/+3
* Merge #19096: Remove g_rpc_chain globalMarcoFalke2020-06-051-6/+15
|\
| * Remove g_rpc_chain globalRussell Yanofsky2020-05-281-6/+12
| * refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky2020-05-281-1/+4
* | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-2/+2
|/
* Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli2020-05-201-2/+1
|\
| * Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky2020-05-011-2/+1
* | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-3/+3
|/
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-23/+1
* [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-6/+6
* [wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-2/+2
* 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