<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet, 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:44:08Z</updated>
<entry>
<title>Merge pull request #1094</title>
<updated>2016-09-18T09:44:08Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T09:44:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a03a8a1da1341fcceeb8a73a24ea1b4cedb443c'/>
<id>urn:sha1:4a03a8a1da1341fcceeb8a73a24ea1b4cedb443c</id>
<content type='text'>
06bb692 cmake: support BUILD_SHARED_LIBS built-in option (redfish)
e1c7af3 cmake: transitive deps and remove deprecated LINK_* (redfish)
54010b9 crypto: armv7: slow-hash: remove redundant source include (redfish)
</content>
</entry>
<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>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</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>Add snap packaging.</title>
<updated>2016-09-11T16:17:12Z</updated>
<author>
<name>Casey Marshall</name>
<email>casey.marshall@canonical.com</email>
</author>
<published>2016-09-01T19:23:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0a56d83d3d8d6369b350ec2810752b683a4a1a3e'/>
<id>urn:sha1:0a56d83d3d8d6369b350ec2810752b683a4a1a3e</id>
<content type='text'>
This adds [snap](https://snapcraft.io) packaging to the project. See the
link for more information on snaps. Snap packages install on all Linux
distributions. On Ubuntu, snap confinement with apparmor and seccomp
provide an additional layer of security.

This snap sets up monerod as a systemd service, which should start
immediately on install. To access the wallet CLI, simply run `monero`
(/snap/bin/monero). I think it's a really quick &amp; easy way to get
started with monero.

I've made some opinionated decisions in the packaging just to kick this
off, but I'm happy to iterate on this stuff.
</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>rename simplewallet</title>
<updated>2016-09-03T11:48:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T11:48:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=face57309be5df8c9e4c21fd26ba1b590b195ce3'/>
<id>urn:sha1:face57309be5df8c9e4c21fd26ba1b590b195ce3</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>
</feed>
