<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.cpp, branch v0.9.4</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.9.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-26T23:29:29Z</updated>
<entry>
<title>wallet: do not leak owned amounts to the daemon unless --trusted-daemon</title>
<updated>2016-03-26T23:29:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T23:22:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0be6e08dd0faf5f7e3492652f00b8904e7e8216d'/>
<id>urn:sha1:0be6e08dd0faf5f7e3492652f00b8904e7e8216d</id>
<content type='text'>
This will be slower, though more private.

New trusted_daemon parameter to the matching RPC call, false by default.
</content>
</entry>
<entry>
<title>wallet: change sweep_dust to sweep_unmixable</title>
<updated>2016-03-26T21:15:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T21:15:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12146daeed66fc30319c481a378c8d317b49b4db'/>
<id>urn:sha1:12146daeed66fc30319c481a378c8d317b49b4db</id>
<content type='text'>
With the change in mixin rules for v2, the "annoying" outputs are
slightly changed. There is high correlation between dust and
unmixable, but no equivalence.
</content>
</entry>
<entry>
<title>wallet: use minimum mixin when RPC asks for too low mixin</title>
<updated>2016-03-11T21:32:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-11T21:32:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8bc1bd6b65d89ecd36ecc410194512da17212cd3'/>
<id>urn:sha1:8bc1bd6b65d89ecd36ecc410194512da17212cd3</id>
<content type='text'>
After the fork, normal transfer functions called via RPC
use the minimum mixin 2 if 0 or 1 is requested. While the
incoming transaction may be valid (eg, it has an unmixable
and at most a mixable input), it is a simple way to make
sure RPC users can't get a seemingly random accept/reject
behavior if they don't update their requested mixin.
</content>
</entry>
<entry>
<title>get_payments short ID</title>
<updated>2016-03-05T19:30:48Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2016-03-05T19:30:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e2b7e55be6bce45762871db6397e4592d57fc032'/>
<id>urn:sha1:e2b7e55be6bce45762871db6397e4592d57fc032</id>
<content type='text'>
Add support for short/integrated/encrypted IDs to get_payments RPC
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a rescan_bc command and rescan_blockchain RPC</title>
<updated>2015-12-30T15:06:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T12:58:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc8a52efd8dcda4544856e724a17c9cba161d4a2'/>
<id>urn:sha1:bc8a52efd8dcda4544856e724a17c9cba161d4a2</id>
<content type='text'>
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
</content>
</entry>
<entry>
<title>wallet_rpc_server: exit async, so we reply to stop_wallet RPC</title>
<updated>2015-12-28T23:38:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T23:38:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61ce8d6fde69795568804b619f086d1824406e92'/>
<id>urn:sha1:61ce8d6fde69795568804b619f086d1824406e92</id>
<content type='text'>
Reported by saddam
</content>
</entry>
<entry>
<title>wallet: do not return error if incoming_transfers finds none</title>
<updated>2015-12-28T20:27:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T20:26:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9847db69206e5a01a84c2be5155828effb434815'/>
<id>urn:sha1:9847db69206e5a01a84c2be5155828effb434815</id>
<content type='text'>
reported by saddam
</content>
</entry>
<entry>
<title>added RPC wallet command getheight</title>
<updated>2015-12-23T16:04:04Z</updated>
<author>
<name>Brendan Telzrow</name>
<email>telzrowb@gmail.com</email>
</author>
<published>2015-12-23T16:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cd7913a047b799728d6b04289c45c300c0ff613'/>
<id>urn:sha1:4cd7913a047b799728d6b04289c45c300c0ff613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a stop_wallet RPC call</title>
<updated>2015-12-05T14:53:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-05T14:53:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1965fce4026f8d97eadb3c03a97e25b0e3cc8703'/>
<id>urn:sha1:1965fce4026f8d97eadb3c03a97e25b0e3cc8703</id>
<content type='text'>
</content>
</entry>
</feed>
