wownero/src/cryptonote_basic
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
..
account.cpp Ledger HW Bug fixes 2018-03-12 10:43:06 +01:00
account.h Stagenet 2018-03-05 11:55:05 +09:00
account_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blobdatatype.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
CMakeLists.txt Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
connection_context.h connection_context: initialize m_last_request_time to current time 2018-02-04 13:13:08 +00:00
cryptonote_basic.h Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
cryptonote_basic_impl.cpp Stagenet 2018-03-05 11:55:05 +09:00
cryptonote_basic_impl.h Stagenet 2018-03-05 11:55:05 +09:00
cryptonote_boost_serialization.h ringct: pseudoOuts moved to prunable in the simple bulletproof case 2018-01-31 15:56:26 +00:00
cryptonote_format_utils.cpp Monero Cryptonight variants, and add one for v7 2018-03-05 18:18:39 +00:00
cryptonote_format_utils.h Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
cryptonote_stat_info.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
difficulty.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
difficulty.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
hardfork.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
hardfork.h Remove voting_version parameter documentation. 2018-02-13 15:04:12 -04:00
miner.cpp Merge pull request #3277 2018-03-05 19:11:20 +02:00
miner.h Stagenet 2018-03-05 11:55:05 +09:00
subaddress_index.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
tx_extra.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
verification_context.h Update 2018 copyright 2018-01-26 10:03:20 -05:00