<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, 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:02:49Z</updated>
<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>wallet: fix --generate-from-keys saving as watch only</title>
<updated>2016-03-28T15:46:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-28T15:46:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=878ab5d896c1a9cb5c50c36a0ded5da998c941d5'/>
<id>urn:sha1:878ab5d896c1a9cb5c50c36a0ded5da998c941d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: make load_keys check types when loading JSON</title>
<updated>2016-03-27T22:39:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T21:02:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b4eada907ca2551d8f0372b40c5af0106b973d50'/>
<id>urn:sha1:b4eada907ca2551d8f0372b40c5af0106b973d50</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>wallet: pass std::function by const ref, not value</title>
<updated>2016-03-26T23:32:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T23:32:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25672d3f10e71f4db36d9497e2440f2ac26a6e01'/>
<id>urn:sha1:25672d3f10e71f4db36d9497e2440f2ac26a6e01</id>
<content type='text'>
Because we can.
</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>
<entry>
<title>wallet: handle rare case where fee adjustment can bump to the next kB</title>
<updated>2016-03-26T11:51:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T11:51:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9a2fd2ff55654cdbc458378d0365189ffd1c46a'/>
<id>urn:sha1:f9a2fd2ff55654cdbc458378d0365189ffd1c46a</id>
<content type='text'>
It resulted in a tx being sent with too low a fee, and thus rejected.
</content>
</entry>
<entry>
<title>wallet: factor fee calculation</title>
<updated>2016-03-26T11:44:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T11:44:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f26651ab8a3ed7f39a13f258880ee57f7ab85b68'/>
<id>urn:sha1:f26651ab8a3ed7f39a13f258880ee57f7ab85b68</id>
<content type='text'>
</content>
</entry>
</feed>
