aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove usage of boost::bindfanquake2020-08-311-1/+1
* refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-1/+1
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* Merge bitcoin-core/gui#8: Fix regression in TransactionTableModelMarcoFalke2020-06-261-1/+6
|\
| * qt: Fix regression in TransactionTableModelHennadii Stepanov2020-06-221-1/+6
* | FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-1/+1
|/
* Merge #17993: gui: Balance/TxStatus polling update based on last block hash.Jonas Schnelli2020-05-291-7/+5
|\
| * Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-7/+5
* | Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli2020-05-291-0/+5
|\ \
| * | qt: Hide non PKHash-Addresses in signing address bookEmil Engler2020-01-181-0/+5
* | | Merge #18997: gui: Remove un-actionable TODOMarcoFalke2020-05-211-8/+2
|\ \ \ | |_|/ |/| |
| * | gui: Remove un-actionable TODOMarcoFalke2020-05-171-8/+2
* | | Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli2020-05-201-10/+23
|\ \ \ | |/ / |/| |
| * | Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"Russell Yanofsky2020-05-011-7/+10
| * | gui: Avoid wallet tryGetBalances calls before TransactionChanged or BlockTip ...Russell Yanofsky2020-05-011-0/+4
| * | Cancel wallet balance timer when shutdown requestedRussell Yanofsky2020-05-011-3/+9
* | | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-9/+10
|/ /
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke2020-04-101-2/+8
|\ \
| * | gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-091-2/+8
| |/
* | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-0/+1
|\ \
| * | refactor: Use psbt forward declarationRussell Yanofsky2020-02-251-0/+1
* | | Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan2020-03-311-10/+7
|\ \ \
| * | | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa2020-02-161-10/+7
| |/ /
* | | Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan2020-03-261-1/+1
|\ \ \
| * | | wallet: remove totalfee from createBumpTransaction()Jon Atack2020-03-261-1/+1
| |/ /
* | | refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-1/+1
* | | refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky2020-03-191-13/+3
|/ /
* | gui: Fix race in WalletModel::pollBalanceChangedRussell Yanofsky2020-02-111-2/+2
* | QT: Change bumpFee asserts to simple error messageGregory Sanders2020-01-151-2/+4
* | QT: bump fee returns PSBT on clipboard for watchonly-only walletsGregory Sanders2020-01-071-1/+19
|/
* [gui] watch-only wallet: copy PSBT to clipboardSjors Provoost2019-11-131-1/+1
* Merge #17120: gui: Fix start timer from non QThreadWladimir J. van der Laan2019-10-261-5/+8
|\
| * gui: Fix start timer from non QThreadJoão Barbosa2019-10-141-5/+8
* | Remove BIP70 Supportfanquake2019-10-241-44/+0
* | [wallet] Remove return value from CommitTransaction()John Newbery2019-10-181-3/+1
|/
* Get rid of PendingWalletTx class.Russell Yanofsky2019-07-181-2/+2
* Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...Wladimir J. van der Laan2019-07-101-2/+5
|\
| * wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa2019-07-021-2/+5
* | qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-081-7/+14
|/
* [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-06-281-3/+1
* Give WalletModel::UnlockContext move semanticsPieter Wuille2019-05-091-1/+1
* [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-2/+2
* [wallet] Support creating a blank walletAndrew Chow2019-02-101-6/+1
* Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-0/+12
* Check for more than private keys disabled to show receive buttonAndrew Chow2019-01-211-0/+5
* gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa2019-01-181-1/+1
* Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-3/+3
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-3/+3
* Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan2019-01-091-2/+0
|\