aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
AgeCommit message (Expand)Author
2022-11-21Disallow encryption of watchonly walletsAndrew Chow
2021-06-10Rearrange fillPSBT argumentsRussell Yanofsky
2021-06-09Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)Samuel Dobson
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-05-27gui: display address on external signerSjors Provoost
2021-05-04refactor: Replace &foo[0] with foo.data()MarcoFalke
2021-04-05qt: Handle exceptions in WalletModel::pollBalanceChanged slotHennadii Stepanov
2021-03-03interfaces: Stop exposing wallet destdata to guiRussell Yanofsky
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-01-26Merge bitcoin-core/gui#183: Add include for std::bind.MarcoFalke
2021-01-26Add information to "Confirm fee bump" windowPrayank
2021-01-13Add include for std::bind.sinetek
2020-11-23Treat CDataStream bytes as uint8_tMarcoFalke
2020-10-28qt, wallet: Drop unused parameter in WalletModel::setWalletEncryptedHennadii Stepanov
2020-08-31remove usage of boost::bindfanquake
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-26Merge bitcoin-core/gui#8: Fix regression in TransactionTableModelMarcoFalke
2020-06-22qt: Fix regression in TransactionTableModelHennadii Stepanov
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-05-29Merge #17993: gui: Balance/TxStatus polling update based on last block hash.Jonas Schnelli
2020-05-29Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-21Merge #18997: gui: Remove un-actionable TODOMarcoFalke
2020-05-20Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli
2020-05-17gui: Remove un-actionable TODOMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky
2020-05-01gui: Avoid wallet tryGetBalances calls before TransactionChanged or BlockTip ...Russell Yanofsky
2020-05-01Cancel wallet balance timer when shutdown requestedRussell Yanofsky
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-10Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke
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-02-25refactor: Use psbt forward declarationRussell Yanofsky
2020-02-16gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa
2020-02-11gui: Fix race in WalletModel::pollBalanceChangedRussell Yanofsky
2020-01-18qt: Hide non PKHash-Addresses in signing address bookEmil Engler
2020-01-15QT: Change bumpFee asserts to simple error messageGregory Sanders
2020-01-09gui: Avoid redundant tx status updatesRussell Yanofsky
2020-01-07QT: bump fee returns PSBT on clipboard for watchonly-only walletsGregory Sanders
2019-11-13[gui] watch-only wallet: copy PSBT to clipboardSjors Provoost
2019-10-26Merge #17120: gui: Fix start timer from non QThreadWladimir J. van der Laan
2019-10-24Remove BIP70 Supportfanquake
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-14gui: Fix start timer from non QThreadJoão Barbosa