danicoin/tests
moneromooo-monero 82dbba10d4
core: dynamic fee algorithm from ArticMine
The fee will vary based on the base reward and the current
block size limit:

fee = (R/R0) * (M0/M) * F0

R: base reward
R0: reference base reward (10 monero)
M: block size limit
M0: minimum block size limit (60000)
F0: 0.002 monero

Starts applying at v4
2016-10-31 08:37:08 +00:00
..
core_proxy core: notify the txpool when transactions are relayed 2016-10-23 00:32:49 +01:00
core_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
crypto cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
daemon_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
data year updated in license 2015-01-02 18:52:46 +02:00
difficulty cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
functional_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
gtest updated gtest (added missing files) 2016-01-25 21:19:57 +02:00
hash cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
libwallet_api_tests libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed 2016-10-06 16:35:03 +03:00
net_load_tests cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
performance_tests tests: add performance test for keypair::generate 2016-10-26 22:10:05 +01:00
unit_tests core: dynamic fee algorithm from ArticMine 2016-10-31 08:37:08 +00:00
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04: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