danicoin/src
moneromooo-monero 6c44f5c6eb
wallet: send 0 change to a random address where necessary with rct
If a rct transaction would cause no change to be generated, a zero
change output is added, and sent to a randomly generated address.
This ensures that no transaction will be sent with just one output,
which could cause the receiver to be able to determine which of the
inputs in the sent rings is the real one.
This is very rare, since it requires the sum of outputs to be equal
to the sum of outputs plus the fee, which is now a function of the
last few blocks.
2016-12-07 21:05:50 +00:00
..
blockchain_db db_lmdb: add info in an error message when we can't get an output 2016-12-01 14:31:40 +00:00
blockchain_utilities Revert "remove cn_deserialize" 2016-10-30 20:34:48 +00:00
blocks update block headers 2016-09-18 19:05:47 +02:00
common Merge pull request #1398 2016-12-04 22:28:22 +02:00
crypto wallet: fix output collision detection for view wallets 2016-11-07 18:59:30 +00:00
cryptonote_core Merge pull request #1398 2016-12-04 22:28:22 +02:00
cryptonote_protocol Merge pull request #1398 2016-12-04 22:28:22 +02:00
daemon add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
p2p Merge pull request #1398 2016-12-04 22:28:22 +02:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct ringct: fix MGs serialization to JSON 2016-12-02 13:16:19 +00:00
rpc Improve daemon RPC version handling 2016-11-26 12:56:44 +00:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet Merge pull request #1379 2016-12-04 22:01:49 +02:00
wallet wallet: send 0 change to a random address where necessary with rct 2016-12-07 21:05:50 +00:00
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
cryptonote_config.h Merge pull request #1263 2016-11-11 12:34:43 +02:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in update version 2016-09-18 19:20:29 +02:00