14347 Commits (ff6a834fc32b25376e221fefa8c2a2565b4167cc)
 

Author SHA1 Message Date
John Newbery 0a4912e46a [tests] timeout integration tests on travis after 20 minutes 7 years ago
John Newbery 7c51e9f0dc [tests] destroy zmq context in zmq_tests.py 7 years ago
John Newbery b1bac1cb7e [tests] in zmq test, timeout if message not received 7 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 7 years ago
Wladimir J. van der Laan 177433ad22
Merge #8694: Basic multiwallet support 7 years ago
Wladimir J. van der Laan fa1f106218
Merge #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning 7 years ago
Pieter Wuille a090d1c1c9 Header include guideline 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
Wladimir J. van der Laan 2c2d988062
Merge #10546: Remove 33 unused Boost includes 7 years ago
Wladimir J. van der Laan e4918316d8
Merge #10561: Remove duplicate includes 7 years ago
Wladimir J. van der Laan 5d034ee7fa
Merge #10566: [docs] Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
Wladimir J. van der Laan 562caf1c74
Merge #10560: Remove unused constants 7 years ago
Wladimir J. van der Laan 2e7d8f8b7d
Merge #10569: Fix stopatheight 7 years ago
MarcoFalke 3ee3d04374 Add extra LevelDB source to Makefile 7 years ago
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 7 years ago
Pieter Wuille e4030ab4f4 Update to LevelDB 1.20 7 years ago
Pieter Wuille cf44e4ca77 Squashed 'src/leveldb/' changes from a31c8aa40..196962ff0 7 years ago
Andrew Chow c45cbaf69f Fix stopatheight 7 years ago
Pieter Wuille e241a63c23 Clarify prevector::erase and avoid swap-to-clear 7 years ago
Pieter Wuille 76f268b9bd
Merge #10521: Limit variable scope 7 years ago
Andrew Chow 405b86a92a Replace lcov -r commands with faster way 7 years ago
Matt Corallo 9417d7a336 Be much more agressive in AccessCoin docs. 7 years ago
Matt Corallo f58349ca85 Restore some assert semantics in sigop cost calculations 7 years ago
Matt Corallo 3533fb4d33 Return a bool in SpendCoin to restore pre-per-utxo assert semantics 7 years ago
practicalswift e53a0fa12a Remove duplicate includes 7 years ago
practicalswift dce82397c1 Comment out unused constant REJECT_DUST 7 years ago
practicalswift 7631066779 Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Gregory Maxwell bf376eaccc Return early in IsBanned. 7 years ago
Andrew Chow 3ec5ad88e6 Add test for rpcuser/rpcpassword 7 years ago
practicalswift 3289ef4fe1 Remove unused constant MEMPOOL_GD_VERSION 7 years ago
Alex Morcos 525769853e Change semantics of HaveCoinInCache to match HaveCoin 7 years ago
John Newbery 5ebd5f9e15 [tests] tidy up zmq_test.py 7 years ago
Wladimir J. van der Laan 29f80cd230
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Andrew Chow c53c9831ee Replace cookie auth in tests 7 years ago
Andrew Chow ec98b78e1e Tests for wallet encryption stuff 7 years ago
Russell Yanofsky 3ff1fa8c4a Use override keyword on CCoinsView overrides 7 years ago
John Newbery 4a0c08fdcf [tests] update zmq test to use correct config.ini file 7 years ago
Wladimir J. van der Laan 9c248e39f2
Merge #10481: Decodehextx scripts sanity check 7 years ago
Wladimir J. van der Laan 35e7f13f68
Merge #10548: Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Wladimir J. van der Laan 71ab6e5538
Merge #10547: [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 7 years ago
Timothy Redaelli 7222388bb2 Avoid printing generic and duplicated "checking for QT" during ./configure 7 years ago
practicalswift 9f841a6c3d [tests] Remove accidental trailing semicolon 7 years ago
practicalswift 30c2d9db48 [tests] Remove unused function InsecureRandBytes(size_t len) 7 years ago
Wladimir J. van der Laan 6c2d81f34d
Merge #10524: [tests] Remove printf(...) 7 years ago
Pieter Wuille e801084dec
Merge #10321: Use FastRandomContext for all tests 7 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 7 years ago
Andrew Chow c8914b9dbb Have `make cov` optionally include branch coverage statistics 7 years ago
Andrew Chow ac4e438229 Sanity check transaction scripts in DecodeHexTx 7 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 7 years ago