1326 Commits (46ce223d15d4111d096f6342eb6f526d2507d7d7)

Author SHA1 Message Date
James O'Beirne 46ce223d15 Add tests for CMerkleBlock usage with txids specified 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Cory Fields 80e2e9d0ce net: drop unused connman param 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Cory Fields 28f11e9406 net: pass CConnman via pointer rather than reference 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Sjors Provoost 478d4fb79c [docs] explain how to recompile only what bitcoind tests need 7 years ago
Suhas Daftuar 0311836f69 Allow setting nMinimumChainWork on command line 7 years ago
MeshCollider d1138e3620 Remove redundant testutil files 7 years ago
danra 946638d0a0 Improve versionbits_computeblockversion test code consistency 7 years ago
Andreas Schildbach ecb11f561c Document the non-strict-DER-conformance of one test in tx_valid.json. 7 years ago
practicalswift f1708ef89a Add recommendation: By default, declare single-argument constructors `explicit` 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
klemens f42fc1d508 doc: spelling fixes 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo e7539f8649 Fix some broken init-time prints/constants 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 7 years ago
Pieter Wuille 2991c91d88 Add SHA256 dispatcher 7 years ago
practicalswift b82c55af78 Add attribute [[noreturn]] (C++11) to functions that will not return 7 years ago
René Nyffenegger c5ebddd114 Tests: address placement should be deterministic by default 7 years ago
Alex Morcos b1385852ef Remove factor of 3 from definition of dust. 7 years ago
René Nyffenegger d0413c670b Use range based for loop 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
John Newbery fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings 7 years ago
Mark Friedenbach c8e29d7ff0 Replace MAX_OPCODE for OP_NOP10. 7 years ago
practicalswift 49eb0916da [tests] Avoid redundant assignments. Remove unused variables. 7 years ago
Pavel Janík 5618b7d1ad Do not shadow upper local variable `state`. 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 7 years ago
Matt Corallo cda1429d5b Give CMainSignals a reference to the global scheduler 7 years ago
Alex Morcos e0738e3d31 remove default argument from estimateSmartFee 7 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 7 years ago
Suhas Daftuar e3f9c05b96 Add CheckInputs() unit tests 7 years ago
Pieter Wuille 21180ff734 Simplify return values of GetCoin/HaveCoin(InCache) 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
Jorge Timón 3eff827f89
scripted-diff: Remove BOOST_REVERSE_FOREACH 7 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 7 years ago
Cory Fields 6d0bd5b73d net: do not allow resolving to an internal address 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
Pieter Wuille cb24c8539d Use rdrand as entropy source on supported platforms 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Russell Yanofsky 3ff1fa8c4a Use override keyword on CCoinsView overrides 7 years ago
practicalswift 30c2d9db48 [tests] Remove unused function InsecureRandBytes(size_t len) 7 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 7 years ago