Age | Commit message (Expand) | Author |
2019-07-08 | Merge #16128: Delete error-prone CScript constructor only used with FindAndDe... | Wladimir J. van der Laan |
2019-06-13 | Delete error-prone CScript constructor | Gregory Sanders |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2019-01-13 | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant) | practicalswift |
2018-11-29 | qt: Remove hidden columns in coin control dialog | João Barbosa |
2018-10-09 | build: Add --disable-bip70 configure option | Wladimir J. van der Laan |
2018-08-21 | qt: Use new Qt5 connect syntax | João Barbosa |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-25 | [qt] coincontrol: Remove unused qt4 workaround | MarcoFalke |
2018-06-18 | gui: Remove QT_VERSION fallbacks for Qt < 5 | Wladimir J. van der Laan |
2018-04-23 | wallet: Make fee settings non-static members | MarcoFalke |
2018-04-07 | scripted-diff: Avoid `interface` keyword to fix windows gitian build | Russell Yanofsky |
2018-04-04 | Remove direct bitcoin calls from qt/coincontroldialog.cpp | Russell Yanofsky |
2018-04-04 | Remove most direct bitcoin calls from qt/walletmodel.cpp | Russell Yanofsky |
2018-03-21 | Fix typos | Dimitris Apostolou |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-02-01 | [gui] Defer coin control instancing | João Barbosa |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | qt: refactor: Changes to make include paths absolute | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-10-15 | Fix crash via division by zero assertion | Jonas Schnelli |
2017-10-12 | Merge #11133: Document assumptions that are being made to avoid division by zero | Wladimir J. van der Laan |
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-08-28 | Document assumptions that are being made to avoid division by zero | practicalswift |
2017-08-14 | Move some static functions out of wallet.h/cpp | Russell Yanofsky |
2017-07-14 | Make QT fee displays use GetMinimumFee instead of estimateSmartFee | Alex Morcos |
2017-07-14 | Refactor to use CoinControl in GetMinimumFee and FeeBumper | Alex Morcos |
2017-07-06 | Change default fee estimation mode. | Alex Morcos |
2017-07-06 | Introduce a fee estimate mode. | Alex Morcos |
2017-07-06 | remove default argument from GetMinimumFee | Alex Morcos |
2017-06-22 | Merge #10633: doc: Fix various typos | Wladimir J. van der Laan |
2017-06-22 | Merge #9343: Don't create change at dust limit | Wladimir J. van der Laan |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-06-15 | Merge #10582: Pass in smart fee slider value to coin control dialog | Wladimir J. van der Laan |
2017-06-14 | Don't create change at the dust limit, even if it means paying more than expe... | Alex Morcos |
2017-06-14 | Pass in smart fee slider value to coin control dialog | Alex Morcos |
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille |
2017-06-06 | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma... | practicalswift |
2017-06-05 | scripted-diff: Remove PAIRTYPE | 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-11 | remove minimum total fee option | Gregory Sanders |
2017-05-03 | Consensus: Minimal way to move dust out of consensus | Jorge Timón |
2017-04-10 | Call estimate(Smart)Fee directly from CBlockPolicyEstimator | Alex Morcos |
2017-02-27 | wallet: Remove sendfree | MarcoFalke |
2017-02-07 | Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; | practicalswift |