97 Commits (9ceb94dcff2c0f2e71501fff56c51a26a7b68d7b)

Author SHA1 Message Date
João Barbosa 0dc6a30ef3
[gui] Defer coin control instancing 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
Wladimir J. van der Laan e7b31631c7 qt: refactor: Changes to make include paths absolute 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Jonas Schnelli 207408b088
Fix crash via division by zero assertion 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
practicalswift 55509f1a11 Document assumptions that are being made to avoid division by zero 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 7 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
Alex Morcos f0bf33da83 Change default fee estimation mode. 7 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 7 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Alex Morcos 61718268b5 Don't create change at the dust limit, even if it means paying more than expected 8 years ago
Alex Morcos e9cd7786da Pass in smart fee slider value to coin control dialog 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 18dc3c3962
scripted-diff: Remove Q_FOREACH 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Gregory Sanders 091a9ae21c remove minimum total fee option 8 years ago
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