danicoin/tests
moneromooo-monero 11dc091464
Fake outs set is now decided by the wallet
This plugs a privacy leak from the wallet to the daemon,
as the daemon could previously see what input is included
as a transaction input, which the daemon hadn't previously
supplied. Now, the wallet requests a particular set of
outputs, including the real one.

This can result in transactions that can't be accepted if
the wallet happens to select too many outputs with non standard
unlock times. The daemon could know this and select another
output, but the wallet is blind to it. It's currently very
unlikely since I don't think anything uses non default
unlock times. The wallet requests more outputs than necessary
so it can use spares if any of the returns outputs are still
locked. If there are not enough spares to reach the desired
mixin, the transaction will fail.
2016-08-11 14:35:27 +01:00
..
core_proxy Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
core_tests tests: fix tests broken by the removal of the block reward accumulation loop 2016-05-01 20:59:41 +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 tests: fix compile failure on wallet2::transfer 2016-04-17 11:21:01 +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 wallet_api: async init, Wallet::connected status, log level 2016-07-18 23:03:09 +03:00
net_load_tests Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
performance_tests move g_test_dbg_lock_sleep from a global to a function level static 2016-02-22 19:34:09 +00:00
unit_tests Fake outs set is now decided by the wallet 2016-08-11 14:35:27 +01:00
CMakeLists.txt tests: enable core tests again 2016-03-17 22:14:08 +00: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