aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-08-28Improve versionbits_computeblockversion test code consistencydanra
2017-08-24Merge #11112: [developer-notes] By default, declare single-argument construct...MarcoFalke
2017-08-23Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.Wladimir J. van der Laan
2017-08-23Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach
2017-08-22Add recommendation: By default, declare single-argument constructors `explicit`practicalswift
2017-08-22Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not r...Wladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-16Merge #10705: Trivial: spelling fixesMarcoFalke
2017-08-16doc: spelling fixesklemens
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-11Merge #10765: Tests: address placement should be deterministic by defaultMarcoFalke
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
2017-08-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
2017-07-27Fix some LoadChainTip-related init-order bugs.Matt Corallo
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-07-20Merge #10821: Add SSE4 optimized SHA256Wladimir J. van der Laan
2017-07-20Add SHA256 dispatcherPieter Wuille
2017-07-17Add attribute [[noreturn]] (C++11) to functions that will not returnpracticalswift
2017-07-17Tests: address placement should be deterministic by defaultRené Nyffenegger
2017-07-17Remove factor of 3 from definition of dust.Alex Morcos
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-16Merge #10739: test: Move variable `state` down where it is usedMarcoFalke
2017-07-16Use range based for loopRené Nyffenegger
2017-07-15Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille
2017-07-15Merge #10760: Avoid dereference-of-casted-pointerPieter Wuille
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12[refactor] move SplitHostPort() into utilstrencodingsJohn Newbery
2017-07-11Merge #10792: Replace MAX_OPCODE for OP_NOP10.Wladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach
2017-07-11Merge #10179: Give CValidationInterface Support for calling notifications on ...Wladimir J. van der Laan
2017-07-08Do not shadow upper local variable `state`.Pavel Janík
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-27Add CheckInputs() unit testsSuhas Daftuar
2017-06-26Simplify return values of GetCoin/HaveCoin(InCache)Pieter Wuille
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-06-24Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón