aboutsummaryrefslogtreecommitdiff
path: root/src/device_trezor/trezor/protocol.hpp
Commit message (Collapse)AuthorAgeFilesLines
* allow exporting outputs in chunksmoneromooo-monero2022-09-071-2/+2
| | | | | this will make it easier huge wallets to do so without hitting random limits (eg, max string size in node).
* feat(trezor): add HF15 support, BP+Dusan Klinec2022-08-051-15/+30
| | | | | - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-3/+1
|
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-1/+1
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* trezor: adapt to new passphrase mechanismDusan Klinec2020-04-271-4/+24
| | | | | | | | | - choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support
* wallet: fix offline signing calling a daemon RPCmoneromooo-monero2019-03-211-1/+1
|
* Merge pull request #5211Riccardo Spagni2019-03-211-4/+35
|\ | | | | | | | | | | c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec) a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec) d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
| * device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-201-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-1/+1
| | | | This makes it easier to modify the bulletproof format
* device/trezor: trezor support addedDusan Klinec2018-11-021-0/+300