<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.cpp, branch v0.9.2</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.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-16T11:29:06Z</updated>
<entry>
<title>Wallet::store_to(path, password) implemented;</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-15T20:11:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=62606f11f50b4c68446d3f581c96d5505a0ad6ef'/>
<id>urn:sha1:62606f11f50b4c68446d3f581c96d5505a0ad6ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet::setPassword() method for wallet2_api</title>
<updated>2016-03-16T11:29:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-03-11T14:05:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a4f099540750c5bf9c610b4550bc4e8cf25f176'/>
<id>urn:sha1:5a4f099540750c5bf9c610b4550bc4e8cf25f176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use boost::thread instead of std::thread</title>
<updated>2016-03-11T15:09:50Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-11T12:25:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b937a2c915861900d047d4d4a24af31c454e3540'/>
<id>urn:sha1:b937a2c915861900d047d4d4a24af31c454e3540</id>
<content type='text'>
and all other associated IPC
</content>
</entry>
<entry>
<title>simplewallet: add a new --restore-from-keys option</title>
<updated>2016-02-22T22:10:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-22T22:10:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4513b4cd2b9600f0085e36a8f1fb9268bc018875'/>
<id>urn:sha1:4513b4cd2b9600f0085e36a8f1fb9268bc018875</id>
<content type='text'>
It is similar in use to --restore-from-view-key, but also expects
a spend private key.

Requested by luigi1112, and useful to restore MyMonero wallets.
</content>
</entry>
<entry>
<title>wallet: clear missing data on rescan_bc</title>
<updated>2016-02-15T20:51:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-15T20:51:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f09b71b9b8a961b620120cbe1c1ff9fde7ef99f'/>
<id>urn:sha1:8f09b71b9b8a961b620120cbe1c1ff9fde7ef99f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: check a key image isn't already present when adding one</title>
<updated>2016-02-05T16:24:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-31T16:23:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b96b91ed33afc666afed3d960597c3e9628790'/>
<id>urn:sha1:c7b96b91ed33afc666afed3d960597c3e9628790</id>
<content type='text'>
If it is, it points to reuse of a tx key, which isn't meant to happen.
If it does, a key image collision means that only one of those
outputs is spendable, so the wallet selects the larger amount,
unless that output was spent already.

This causes a discrepancy betewen reported received inputs and
payment total.

Since tx keys are 256 bits, this should never happen except if
done on purpose, or if a sender uses a bad PRNG.
</content>
</entry>
<entry>
<title>Revert "Merge pull request #632"</title>
<updated>2016-01-31T13:49:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:49:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=616df496e93b55cbff8149c836a6b68753d01e85'/>
<id>urn:sha1:616df496e93b55cbff8149c836a6b68753d01e85</id>
<content type='text'>
This reverts commit 58f890652e86039e98dff2d48d217c9ea9e84eca, reversing
changes made to 39d73d2a27730e6a5844c259d81a0ed9d4ee3000.
</content>
</entry>
<entry>
<title>Merge pull request #634</title>
<updated>2016-01-31T13:21:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:21:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=569316aea30d089380c8553ca67095c13f13dd52'/>
<id>urn:sha1:569316aea30d089380c8553ca67095c13f13dd52</id>
<content type='text'>
7fc6fa3 wallet: forbid dust altogether in output selection where appropriate (moneromooo-monero)
5e1a739 blockchain: log number of outputs available for a new tx (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #633</title>
<updated>2016-01-31T13:21:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:21:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8d976a0683476517a69a5c3c9a5ac598965f61d9'/>
<id>urn:sha1:8d976a0683476517a69a5c3c9a5ac598965f61d9</id>
<content type='text'>
80882ac wallet: guard against exception in process_blocks (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #632</title>
<updated>2016-01-31T13:20:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:20:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=58f890652e86039e98dff2d48d217c9ea9e84eca'/>
<id>urn:sha1:58f890652e86039e98dff2d48d217c9ea9e84eca</id>
<content type='text'>
2cf8b32 wallet: guard against exception in process_blocks (moneromooo-monero)
</content>
</entry>
</feed>
