aboutsummaryrefslogtreecommitdiff
path: root/tests/trezor (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-03build: rely on pkg-config to find zmq and sodiumv0.15.0.5Bertrand Jacquin1-1/+0
if zmq was built with libnorm, libproto or libpgm, pkg-config can inform us directly instead of having to find them. The location of zmq.h can be obtained the same way motivation is to remove opengpm from the list of mandatory dependencies when monero does not have direct dependency on opengpm, but only when zeromq is buily with pgm support which itself has hard dependency on pyton2 which is now EOL.
2019-04-10device/trezor: env-configurable portsDusan Klinec1-1/+1
2019-04-10tests: trezor tests fixes and improvementsDusan Klinec3-24/+75
- configurable hardforks via env vars
2019-04-07tests: fix test_options initialization errorDusan Klinec1-1/+1
2019-03-26tests: trezor_test fixDusan Klinec1-1/+1
2019-03-20tests/trezor: HF9 and HF10 testsDusan Klinec7-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
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec3-0/+1720