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
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
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-03-31
Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
Wladimir J. van der Laan
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
wallet: remove totalfee from createBumpTransaction()
Jon Atack
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-02-25
refactor: Use psbt forward declaration
Russell Yanofsky
2020-02-16
gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
João Barbosa
2020-02-11
gui: Fix race in WalletModel::pollBalanceChanged
Russell Yanofsky
2020-01-18
qt: Hide non PKHash-Addresses in signing address book
Emil Engler
2020-01-15
QT: Change bumpFee asserts to simple error message
Gregory Sanders
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-07
QT: bump fee returns PSBT on clipboard for watchonly-only wallets
Gregory Sanders
2019-11-13
[gui] watch-only wallet: copy PSBT to clipboard
Sjors Provoost
2019-10-26
Merge #17120: gui: Fix start timer from non QThread
Wladimir J. van der Laan
2019-10-24
Remove BIP70 Support
fanquake
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-14
gui: Fix start timer from non QThread
João Barbosa
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-10
Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...
Wladimir J. van der Laan
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-02
wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
João Barbosa
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-05-09
Give WalletModel::UnlockContext move semantics
Pieter Wuille
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-01-23
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-21
Check for more than private keys disabled to show receive button
Andrew Chow
2019-01-18
gui: Use AutoConnection for WalletModel::unload signal
João Barbosa
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
[next]