Commit Graph

263 Commits (64034c6d7dcaf81fad3298b08c95181c26f07c28)

Author SHA1 Message Date
matejcik 5b8f542436 python: do not accept bytes for str protobuf fields
5 years ago
matejcik 2d4b23d64a fixup! tests: convert from self.client to the client fixture
5 years ago
matejcik 122f6c8085 tests: update shamir tests for setup_client markers
5 years ago
matejcik 8e1d5374b1 tests: drop methods from TrezorTest class
5 years ago
matejcik 871a68e0be tests: improve ethereum tests
5 years ago
matejcik e0f55be7a6 tests: convert from self.client to the client fixture
5 years ago
matejcik eee02dd3f8 tests: make mnemonics top-level
5 years ago
matejcik 4b2235ab78 tests: convert setup_client to a marker
5 years ago
matejcik 1e4cf8d801 tests: make altcoin check prettier
5 years ago
matejcik 77d4f02b3a tests: make use of input_flow in test_cancel
5 years ago
Tomas Susanka fd53c72a3c
Merge pull request #428 from trezor/ciny/super_shamir
5 years ago
ciny 81f5cbef93 core + tests: Super shamir reset and recovery UI and tests
5 years ago
Tomas Susanka 077735f57b ci: introduce upgrade tests
5 years ago
matejcik 2022c39ef9 core/ethereum: add support for wanchain slip44 id (#440)
5 years ago
Pavol Rusnak b1f435e178
ci: test BITCOIN_ONLY firmware
5 years ago
Pavol Rusnak 16431f6c93
tests: add one more altcoin marker
5 years ago
Pavol Rusnak 84abde1f79
tests: add import pytest where required
5 years ago
Pavol Rusnak fee1ee034b
tests: mark altcoin related tests with "altcoin" pytest marker
5 years ago
Pavol Rusnak c6b9fa4873
legacy: support Signify Ed25519 signatures + add device test
5 years ago
Roman Zeyde 93382a10f5
tests: test Elements explicit addresses (p2pkh, p2sh and bech32)
5 years ago
Tomas Susanka 542f156b4f core/slip39: remove _encrypt
5 years ago
Tomas Susanka 1b666804c0 core/shamir: fix EMS vs MS
5 years ago
matejcik 0312fb264b tests: fix reference to ckd_public
5 years ago
matejcik 0470cf9865 tests: move burn tests to root
5 years ago
matejcik 842fde455c tests: improve debug-trezor detection
5 years ago
matejcik 37f8cbd403 tests: add flakiness to bip32_speed test
5 years ago
matejcik eb6f6dd572 tests: move tx_cache impl
5 years ago
matejcik b4fa6f2a7f tests: move device tests to top-level
5 years ago
matejcik e5670856a2 MONOREPO CREATE FROM trezor-core
5 years ago
Tim Ruffing 52d34955e7 embed/extmod/modtrezorcrypto: add secp256k1_zkp module
5 years ago
Dusan Klinec 8530d05ebe
tests: minor monero script test fix, quotes
5 years ago
Tomas Susanka c55b655325
Merge pull request #541 from ph4r05/pr/monero-bin-test
5 years ago
Dusan Klinec 1398e7a0cb
tests: monero binary test added
5 years ago
Ciny 2227fc60b8 src/apps/wallet: display custom locktime confirmation (#540)
5 years ago
Tomas Susanka b84d0e8452 paths: disallow special ed25519 curves
5 years ago
Tomas Susanka 8aa60e6cfd paths: validate curve as well
5 years ago
Vladyslav Burzakovskyy 7e5ab98303 tests/run_tests.sh: show the number of passed and failed tests
5 years ago
Roman Zeyde 6a54839acb tests: allow running tests from any directory (#487)
5 years ago
Dusan Klinec bba8bf38eb
xmr: hf10 upgrades
5 years ago
Tomas Susanka 7e3673ad26 common: remove coins.by_address_type because there are conflicts
5 years ago
Andrew Kozlik 69efeac015
tests: Limit the APP values in test_trezor.config to 1, ..., 63
5 years ago
Andrew Kozlik fd6eb333a6
src/apps/common/storage: allow U2F counter to be written even when storage is locked
5 years ago
Andrew Kozlik 6afd9b1d09
tests: Do not require storage to be unlocked prior to calling storage_change_pin(). The function checks the old PIN anyway.
5 years ago
andrew 1d43f9bea2
Delete the U2F counter if it's set to None.
5 years ago
andrew 4cea4d2a4a
Implement efficient counter in storage.py.
5 years ago
andrew 9f75d342a4
Add trezor-storage submodule. Update modtrezorconfig to work with the new storage_get() interface. Update tests to expect None instead of bytes(), when the value is not found in the storage.
5 years ago
Dusan Klinec ab9ab25355
xmr: get_tx_keys, live_refresh
5 years ago
Pavol Rusnak 6974d037a9
src/apps/wallet/sign_tx: implement tx.branch_id field
5 years ago
Tomas Susanka 1946a9f93e eth: modify sign/verify functions to accept addresses as strings
6 years ago
Tomas Susanka ccd79ca324 eth: get public key
6 years ago