1385 Commits (1fb34e0d1f585dc6bb26ccbbcc26e9be4e107892)

Author SHA1 Message Date
Jeremy Rubin 8c2f4b8882 Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test to check the exclusive or of two properties rather than just or. 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
Pieter Wuille 01013f5d2f Simplify tx validation tests 7 years ago
Pieter Wuille 2dd6f80680 Add a test that all flags are softforks 7 years ago
Pieter Wuille 2851b77312 Make all script verification flags softforks 7 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 8 years ago
Suhas Daftuar e3f9c05b96 Add CheckInputs() unit tests 8 years ago
Pieter Wuille 21180ff734 Simplify return values of GetCoin/HaveCoin(InCache) 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Jorge Timón 3eff827f89
scripted-diff: Remove BOOST_REVERSE_FOREACH 8 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 8 years ago
Cory Fields 6d0bd5b73d net: do not allow resolving to an internal address 8 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 8 years ago
Pieter Wuille cb24c8539d Use rdrand as entropy source on supported platforms 8 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 8 years ago
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
Russell Yanofsky 3ff1fa8c4a Use override keyword on CCoinsView overrides 8 years ago
practicalswift 30c2d9db48 [tests] Remove unused function InsecureRandBytes(size_t len) 8 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 8 years ago
Pieter Wuille e945848582 scripted-diff: Use new naming style for insecure_rand* functions 8 years ago
practicalswift 0abc58890c [tests] Remove printf(...) 8 years ago
practicalswift 227ae9b34d [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 8 years ago
Pieter Wuille 2fcd9cc86b scripted-diff: Use randbits/bool instead of randrange where possible 8 years ago
Pieter Wuille 2ada678521 Use randbits instead of ad-hoc emulation in prevector tests 8 years ago
Pieter Wuille 5f0b04eedc Replace rand() & ((1 << N) - 1) with randbits(N) 8 years ago
Pieter Wuille 3ecabae363 Replace more rand() % NUM by randranges 8 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
Pieter Wuille efee1db21a scripted-diff: use insecure_rand256/randrange more 8 years ago
Pieter Wuille 1119927df0 Add various insecure_rand wrappers for tests 8 years ago