<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.cpp, 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-24T17:17:22Z</updated>
<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>wallet2: fix wrong status on daemon shutdown/startup</title>
<updated>2017-02-23T11:41:21Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-02-23T10:47:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e4dbea976ed5275845fcd25aeaa0815d00ef9d4a'/>
<id>urn:sha1:e4dbea976ed5275845fcd25aeaa0815d00ef9d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1749</title>
<updated>2017-02-21T09:15:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T09:15:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d596722dfa68e9ba073a22735df1b097b4a38969'/>
<id>urn:sha1:d596722dfa68e9ba073a22735df1b097b4a38969</id>
<content type='text'>
5a3b1e98 wallet2: fix failure to send (relatedness check in wrong case) (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet2: fix failure to send (relatedness check in wrong case)</title>
<updated>2017-02-19T09:31:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-19T09:31:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a3b1e983cbde537d4efcccbfa1b5d5314f3adcd'/>
<id>urn:sha1:5a3b1e983cbde537d4efcccbfa1b5d5314f3adcd</id>
<content type='text'>
A relatedness check was meant to be done in the case of adding
an extra output if just one was enough. This was mistakenly
added to the "preferred output" case.
</content>
</entry>
<entry>
<title>simplewallet: validate hex input size</title>
<updated>2017-02-14T19:45:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-14T19:35:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83ec209f42f02deab973254231efeb794edf2c16'/>
<id>urn:sha1:83ec209f42f02deab973254231efeb794edf2c16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1689</title>
<updated>2017-02-10T22:35:25Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-10T22:35:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eacf2124b6822d088199179b18d4587404408e0f'/>
<id>urn:sha1:eacf2124b6822d088199179b18d4587404408e0f</id>
<content type='text'>
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #1686</title>
<updated>2017-02-10T22:22:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-10T22:22:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=92969600811484c46edab4a85576265a8737e092'/>
<id>urn:sha1:92969600811484c46edab4a85576265a8737e092</id>
<content type='text'>
bceaf4b7 wallet2: fix transactions not considering rct inputs (moneromooo-monero)
</content>
</entry>
<entry>
<title>extract some basic code from libcryptonote_core into libcryptonote_basic</title>
<updated>2017-02-08T13:45:15Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-26T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8027ce0c75f882de0523e668defa0bc3c8564e96'/>
<id>urn:sha1:8027ce0c75f882de0523e668defa0bc3c8564e96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: fix transactions not considering rct inputs</title>
<updated>2017-02-06T20:20:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-05T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bceaf4b7883da1c2b247589466168f76b6a6423e'/>
<id>urn:sha1:bceaf4b7883da1c2b247589466168f76b6a6423e</id>
<content type='text'>
I broke this very recently in 2bf029be172a47ace8134143e1320fdb10d3ea44
and didn't notice in time
</content>
</entry>
</feed>
