aboutsummaryrefslogtreecommitdiff
path: root/tests/trezor/trezor_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: include <iomanip> where using std::setfilljeffro2562025-02-091-0/+1
|
* feat(trezor): add HF15 support, BP+Dusan Klinec2022-08-051-15/+79
| | | | | - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* enable CLSAG support for Trezor clientDusan Klinec2020-09-041-9/+31
|
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-1/+1
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* trezor: adapt to new passphrase mechanismDusan Klinec2020-04-271-48/+40
| | | | | | | | | - 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
* Merge pull request #5409Riccardo Spagni2019-04-161-1/+1
|\ | | | | | | ac874e2d tests: fix test_options initialization error (Dusan Klinec)
| * tests: fix test_options initialization errorDusan Klinec2019-04-071-1/+1
| |
| * tests: trezor_test fixDusan Klinec2019-03-261-1/+1
| |
* | device/trezor: env-configurable portsDusan Klinec2019-04-101-1/+1
| |
* | tests: trezor tests fixes and improvementsDusan Klinec2019-04-101-23/+66
|/ | | | - configurable hardforks via env vars
* tests/trezor: HF9 and HF10 testsDusan Klinec2019-03-201-63/+490
| | | | | | | | | - 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
* device/trezor: debugging features, trezor testsDusan Klinec2019-03-051-0/+1409