aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
AgeCommit message (Expand)Author
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
2019-07-18Get rid of PendingWalletTx class.Russell Yanofsky
2019-07-10Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan
2019-07-08qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-05-09Give WalletModel::UnlockContext move semanticsPieter Wuille
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
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
2019-01-21Check for more than private keys disabled to show receive buttonAndrew Chow
2019-01-18gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2019-01-09Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan