aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-22Merge #12704: base58: use map instead of strchr() when decodeWladimir J. van der Laan
2018-03-21Merge #12750: Replace boost::call_once with std::call_oncePieter Wuille
2018-03-21Merge #12747: Fix typosMarcoFalke
2018-03-21Replace boost::call_once with std::call_oncedonaloconnor
2018-03-21Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://Wladimir J. van der Laan
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov
2018-03-21Fix typospracticalswift
2018-03-21Fix typosDimitris Apostolou
2018-03-21use base58 map instead of strchr()Kevin Pan
2018-03-20Remove unnecessary NONNEGATIVE_SIGNEDRussell Yanofsky
2018-03-20Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is no...Wladimir J. van der Laan
2018-03-20Merge #12721: Qt: remove "new" button during receive-mode in addressbookWladimir J. van der Laan
2018-03-19Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cppMarcoFalke
2018-03-19Merge #9753: Add static_assert to prevent VARINT(<signed value>)Wladimir J. van der Laan
2018-03-19Merge #12700: Document RPC method aliasingWladimir J. van der Laan
2018-03-19Merge #12408: wallet: Change output type globals to membersWladimir J. van der Laan
2018-03-19Remove unreachable help conditionslutangar
2018-03-19Merge #12678: build: Fix a few compilation issues with Clang 7 and -WerrorWladimir J. van der Laan
2018-03-19Qt: remove "new" button during receive-mode in addressbookJonas Schnelli
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-16Merge #12542: Remove redundant includes. Conform to header include guidelines.Pieter Wuille
2018-03-15Merge #12683: Fix more constness violations in serialization codePieter Wuille
2018-03-15Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky
2018-03-15Merge #12621: Avoid querying unnecessary model data when filtering transactionsPieter Wuille
2018-03-15Merge #12693: Remove unused variable in SortForBlockPieter Wuille
2018-03-15Document RPC method aliasingRussell Yanofsky
2018-03-15Remove redundant checks for MSG_* from configure.acVasil Dimov
2018-03-15Merge #12431: Only call NotifyBlockTip when chainActive changesWladimir J. van der Laan
2018-03-14Remove unused variable in SortForBlockDrew Rasmussen
2018-03-14Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan
2018-03-14Merge #12080: Add support to search the address bookWladimir J. van der Laan
2018-03-14Polish interfaces around PeerLogicValidationVasil Dimov
2018-03-13Merge #9680: Unify CWalletTx constructionPieter Wuille
2018-03-13Support deserializing into temporariesPieter Wuille
2018-03-13Merge READWRITEMANY into READWRITEPieter Wuille
2018-03-13Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDERRussell Yanofsky
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-13Merge #12658: Sanitize some wallet serializationWladimir J. van der Laan
2018-03-13Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan
2018-03-13Add a test to make sure that negative effective values are filteredAndrew Chow
2018-03-13Benchmark BnB in the worst case where it exhaustsAndrew Chow
2018-03-13Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow
2018-03-13Add a GetMinimumFeeRate function which is wrapped by GetMinimumFeeAndrew Chow
2018-03-13Move original knapsack solver tests to coinselector_tests.cppAndrew Chow
2018-03-13Move current coin selection algorithm to coinselection.{cpp,h}Andrew Chow
2018-03-13Add tests for the Branch and Bound algorithmAndrew Chow
2018-03-13Remove coinselection.h -> wallet.h circular dependencyAndrew Chow
2018-03-13Use a struct for output eligibilityAndrew Chow
2018-03-13Move output eligibility to a separate functionAndrew Chow