<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.cpp, branch v0.10.0</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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T09:36:30Z</updated>
<entry>
<title>Merge pull request #1089</title>
<updated>2016-09-18T09:36:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T09:36:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35cdbe2eb2f0d59bd67c6530a82a3a3fc334d079'/>
<id>urn:sha1:35cdbe2eb2f0d59bd67c6530a82a3a3fc334d079</id>
<content type='text'>
368485d simplewallet: do not expose the details of tx splitting to the user (moneromooo-monero)
</content>
</entry>
<entry>
<title>simplewallet: do not expose the details of tx splitting to the user</title>
<updated>2016-09-17T21:23:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-17T21:23:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=368485d5182e1f55687e841992e545cd639a4735'/>
<id>urn:sha1:368485d5182e1f55687e841992e545cd639a4735</id>
<content type='text'>
They're confusing, as people think it reports their balance.
</content>
</entry>
<entry>
<title>simplewallet: fix wrong amount in show_transfers for pending transactions</title>
<updated>2016-09-17T16:18:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-17T16:18:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=925086346abdb379be5686f7f577c4db08730cc8'/>
<id>urn:sha1:925086346abdb379be5686f7f577c4db08730cc8</id>
<content type='text'>
Change was not taken into consideration
</content>
</entry>
<entry>
<title>wallet: change priority/fee to ArticMine's recommendation</title>
<updated>2016-09-16T10:50:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-16T10:50:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c7b0cb28e015f5f7542932e0edcade748c1a67d'/>
<id>urn:sha1:9c7b0cb28e015f5f7542932e0edcade748c1a67d</id>
<content type='text'>
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB
to 0.002/kB, where we start using 1, 20, 166 multipliers.
This ensures the higher multiplier will compensate for the
block reward penalty when pushing past 100% of the past median.

The fee-multiplier wallet setting is now rename to priority,
since it keeps its [0..3] range, but maps to different multiplier
values.
</content>
</entry>
<entry>
<title>fix remaining bitmonero and simplewallet bits</title>
<updated>2016-09-03T20:03:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T20:03:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=df63e0704aaed8ca4ce89f84586978c0b714ebf8'/>
<id>urn:sha1:df63e0704aaed8ca4ce89f84586978c0b714ebf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplewallet: add magic and public keys to key image export file</title>
<updated>2016-09-01T10:32:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-01T10:32:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f1d87c8064cb6cc3e314c6e6cc85a9efba4ce3b5'/>
<id>urn:sha1:f1d87c8064cb6cc3e314c6e6cc85a9efba4ce3b5</id>
<content type='text'>
This ensures it's hard to mix files up
</content>
</entry>
<entry>
<title>simplewallet: make the key image export format binary</title>
<updated>2016-09-01T10:04:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-01T10:04:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4e894a526e9865772acedade803c4ebfe3db21d'/>
<id>urn:sha1:f4e894a526e9865772acedade803c4ebfe3db21d</id>
<content type='text'>
Saves on space, and on some pointless hex conversions
</content>
</entry>
<entry>
<title>wallet: fix some "may be used uninitialized" warnings</title>
<updated>2016-08-28T20:30:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-27T12:45:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fbd7c359ee10ca08fe3c7c95464fc054ea42a9b8'/>
<id>urn:sha1:fbd7c359ee10ca08fe3c7c95464fc054ea42a9b8</id>
<content type='text'>
The compiler can't always work out the _found booleans are
set iff the value is initialized.
</content>
</entry>
<entry>
<title>rct amount key modified as per luigi1111's recommendations</title>
<updated>2016-08-28T20:30:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-10T11:48:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4b62a1e295a7fb19de6081733b1d8e0610cbf08'/>
<id>urn:sha1:d4b62a1e295a7fb19de6081733b1d8e0610cbf08</id>
<content type='text'>
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
</content>
</entry>
<entry>
<title>wallet: do not store signatures in the wallet cache</title>
<updated>2016-08-28T20:30:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-06T18:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e'/>
<id>urn:sha1:a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e</id>
<content type='text'>
Saves some substantial space.
Also avoid calculating tx hashes we don't need.
</content>
</entry>
</feed>
