index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
walletmodel.cpp
Age
Commit message (
Expand
)
Author
2022-08-15
Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode...
Hennadii Stepanov
2022-08-12
GUI: 'getAvailableBalance', use cached balance if the user did not select UTX...
furszy
2022-08-12
GUI: use cached balance in overviewpage and sendcoinsdialog
furszy
2022-08-12
GUI: add getter for WalletModel::m_cached_balances field
furszy
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-15
Disallow encryption of watchonly wallets
Andrew Chow
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-05-29
qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void`
Hennadii Stepanov
2022-05-09
Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ...
Hennadii Stepanov
2022-04-23
qt: No need to force Qt::QueuedConnection for NotifyAddressBookChanged
Hennadii Stepanov
2022-04-23
qt, refactor: Declare `WalletModel` member functions with `const`
Hennadii Stepanov
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-09
Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialog
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-10-08
qt: hide Create Unsigned button behind an expert mode option
Andrew Chow
2021-10-07
qt: Add Create Unsigned button to SendConfirmationDialog
Andrew Chow
2021-09-07
qt, refactor: Allocate SendConfirmationDialog instances on heap
Hennadii Stepanov
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-27
gui: display address on external signer
Sjors Provoost
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-04-05
qt: Handle exceptions in WalletModel::pollBalanceChanged slot
Hennadii Stepanov
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-26
Add information to "Confirm fee bump" window
Prayank
2021-01-13
Add include for std::bind.
sinetek
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-10-28
qt, wallet: Drop unused parameter in WalletModel::setWalletEncrypted
Hennadii Stepanov
2020-08-31
remove usage of boost::bind
fanquake
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-26
Merge bitcoin-core/gui#8: Fix regression in TransactionTableModel
MarcoFalke
2020-06-22
qt: Fix regression in TransactionTableModel
Hennadii Stepanov
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-05-29
Merge #17993: gui: Balance/TxStatus polling update based on last block hash.
Jonas Schnelli
2020-05-29
Merge #17918: qt: Hide non PKHash-Addresses in signing address book
Jonas Schnelli
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-21
Merge #18997: gui: Remove un-actionable TODO
MarcoFalke
2020-05-20
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...
Jonas Schnelli
2020-05-17
gui: Remove un-actionable TODO
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"
Russell Yanofsky
2020-05-01
gui: Avoid wallet tryGetBalances calls before TransactionChanged or BlockTip ...
Russell Yanofsky
2020-05-01
Cancel wallet balance timer when shutdown requested
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
[next]