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
2018-03-26
do not truncate .dat extension for wallets in gui
Gregory Sanders
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-06
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-13
qt: Initialize members in WalletModel
MarcoFalke
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-16
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-09
Fix qt build broken by 5a5e4e9
Matt Corallo
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-05
Merge #11247: qt: Use IsMine to validate custom change address
MarcoFalke
2017-09-05
qt: Use IsMine to validate custom change address
Chris Moore
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-24
[Qt] hide bump context menu action if tx already has been bumped
Jonas Schnelli
2017-05-23
Merge #10295: [qt] Move some WalletModel functions into CWallet
Wladimir J. van der Laan
2017-05-18
[qt] Remove excess logic
practicalswift
2017-05-17
[qt] Move some WalletModel functions into CWallet
Russell Yanofsky
2017-05-11
Make sure we use nTxConfirmTarget during Qt fee bumps
Jonas Schnelli
2017-05-11
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog
Jonas Schnelli
2017-05-11
[Qt] simple fee bumper with user verification
Jonas Schnelli
2017-04-13
Missing includes
Jorge Timón
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-01-25
[Qt] Change RBF checkbox to reflect -walletrbf setting
Russell Yanofsky
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-06
Fix missed change to WalletTx structure
Alex Morcos
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
[next]