aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-24Merge #12257: [wallet] Use destination groups instead of coins in coin selectWladimir J. van der Laan
2018-07-24doc: Add release notes for -avoidpartialspendsKarl-Johan Alm
2018-07-24clean-up: Remove no longer used ivars from CInputCoinKarl-Johan Alm
2018-07-24wallet: Remove deprecated OutputEligibleForSpendingKarl-Johan Alm
2018-07-24test: Add basic testing for wallet groupsKarl-Johan Alm
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-07-24wallet: Add output groupingKarl-Johan Alm
2018-07-24Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm
2018-07-24wallet: Add input bytes to CInputCoinKarl-Johan Alm
2018-07-24moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm
2018-07-24utils: Add insert() convenience templatesKarl-Johan Alm
2018-07-23qt: Update translation source messagesWladimir J. van der Laan
2018-07-23Merge #13747: tests: Skip P2PConnection's is_closing() check when not availableMarcoFalke
2018-07-23Skip is_closing() check when not available.Daniel Kraft
2018-07-23Merge #13719: Avoid creating a temporary vector for size-prefixed elementsWladimir J. van der Laan
2018-07-23Merge #13742: doc: Adjust bitcoincore.org linksWladimir J. van der Laan
2018-07-22Merge #13740: trivial: remove unneeded includeMarcoFalke
2018-07-22Merge #13212: Net: Fixed a race condition when disabling the network.Wladimir J. van der Laan
2018-07-22doc: Adjust bitcoincore.org linksMarcoFalke
2018-07-22Merge #13633: Drop dead code from StacksWladimir J. van der Laan
2018-07-22Merge #13733: Utils: Refactor ArgsManager a littleWladimir J. van der Laan
2018-07-22trivial: remove unneeded includeNikolay Mitev
2018-07-22Merge #11762: Avoid locking mutexes that are already held by the same threadMarcoFalke
2018-07-22Merge #12764: doc: Remove field in getblocktemplate help that has never been ...MarcoFalke
2018-07-22Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke
2018-07-22Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where po...MarcoFalke
2018-07-22Merge #13729: travis: Avoid unnecessarily setting env variables on the lint b...MarcoFalke
2018-07-22Merge #13683: wallet: Introduce assertion to document the assumption that cac...MarcoFalke
2018-07-21Merge #13726: Utils and libraries: Removes the boost/algorithm/string/join de...MarcoFalke
2018-07-22tiny refactor for ArgsManagerAtsukiTak
2018-07-21Avoid locking mutexes that are already held by the same threadpracticalswift
2018-07-21Use the Travis python language feature on the lint buildBen Woosley
2018-07-21Don't unnecessarily install shellcheck on the lint buildBen Woosley
2018-07-21trivial: Replace CPubKey::operator[] with CPubKey::vch where possibleNikolay Mitev
2018-07-21Removes the boost/algorithm/string/join dependency251
2018-07-20Avoid unnecessarily setting env variables on the lint buildBen Woosley
2018-07-20Merge #13725: Fix bitcoin-cli --versionMarcoFalke
2018-07-20Fix bitcoin-cli --versionBen Woosley
2018-07-20Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan
2018-07-20Merge #13695: lint: Add linter for circular dependenciesWladimir J. van der Laan
2018-07-20Merge #11637: p2p: Remove dead service bits codeWladimir J. van der Laan
2018-07-20Merge #13718: docs: Specify preferred Python string formatting techniqueMarcoFalke
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-19Avoid creating a temporary vector for size-prefixed elementsPieter Wuille
2018-07-19Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...MarcoFalke
2018-07-19Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke
2018-07-19docs: Specify preferred Python string formatting techniqueMason Simon
2018-07-19wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift
2018-07-19wallet: Add tests for ParseHDKeypath(...)practicalswift