danicoin/tests
moneromooo-monero 6cf8ca2a7f
core: faster find_blockchain_supplement
Since this queries block heights for blocks that may or may not
exist, queries for non existing blocks would throw an exception,
and that would slow down the loop a lot. 7 seconds to go through
a 30 hash list.

Fix this by adding an optional return block height to block_exists
and using this instead. Actual errors will still throw an
exception.

This also cuts down on log exception spam.
2016-08-31 10:03:32 +01:00
..
core_proxy remove original Cryptonote blockchain_storage blockchain format 2016-08-28 21:27:32 +01:00
core_tests tests: hard fork list must end with a 0 2016-08-28 21:30:29 +01:00
crypto fixed "undefined reference" for boost::system library 2016-03-16 15:33:39 +03:00
daemon_tests updated copyright year 2015-12-31 08:39:56 +02:00
data year updated in license 2015-01-02 18:52:46 +02:00
difficulty updated copyright year 2015-12-31 08:39:56 +02:00
functional_tests New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
gtest updated gtest (added missing files) 2016-01-25 21:19:57 +02:00
hash updated copyright year 2015-12-31 08:39:56 +02:00
libwallet_api_tests libwallet_api: tests: checking for result while opening wallet 2016-08-23 14:13:30 +03:00
net_load_tests Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
performance_tests New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
unit_tests core: faster find_blockchain_supplement 2016-08-31 10:03:32 +01:00
CMakeLists.txt Prevent core_tests from building under Travis 2016-08-29 06:14:27 -06:00
cryptolib.pl updated copyright year 2015-12-31 08:39:56 +02:00
cryptotest.pl updated copyright year 2015-12-31 08:39:56 +02:00
hash-target.cpp Tests: fix signed/unsigned comparison in hash-target 2016-07-22 22:05:35 +00:00
io.h updated copyright year 2015-12-31 08:39:56 +02:00