<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, branch v0.10.2.1</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.2.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-24T19:14:20Z</updated>
<entry>
<title>Merge pull request #1798</title>
<updated>2017-02-24T19:14:20Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T19:14:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=beee286c7b08308f3193e7d2cb8d66f0e689da28'/>
<id>urn:sha1:beee286c7b08308f3193e7d2cb8d66f0e689da28</id>
<content type='text'>
9a2157d7 update version (Riccardo Spagni)
</content>
</entry>
<entry>
<title>daemon: avoid pre-log-init spew on creating directories</title>
<updated>2017-02-24T19:08:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-24T19:08:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2b188151d4230252bbeac8ae1d9e8e6b8a8c4a38'/>
<id>urn:sha1:2b188151d4230252bbeac8ae1d9e8e6b8a8c4a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: avoid pre-log-init spew on --version</title>
<updated>2017-02-24T19:08:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-24T19:08:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf2b1511163d8ba6641fef6af12da62a1db736cd'/>
<id>urn:sha1:cf2b1511163d8ba6641fef6af12da62a1db736cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update version</title>
<updated>2017-02-24T19:03:57Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T19:03:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9a2157d71a8dfe9f4b9ee9ad4131f25337f1b1dc'/>
<id>urn:sha1:9a2157d71a8dfe9f4b9ee9ad4131f25337f1b1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1797</title>
<updated>2017-02-24T18:33:04Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T18:33:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57f15994a5eb913f91c3a6754be66191d77cffb6'/>
<id>urn:sha1:57f15994a5eb913f91c3a6754be66191d77cffb6</id>
<content type='text'>
ada6a8a2 wallet_rpc_server: new --trusted-daemon flag (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet_rpc_server: new --trusted-daemon flag</title>
<updated>2017-02-24T18:20:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-24T18:19:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ada6a8a2de62214b7d9894783b58dcd75436bdc3'/>
<id>urn:sha1:ada6a8a2de62214b7d9894783b58dcd75436bdc3</id>
<content type='text'>
and remove trusted_daemon fields from transfer RPCs,
it is much friendlier on users
</content>
</entry>
<entry>
<title>add rpc timeouts to calls that might timeout</title>
<updated>2017-02-24T17:17:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T17:17:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3435038a4dd05bdb48321d5b076894db70a29ff3'/>
<id>urn:sha1:3435038a4dd05bdb48321d5b076894db70a29ff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1776</title>
<updated>2017-02-24T12:22:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T12:22:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e7f783f6901dc46e90da13926c725d477f4f443'/>
<id>urn:sha1:1e7f783f6901dc46e90da13926c725d477f4f443</id>
<content type='text'>
e4dbea97 wallet2: fix wrong status on daemon shutdown/startup (Jaquee)
</content>
</entry>
<entry>
<title>Merge pull request #1794</title>
<updated>2017-02-24T10:05:39Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T10:05:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cb6b265ee1ced36d67b7119854fe136aea0f457'/>
<id>urn:sha1:4cb6b265ee1ced36d67b7119854fe136aea0f457</id>
<content type='text'>
29b34ed1 blockchain_utilities: link against blockchain_db (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1793</title>
<updated>2017-02-24T10:04:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-24T10:04:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e7722ff40fe0b27c225a53777543bf772389b19'/>
<id>urn:sha1:0e7722ff40fe0b27c225a53777543bf772389b19</id>
<content type='text'>
eabe3bf2 simplewallet: updated help message for 'set ask-password' (kenshi84)
</content>
</entry>
</feed>
