monero/src/device
Cédric 73dd883d51 Ledger HW Bug fixes
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
2018-03-12 10:43:06 +01:00
..
CMakeLists.txt device: remove dependency on readline 2018-03-07 07:42:28 +09:00
device_declare.hpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device_default.cpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device_default.hpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device_ledger.cpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device_ledger.hpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device.cpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
device.hpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
log.cpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
log.hpp Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00