aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.h
Commit message (Expand)AuthorAgeFilesLines
* Remove separate node and wallet contextsRoss Nicoll2021-06-091-1/+1
* Add node context to wallet RPC request objectRoss Nicoll2021-06-091-1/+1
* Do not create default walletAndrew Chow2020-09-081-1/+1
* refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-031-2/+1
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-0/+35
* Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-021-3/+0
|\
| * interfaces: Remove unused getDefaultChangeTypeMarcoFalke2020-06-271-3/+0
* | wallet: Do not include server symbolsMarcoFalke2020-06-271-1/+1
|/
* FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-1/+2
* Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-1/+1
* Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli2020-05-201-5/+2
|\
| * Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky2020-05-011-5/+2
* | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-3/+4
|/
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-0/+3
* Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow2020-04-231-0/+3
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-4/+4
|\
| * refactor: Use psbt forward declarationRussell Yanofsky2020-02-251-4/+4
* | Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan2020-03-311-2/+5
|\ \
| * | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa2020-02-161-2/+5
| |/
* | Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan2020-03-261-1/+0
|\ \
| * | wallet: remove totalfee from createBumpTransaction()Jon Atack2020-03-261-1/+0
* | | refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-5/+5
* | | refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky2020-03-191-3/+3
|/ /
* | Replace GetSigningProvider with GetSolvingProviderAndrew Chow2020-03-091-3/+0
* | 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-1/+1
* | wallet: make CanGetAddresses() constKarl-Johan Alm2020-03-021-1/+1
|/
* Cleanup: Drop unused GUI learnRelatedScripts methodAndrew Chow2020-01-231-4/+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-0/+8
|\
| * [wallet] add fillPSBT to interfaceSjors Provoost2019-11-131-0/+8
* | Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow2019-11-181-2/+2
|/
* [wallet] Remove return value from CommitTransaction()John Newbery2019-10-181-3/+2
* Get rid of PendingWalletTx class.Russell Yanofsky2019-07-181-17/+7
* Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan2019-07-101-2/+2
|\
| * Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow2019-07-091-2/+2
* | Move ismine to wallet moduleAndrew Chow2019-06-191-1/+3
|/
* [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-0/+3
* Remove remaining wallet accesses to node globalsRussell Yanofsky2019-03-061-3/+0
* interfaces: Add remove to WalletJoão Barbosa2019-02-121-0/+3
* [wallet] Support creating a blank walletAndrew Chow2019-02-101-0/+3
* Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-0/+4
* Don't label transactions "Open" while catching upHennadii Stepanov2019-01-031-1/+2
* Remove unused `adjustedTime` parameterHennadii Stepanov2018-10-281-4/+2
* [build] remove #ifdef ENABLE_WALLET from interfaces/nodeJohn Newbery2018-09-131-2/+2
* [wallet] Kill accountsJohn Newbery2018-08-301-1/+0
* [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+3
* Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-1/+0
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+4