monero/src/device_trezor/trezor
Dusan Klinec a1fd1d499c
device/trezor: HF10 support added, wallet::API
- import only key images generated by cold signing process
- wallet_api: trezor methods added
- wallet: button request code added
- const added to methods
- wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device.
- simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature
- live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users.
- device: has_ki_live_refresh added
- a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
2019-03-20 21:11:02 +01:00
..
messages device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
tools device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
debug_link.cpp device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
debug_link.hpp device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
exceptions.hpp device/trezor: trezor support added 2018-11-02 21:36:39 +01:00
messages_map.cpp device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
messages_map.hpp device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
protocol.cpp device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
protocol.hpp device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
transport.cpp device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00
transport.hpp Merge pull request #4977 2019-03-14 09:43:02 +02:00
trezor_defs.hpp device/trezor: webusb transport added, cmake fixes 2018-11-25 11:57:19 +01:00