<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-18T13:58:12Z</updated>
<entry>
<title>Merge pull request #3426</title>
<updated>2018-03-18T13:58:12Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-18T13:58:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=df91d7bcbda144a37cee5eca1d1cd7fe114777b5'/>
<id>urn:sha1:df91d7bcbda144a37cee5eca1d1cd7fe114777b5</id>
<content type='text'>
8ea3c4d5 simplewallet: new --use-english-language-names flag (moneromooo-monero)
</content>
</entry>
<entry>
<title>simplewallet: new --use-english-language-names flag</title>
<updated>2018-03-17T22:46:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-17T22:46:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8ea3c4d54429976e9001b8cc4868b721e6747e3c'/>
<id>urn:sha1:8ea3c4d54429976e9001b8cc4868b721e6747e3c</id>
<content type='text'>
On some Windows systems, displaying language names in their own
languages freezes the display.
</content>
</entry>
<entry>
<title>wallet: make the segregation height settable</title>
<updated>2018-03-17T14:56:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-13T19:38:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e393f4bb779cc5e108705109bc62362b8d243d5'/>
<id>urn:sha1:1e393f4bb779cc5e108705109bc62362b8d243d5</id>
<content type='text'>
via user setting first, then DNS TXT record, hardcoded fallback
</content>
</entry>
<entry>
<title>Add command line option allowing to restrict the default sub-address lookahead in order to avoid</title>
<updated>2018-03-16T17:00:28Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-16T04:11:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b86f1e5dad3d5a9a07f3b6184802e5938afa57db'/>
<id>urn:sha1:b86f1e5dad3d5a9a07f3b6184802e5938afa57db</id>
<content type='text'>
so looooong time of set-up when creating a HW based wallet.
</content>
</entry>
<entry>
<title>wallet: add a set_ring command</title>
<updated>2018-03-16T10:32:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-28T18:26:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b09e5181cc7c24fc6cf13b4a43044833bd2763fa'/>
<id>urn:sha1:b09e5181cc7c24fc6cf13b4a43044833bd2763fa</id>
<content type='text'>
This is so one can set rings for spent key images in case the
attackers don't merge the ring matching patch set.
</content>
</entry>
<entry>
<title>wallet: add an output blackball list to avoid using those in rings</title>
<updated>2018-03-16T10:32:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-25T19:20:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d29ea0455a34c2d08c681dacdf809e7f7317d2b3'/>
<id>urn:sha1:d29ea0455a34c2d08c681dacdf809e7f7317d2b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: key reuse mitigation options</title>
<updated>2018-03-16T10:32:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-19T10:23:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18eaf194897cb8216c9c035871911e6ba099a179'/>
<id>urn:sha1:18eaf194897cb8216c9c035871911e6ba099a179</id>
<content type='text'>
If a pre-fork output is spent on both Monero and attack chain,
any post-fork output can be deduced to be a fake output, thereby
decreasing the effective ring size.

The segregate-per-fork-outputs option, on by default, allows
selecting only pre-fork outputs in this case, so that the same
ring can be used when spending it on the other side, which does
not decrease the effective ring size.

This is intended to be SET when intending to spend Monero on the
attack fork, and to be UNSET if not intending to spend Monero
on the attack fork (since it leaks the fact that the output being
spent is pre-fork).

If the user is not certain yet whether they will spend pre-fork
outputs on a key reusing fork, the key-reuse-mitigation2 option
should be SET instead.

If you use this option and intend to spend Monero on both forks,
then spend real Monero first.
</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>wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2</title>
<updated>2018-03-15T13:01:51Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T01:19:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7266d6d7bdf9f33ab5b17aef08b19eca1829de5'/>
<id>urn:sha1:a7266d6d7bdf9f33ab5b17aef08b19eca1829de5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code modifications to integrate Ledger HW device into monero-wallet-cli.</title>
<updated>2018-03-04T11:54:53Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-02-20T16:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e745c1e38da8e54032660894bb2db0e9a49cccf2'/>
<id>urn:sha1:e745c1e38da8e54032660894bb2db0e9a49cccf2</id>
<content type='text'>
The basic approach it to delegate all sensitive data (master key, secret
ephemeral key, key derivation, ....) and related operations to the device.
As device has low memory, it does not keep itself the values
(except for view/spend keys) but once computed there are encrypted (with AES
are equivalent) and return back to monero-wallet-cli. When they need to be
manipulated by the device, they are decrypted on receive.

Moreover, using the client for storing the value in encrypted form limits
the modification in the client code. Those values are transfered from one
C-structure to another one as previously.

The code modification has been done with the wishes to be open to any
other hardware wallet. To achieve that a C++ class hw::Device has been
introduced. Two initial implementations are provided: the "default", which
remaps all calls to initial Monero code, and  the "Ledger", which delegates
all calls to Ledger device.
</content>
</entry>
</feed>
