summaryrefslogtreecommitdiff
path: root/tests/trezor/daemon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* enable CLSAG support for Trezor clientDusan Klinec2020-09-041-1/+1
|
* trezor: adapt to new passphrase mechanismDusan Klinec2020-04-271-2/+2
| | | | | | | | | - 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
* tests: trezor tests fixes and improvementsDusan Klinec2019-04-101-1/+7
| | | | - configurable hardforks via env vars
* tests/trezor: HF9 and HF10 testsDusan Klinec2019-03-201-0/+368
- tests fixes for HF10, builder change, rct_config; fix_chain - get_tx_key test - proper testing after live refresh added - live refresh synthetic test - log available funds for easier test construction - wallet::API tests with mocked daemon