monero/src/wallet/api
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
..
address_book.cpp Stagenet 2018-03-05 11:55:05 +09:00
address_book.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
CMakeLists.txt wallet2_api: add blackball api 2018-03-16 10:32:59 +00:00
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
pending_transaction.h device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
subaddress.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
subaddress_account.cpp wallet api: don't truncate address in subaddress_account 2019-01-15 22:19:50 +01:00
subaddress_account.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
transaction_history.cpp Stagenet 2018-03-05 11:55:05 +09:00
transaction_history.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
unsigned_transaction.cpp Stagenet 2018-03-05 11:55:05 +09:00
unsigned_transaction.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
utils.cpp wallet: disable core dumps on startup in release mode 2018-08-12 16:28:10 +00:00
wallet.cpp device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
wallet.h device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
wallet2_api.h device/trezor: HF10 support added, wallet::API 2019-03-20 21:11:02 +01:00
wallet_manager.cpp wallet api/device: set estimated restore height if none is provided 2019-01-02 11:25:49 +01:00
wallet_manager.h wallet2_api: fix for latest code changes 2018-09-22 23:00:34 +00:00