<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/device/device_ledger.hpp, branch v0.12.2.0</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.12.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-05-22T17:43:49Z</updated>
<entry>
<title>Fix PCSC discovery under Windows/MSYS</title>
<updated>2018-05-22T17:43:49Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-05-22T14:02:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e05a17f1ea4af53f037c492bd3e97dd76f1e094c'/>
<id>urn:sha1:e05a17f1ea4af53f037c492bd3e97dd76f1e094c</id>
<content type='text'>
Fix PCSC compilation under windows
</content>
</entry>
<entry>
<title>device: add a one off override keyword where appropriate</title>
<updated>2018-04-14T10:00:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-13T21:21:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=26dc764ab0ef8cf51cf254e0e6e89431f1860cbd'/>
<id>urn:sha1:26dc764ab0ef8cf51cf254e0e6e89431f1860cbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sub-address tx scan.</title>
<updated>2018-04-09T14:53:13Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-04-09T14:07:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d481410bff5c2a189d303ce81ec7e94cc470cc3d'/>
<id>urn:sha1:d481410bff5c2a189d303ce81ec7e94cc470cc3d</id>
<content type='text'>
When additional keys was needed, the TX scan failed because the
derivation data was always recomputed with the main tx_key and not
the corresponding additional one.

Moreover this patch avoid perf decreasing when not using HW device.
</content>
</entry>
<entry>
<title>Add the possibility to export private view key for fast scan.</title>
<updated>2018-03-28T12:02:36Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-03-26T10:55:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f3ff8ce2c7a4390f6683d7f57ab0f5764ad6220'/>
<id>urn:sha1:0f3ff8ce2c7a4390f6683d7f57ab0f5764ad6220</id>
<content type='text'>
On client startup the device asks for authorization to export the private view key.
If user agree, the client hold the private view key allowing a fast blockchain scan.
If the user does not agree, the blockchain scan is fully done via the device.
</content>
</entry>
<entry>
<title>Change mutex lock model to avoid dead lock and ensure locks are always released.</title>
<updated>2018-03-28T12:02:36Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-03-26T10:38:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da5de484f26f70e388e42d0d88af71dc33c4d86d'/>
<id>urn:sha1:da5de484f26f70e388e42d0d88af71dc33c4d86d</id>
<content type='text'>
Additional cosmetic fixes:
 move 'name' as protected
 remove unnecessary local var
 Fix debug log
</content>
</entry>
<entry>
<title>device: made function prototypes consistent with pre-#3303 codebase</title>
<updated>2018-03-14T12:00:06Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-05T05:24:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c9b38b4765a7eea11bb57b4fce1694c382c80936'/>
<id>urn:sha1:c9b38b4765a7eea11bb57b4fce1694c382c80936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ledger HW Bug fixes</title>
<updated>2018-03-12T09:43:06Z</updated>
<author>
<name>Cédric</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-03-05T13:46:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=73dd883d5112e2e8be1a465aca3b3fb48b651afd'/>
<id>urn:sha1:73dd883d5112e2e8be1a465aca3b3fb48b651afd</id>
<content type='text'>
Fix the way the REAL mode is handle:
  Let create_transactions_2 and create_transactions_from construct the vector of transactions.
  Then iterate on it and resign.
  We just need to add 'outs' list in the TX struct for that.

Fix default secret keys value when DEBUG_HWDEVICE mode is off
  The magic value (00...00 for view key and FF..FF for spend key) was not correctly set
  when DEBUG_HWDEVICE was off. Both was set to 00...00.

Add sub-address info in ABP map in order to correctly display destination sub-address on device

Fix DEBUG_HWDEVICE mode:
   - Fix compilation errors.
   - Fix control device init in ledger device.
   - Add more log.

Fix sub addr control

Fix debug Info
</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>
