aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.h
AgeCommit message (Expand)Author
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-25Make GUI UTXO lock/unlock persistentSamuel Dobson
2021-09-25Allow locked UTXOs to be store in the wallet databaseSamuel Dobson
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-06-10Rearrange fillPSBT argumentsRussell Yanofsky
2021-06-09Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)Samuel Dobson
2021-05-27gui: display address on external signerSjors Provoost
2021-05-27wallet: add displayAddress to interfaceSjors Provoost
2021-03-03interfaces: Stop exposing wallet destdata to guiRussell Yanofsky
2020-09-08Do not create default walletAndrew Chow
2020-09-03refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-06-27wallet: Do not include server symbolsMarcoFalke
2020-06-27interfaces: Remove unused getDefaultChangeTypeMarcoFalke
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-20Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-23Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-03-31Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan
2020-03-26Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan
2020-03-26wallet: remove totalfee from createBumpTransaction()Jon Atack
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-03-09Replace GetSigningProvider with GetSolvingProviderAndrew Chow
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2020-03-02wallet: make CanGetAddresses() constKarl-Johan Alm
2020-02-25refactor: Use psbt forward declarationRussell Yanofsky
2020-02-16gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa
2020-01-23Cleanup: Drop unused GUI learnRelatedScripts methodAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-23Merge #16944: gui: create PSBT with watch-only walletSamuel Dobson
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-11-13[wallet] add fillPSBT to interfaceSjors Provoost
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-07-18Get rid of PendingWalletTx class.Russell Yanofsky
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-02-12interfaces: Add remove to WalletJoão Barbosa
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow