aboutsummaryrefslogtreecommitdiff
path: root/tests/trezor
Commit message (Collapse)AuthorAgeFilesLines
* daemon: remove miniupnptobtoht2026-04-261-1/+0
|
* tests: include <iomanip> where using std::setfilljeffro2562025-02-091-0/+1
|
* feat(trezor): add HF15 support, BP+Dusan Klinec2022-08-052-16/+95
| | | | | - BP+ support added for Trezor - old Trezor firmware version support removed, code cleanup
* Copyright: Update to 2022mj-xmr2022-03-047-7/+7
|
* Add RELINK_TARGETS, monero_add_target_no_relink and use ↵mj-xmr2020-10-281-1/+1
| | | | | | | | monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests This is done in order not to have to relink targets, when just an .so changed, but not its interface.
* enable CLSAG support for Trezor clientDusan Klinec2020-09-042-10/+32
|
* 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-274-57/+43
| | | | | | | | | - 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-103-24/+75
|/ | | | - configurable hardforks via env vars
* tests/trezor: HF9 and HF10 testsDusan Klinec2019-03-207-77/+1237
| | | | | | | | | - 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-053-0/+1720