<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_errors.h, branch v0.14.0.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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-14T10:51:45Z</updated>
<entry>
<title>remove obsolete daemon selection of fake outs and old tx construction</title>
<updated>2018-09-14T10:51:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-13T16:18:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=be001326d1baac0b00d79d2d0a7f42662dc1be1f'/>
<id>urn:sha1:be001326d1baac0b00d79d2d0a7f42662dc1be1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v8: per byte fee, pad bulletproofs, fixed 11 ring size</title>
<updated>2018-09-11T13:38:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-18T21:24:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ffb2ff9b7c301eda5811a939c705f26627c4735'/>
<id>urn:sha1:5ffb2ff9b7c301eda5811a939c705f26627c4735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store secret keys encrypted where possible</title>
<updated>2018-08-16T11:57:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-08T20:12:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9ffa91257b672009e8b8c84027378f3893a6d01'/>
<id>urn:sha1:e9ffa91257b672009e8b8c84027378f3893a6d01</id>
<content type='text'>
The secret spend key is kept encrypted in memory, and
decrypted on the fly when needed.

Both spend and view secret keys are kept encrypted in a JSON
field in the keys file. This avoids leaving the keys in
memory due to being manipulated by the JSON I/O API.
</content>
</entry>
<entry>
<title>wallet2: recover from index out of hashchain bounds error</title>
<updated>2018-07-16T22:13:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-28T11:11:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d6440ab319ea6adf21485550d6a08ae452d49818'/>
<id>urn:sha1:d6440ab319ea6adf21485550d6a08ae452d49818</id>
<content type='text'>
This can happen when there's a very large reorg on the daemon
(ie, on testnet)
</content>
</entry>
<entry>
<title>Merge pull request #3336</title>
<updated>2018-03-16T16:08:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-16T16:08:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f27fc57acb708c48523ada6b67304c81da4aa3c'/>
<id>urn:sha1:0f27fc57acb708c48523ada6b67304c81da4aa3c</id>
<content type='text'>
57c0b1ed Fix typos in various files (Dimitris Apostolou)
</content>
</entry>
<entry>
<title>wallet: add shared ring database</title>
<updated>2018-03-16T10:32:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-18T10:47:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5f146873c58f39632e26c5edbf2f618cacbd76a5'/>
<id>urn:sha1:5f146873c58f39632e26c5edbf2f618cacbd76a5</id>
<content type='text'>
This maps key images to rings, so that different forks can reuse
the rings by key image. This avoids revealing the real inputs like
would happen if two forks spent the same outputs with different
rings. This database is meant to be shared with all Monero forks
which don't bother making a new chain, putting users' privacy at
risk in the process. It is placed in a shared data directory by
default ($HOME/.shared-ringdb on UNIX like systems). You may
use --shared-ringdb-dir to override this location, and should
then do so for all Monero forks for them to share the database.
</content>
</entry>
<entry>
<title>add RPC to get a histogram of outputs of a given amount</title>
<updated>2018-03-16T10:32:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-19T11:15:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41f727ce42d0fce9e40e4da7bf4abda92eef1016'/>
<id>urn:sha1:41f727ce42d0fce9e40e4da7bf4abda92eef1016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
</feed>
