<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.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-04-02T03:03:25Z</updated>
<entry>
<title>Merge pull request #772</title>
<updated>2016-04-02T03:03:25Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:03:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b22f550c67796788272534c78cbe78787ed55af3'/>
<id>urn:sha1:b22f550c67796788272534c78cbe78787ed55af3</id>
<content type='text'>
ead6956 simplewallet: always gracefully exit on EOF (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #769</title>
<updated>2016-04-02T03:02:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:02:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ac6bdbb3fad4a848d6198cb66c7600e4f2fba1d'/>
<id>urn:sha1:4ac6bdbb3fad4a848d6198cb66c7600e4f2fba1d</id>
<content type='text'>
b4eada9 wallet: make load_keys check types when loading JSON (moneromooo-monero)
3e55725 wallet: make the JSON reading type safe (moneromooo-monero)
f8d05f3 common: new json_util.h (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #767</title>
<updated>2016-04-02T03:02:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:02:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a38ad63f8f0c9941ea964519f8e9d25db5e594b2'/>
<id>urn:sha1:a38ad63f8f0c9941ea964519f8e9d25db5e594b2</id>
<content type='text'>
24b3e90 Convey tx verification failure reasons to the RPC client (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #766</title>
<updated>2016-04-02T03:01:29Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:01:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f68670a80e31dfc06ac0e4087fc8d47bc9d2a8a9'/>
<id>urn:sha1:f68670a80e31dfc06ac0e4087fc8d47bc9d2a8a9</id>
<content type='text'>
77d1c6b simplewallet: default to trusted daemon for loopback address (moneromooo-monero)
</content>
</entry>
<entry>
<title>simplewallet: always gracefully exit on EOF</title>
<updated>2016-03-29T16:52:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-29T16:52:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ead69560800057a462ba9d6102d45c12a38089c3'/>
<id>urn:sha1:ead69560800057a462ba9d6102d45c12a38089c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: make the JSON reading type safe</title>
<updated>2016-03-27T22:39:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T15:26:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3e557254c7a0828b0f2ca54aa7181c2dae1d7e4c'/>
<id>urn:sha1:3e557254c7a0828b0f2ca54aa7181c2dae1d7e4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convey tx verification failure reasons to the RPC client</title>
<updated>2016-03-27T11:37:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T11:35:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=24b3e9007a8ad0684edcee51df444b21a033e4ba'/>
<id>urn:sha1:24b3e9007a8ad0684edcee51df444b21a033e4ba</id>
<content type='text'>
This allows appropriate action to be taken, like displaying
the reason to the user.

Do just that in simplewallet, which should help a lot in
determining why users fail to send.

Also make it so a tx which is accepted but not relayed is
seen as a success rather than a failure.
</content>
</entry>
<entry>
<title>simplewallet: default to trusted daemon for loopback address</title>
<updated>2016-03-27T10:00:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T10:00:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77d1c6b6723cfe410085208498345aa4624a217d'/>
<id>urn:sha1:77d1c6b6723cfe410085208498345aa4624a217d</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
