danicoin/src/rpc
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
..
CMakeLists.txt updated copyright year 2015-12-31 08:39:56 +02:00
core_rpc_server.cpp Fake outs set is now decided by the wallet 2016-08-11 14:35:27 +01:00
core_rpc_server.h Fake outs set is now decided by the wallet 2016-08-11 14:35:27 +01:00
core_rpc_server_commands_defs.h Fake outs set is now decided by the wallet 2016-08-11 14:35:27 +01:00
core_rpc_server_error_codes.h updated copyright year 2015-12-31 08:39:56 +02:00