70 Commits (94e52273f30fc9f3f1a7b58778ed21781bb2a744)

Author SHA1 Message Date
Jorge Timón 330bb5a456
Consensus: Minimal way to move dust out of consensus 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 8 years ago
practicalswift a47da4b6fe Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille c3f5673a63 Make CWalletTx store a CTransactionRef instead of inheriting 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Wladimir J. van der Laan 47db075377 qt: Plug many memory leaks 8 years ago
Wladimir J. van der Laan 4231032bfc
[Qt] Clean up and fix coincontrol tree widget handling 8 years ago
Jonas Schnelli 76af4eb876
[Qt] fix coincontrol sort issue 8 years ago
Wladimir J. van der Laan 1ae5839ff0 moveonly: move `coincontrol` to `src/wallet` 8 years ago
Pavel Janík f839350420 Do not shadow in src/qt 8 years ago
MarcoFalke fa8dd785a2 [qt] Remove Priority from coincontrol dialog 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 9 years ago
João Barbosa d6cc6a1830 Use CCoinControl selection in CWallet::FundTransaction 9 years ago
MarcoFalke fa989fbf57 [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) 9 years ago
fanquake 6fd0a079d8 Remove hardcoded fee from CoinControl ToolTip 9 years ago
fanquake 33877ed3b8 Add note to CoinControl Dialog workaround 9 years ago
fanquake 5fdf32de7e Replace some instances of formatWithUnit with formatHtmlWithUnit 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Jonas Schnelli 31b508a18b
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation 9 years ago
Jonas Schnelli 80462dda0a
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute 9 years ago
Alex Morcos 4fe28236c0 Change wallet and GUI code to use new smart fee estimation calls. 9 years ago
MarcoFalke abd8b768ee [qt] Properly display required fee instead of minTxFee 9 years ago
MarcoFalke 6b0e622c25 [wallet] Refactor to use new MIN_CHANGE 9 years ago
Wladimir J. van der Laan eec7757445 qt: Introduce PlatformStyle 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Philip Kaufmann dca6040a86 [Qt] remove std namespace polution from code 9 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 9 years ago
Philip Kaufmann 5e058e7417 [Qt] constify foreach uses where possible 10 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 10 years ago
Philip Kaufmann 60c146938e [Qt] header group cleanup 10 years ago
Cozz Lovan 292623adf5 Subtract fee from amount 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
fsb4000 55eade9d46 Change Coin Control first column label 10 years ago
Luke Dashjr 1d84aead21 Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which may be mistaken for a negative sign) 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Luke Dashjr 9b7d3fb165 Adopt style colour for button icons 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 2c2cc5dac1
Remove some unnecessary c_strs() in logging and the GUI 10 years ago
Cozz Lovan 027dcdc792 [Qt] Fix thin space in URI 10 years ago
Cozz Lovan d88af56011 Fee fixes 11 years ago
R E Broadley 1f740ddc4d Remove unused variable 11 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 11 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 11 years ago