2480 Commits (9ceb94dcff2c0f2e71501fff56c51a26a7b68d7b)

Author SHA1 Message Date
Jonas Schnelli 9b9ca538cd
Only update the transactionrecord if the fee bump has been commited 8 years ago
Jonas Schnelli 6ed4368f12
Make sure we use nTxConfirmTarget during Qt fee bumps 8 years ago
Jonas Schnelli be08fc39d0
Make sure we always update the table row after a bumpfee call 8 years ago
Jonas Schnelli 2678d3dc63
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog 8 years ago
Jonas Schnelli fbf385cc83
[Qt] simple fee bumper with user verification 8 years ago
Karl-Johan Alm 5a5e4e9cc1
[wallet] Remove CTransaction&() helper conversion operator from wallet implementation. 8 years ago
Spencer Lievens 012fa9b99d Add OSX keystroke to clear RPCConsole 8 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
Jorge Timón 330bb5a456
Consensus: Minimal way to move dust out of consensus 8 years ago
Russell Yanofsky fb463d1717 [qt] Don't call method on null WalletModel object 8 years ago
Wladimir J. van der Laan 71afe3c099 wallet: Introduce database handle wrapper 8 years ago
Jonas Schnelli 4082fb0003
Add missing <atomic> header in clientmodel.h 8 years ago
Jonas Schnelli 928d4a9ac5
Set both time/height header caches at the same time 8 years ago
Jonas Schnelli 610a91719c
Declare headers height/time cache mutable, re-set the methods const 8 years ago
Jonas Schnelli cf92bce526
Update the remaining blocks left in modaloverlay at init. 8 years ago
Jonas Schnelli 7148f5e7d7
Reduce cs_main locks during modal overlay by adding an atomic cache 8 years ago
Matt Corallo 608bbccfb9 [qt] Stop treating coinbase outputs differently: show them at 1conf 8 years ago
Jorge Timón 1c897fc3da
Missing includes 8 years ago
Cory Fields c851be4b25 net: define NodeId as an int64_t 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
KibbledJiveElkZoo 8c3e6c6987 Changed "Send" button default status from true to false 8 years ago
Allan Doensen e9ff818b69 Fix for issues with startup and multiple monitors on windows. 8 years ago
practicalswift 9a763d4f86 Remove excess logic. 8 years ago
Russell Yanofsky bf1026412d Run bitcoin_test-qt under minimal QPA platform 8 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 8 years ago
Jonas Schnelli 7278537730
[Qt] Don't add arguments of sensitive command to console window 8 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 8 years ago
Eric Shaw Jr 9ab9e7d1b3 Add a button to open the config file in a text editor 8 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 8 years ago
Russell Yanofsky b5bec4e330 Avoid QTimer::singleShot compile error with Qt 5.3.2 8 years ago
Russell Yanofsky d5046e72f4 Avoid scoped_connection compile error with boost 1.55.0 8 years ago
practicalswift a3ca43bb32 [trivial] Fix a typo (introduced two days ago) in the default fee warning 8 years ago
Russell Yanofsky 9e6817ed11 Add new test_bitcoin-qt static library dependencies 8 years ago
Russell Yanofsky 2754ef1c4a Add simple qt wallet test sending a transaction 8 years ago
Russell Yanofsky b61b34c89d Add braces to if statements in Qt test_main 8 years ago
Russell Yanofsky cc9503cec9 Make qt test compatible with TestChain100Setup framework 8 years ago
Russell Yanofsky af61d9f78b Add COutput::fSafe member for safe handling of unconfirmed outputs 8 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
Marko Bencun 5b528d746c qt: clean up initialize/shutdown signals 8 years ago
Jonas Schnelli 312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode 8 years ago
Pieter Wuille c801c82e25 Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 8 years ago
Luke Dashjr 7abe7bbf61
Qt/Send: Give fallback fee a reasonable indent 8 years ago
Luke Dashjr 3e4d7bfcb7
Qt/Send: Figure a decent warning colour from theme 8 years ago
Jonas Schnelli 4b6ccccc16
Selectively suppress deprecation warnings 8 years ago
Luke Dashjr 0b4f273e9c Bugfix: Qt/Options: Restore persistent "restart required" notice 8 years ago