aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
AgeCommit message (Expand)Author
2022-08-15Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode...Hennadii Stepanov
2022-08-12GUI: 'getAvailableBalance', use cached balance if the user did not select UTX...furszy
2022-08-12GUI: use cached balance in overviewpage and sendcoinsdialogfurszy
2022-08-12GUI: add getter for WalletModel::m_cached_balances fieldfurszy
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-15Disallow encryption of watchonly walletsAndrew Chow
2022-07-08send: refactor CreateTransaction flow to return a BResult<CTransactionRef>furszy
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-05-29qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void`Hennadii Stepanov
2022-05-09Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ...Hennadii Stepanov
2022-04-23qt: No need to force Qt::QueuedConnection for NotifyAddressBookChangedHennadii Stepanov
2022-04-23qt, refactor: Declare `WalletModel` member functions with `const`Hennadii Stepanov
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-09Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialogHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-10-08qt: hide Create Unsigned button behind an expert mode optionAndrew Chow
2021-10-07qt: Add Create Unsigned button to SendConfirmationDialogAndrew Chow
2021-09-07qt, refactor: Allocate SendConfirmationDialog instances on heapHennadii Stepanov
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