monero/src/cryptonote_basic
Dusan Klinec f9b22a7b01
hw_device: support for multiple devices added [for review]
- device name is a new wallet property
- full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for.
- new --hw-device parameter added to the wallet, can name the hardware device
- device reconnect added
2018-09-14 16:02:00 +02:00
..
account_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
account.cpp hw_device: support for multiple devices added [for review] 2018-09-14 16:02:00 +02:00
account.h hw_device: support for multiple devices added [for review] 2018-09-14 16:02:00 +02: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 replace std::list with std::vector on some hot paths 2018-06-26 22:14:21 +01:00
cryptonote_basic_impl.cpp v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00:00
cryptonote_basic_impl.h v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00:00
cryptonote_basic.h keypair::generate: always require hw::device to avoid possible mistake 2018-03-14 21:00:16 +09:00
cryptonote_boost_serialization.h Bulletproof aggregated verification and tests 2018-09-11 13:37:37 +00:00
cryptonote_format_utils.cpp Merge pull request #4330 2018-09-14 13:04:40 +02:00
cryptonote_format_utils.h v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00: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 hardfork: fix get_next_version() 2018-05-30 09:49:57 +09:00
hardfork.h add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
miner.cpp Merge pull request #4030 2018-07-19 13:53:36 -05: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