1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-23 11:35:42 +00:00
Commit Graph

1495 Commits

Author SHA1 Message Date
M1nd3r
2e72d083a2 wip - might not work 2025-03-18 13:19:33 +01:00
Martin Milata
e187a96769 fixup! test: update device tests 2025-03-18 13:19:33 +01:00
Martin Milata
af1c79a9f2 fixup! chore(tests): adapt testing framework to session based [no changelog] 2025-03-18 13:19:33 +01:00
M1nd3r
50c1299fb3 fix(python): improve protocol_v2, remove its channel database 2025-03-13 14:11:32 +01:00
M1nd3r
b5b0a354a9 chore(tests): replace random.randbytes by os.urandom in tests 2025-03-13 14:09:34 +01:00
M1nd3r
42a2ab3a0f fixup! chore(tests): update fixtures 2025-03-13 13:33:19 +01:00
M1nd3r
bb93433f73 fix(tests): fix legacy device tests 2025-03-13 12:17:13 +01:00
M1nd3r
0fd669984b fix(tests): fix test reset bip39 2025-03-13 12:17:13 +01:00
M1nd3r
bb512ff96f feat(core): improve pairing screens 2025-03-13 12:17:13 +01:00
M1nd3r
45372fd93e fix(tests): fix authorize coinjoin device test 2025-03-13 12:17:13 +01:00
M1nd3r
fc3b36b564 fix(tests): fix THP upgrade tests 2025-03-13 12:17:13 +01:00
M1nd3r
b87d23613f fix(tests): fix click test reset slip39 basic 2025-03-13 12:17:13 +01:00
M1nd3r
0cf404b573 fix(python): partially fix shamir persistence tests 2025-03-13 12:17:13 +01:00
M1nd3r
9b69f1b09f chore(tests): update fixtures 2025-03-13 12:17:13 +01:00
M1nd3r
afc961cff5 wip 2025-03-13 12:17:13 +01:00
M1nd3r
4bd0ece104 feat: use autoconnect=False credentials as autoconnect=True in case of channel replacement
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
71d8fa58aa feat: implement thp channel replacement
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
748b8de2f2 chore(core): remove button request from pairing screens
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
9dc3575c76 temp: thp rest
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
ab6716e14e chore(tests): add protocol pytest marker
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
59b994eaba test: update device tests
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
b834719596 chore(tests): update fixtures
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
1c30adb548 chore(tests): adapt testing framework to session based
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
94a5c49daf test: update device tests
[no changelog]
2025-03-13 12:17:12 +01:00
Martin Milata
46ac326354 refactor(tests): move set_input_flow to SessionDebugWrapper context manager
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
e29215a1e5 fix(python): change nostr to use Session instead of Client 2025-03-13 12:17:12 +01:00
Martin Milata
38d0b9ff64 fix(python): transport handling with sessions
[no changelog]
2025-03-13 12:17:12 +01:00
Martin Milata
69b8c03007 test(core): remove dead code 2025-03-13 12:17:12 +01:00
M1nd3r
78423c3b53 chore(tests): update fixtures.json
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-03-13 12:17:12 +01:00
M1nd3r
09d8b88197 chore(tests): adapt testing framework to session based 2025-03-13 12:17:12 +01:00
M1nd3r
3c030b9b97 test: update upgrade tests 2025-03-13 12:17:12 +01:00
M1nd3r
f58cb2f107 test: update click tests 2025-03-13 12:17:12 +01:00
M1nd3r
cffe455e66 test: update ui tests 2025-03-13 12:17:12 +01:00
M1nd3r
044addee56 test: update persistence tests 2025-03-13 12:17:11 +01:00
M1nd3r
97d1a46204 test: update device tests
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-03-13 12:17:11 +01:00
Lukas Bielesch
17603ffe41 refactor(python): move Screen Buttons to debuglink 2025-03-12 14:34:25 +01:00
Lukas Bielesch
1eeab2ffd2 chore(tests): consolidate passphrase tests for delizia and bolt 2025-03-12 14:34:25 +01:00
Lukas Bielesch
a4cd4ddaa5 refactor(tests): split buttons module functionality into buttons and actions 2025-03-12 14:34:25 +01:00
Lukas Bielesch
4d52f7805f refactor(tests): simplify set selection function 2025-03-12 14:34:25 +01:00
Lukas Bielesch
13be2dca24 refactor(tests): modularize tests buttons module based on layout type 2025-03-12 14:34:25 +01:00
Roman Zeyde
301190db4c chore(python): use pytest-rerunfailures instead of flaky
Since it supports re-running all failures that match certain expressions:

https://github.com/pytest-dev/pytest-rerunfailures?tab=readme-ov-file#re-run-all-failures-matching-certain-expressions

[no changelog]
2025-03-10 23:10:40 +02:00
Martin Milata
244b4f612e fix(tests): don't wipe logs on emulator restart
[no changelog]
2025-03-10 15:06:05 +01:00
Roman Zeyde
f67a506e9c fix(core): use correct fonts for staking confirmation on Delizia
[no changelog]
2025-03-05 12:23:03 +02:00
Roman Zeyde
0d522be842 fix(core): use TEXT_MONO_GREY_LIGHT for chunkified data on Delizia
[no changelog]
2025-03-05 10:35:41 +02:00
Roman Zeyde
7be53c4172 fix(core): update Czech translations for Ethereum
* "Přednostní poplatek" -> "Poplatek za prioritu"
* "Zrušit stakování" -> "Zrušit stakování"

[no changelog]
2025-03-04 12:45:21 +02:00
Ioan Bizău
aa52eef34f chore(core): update fixtures
[no changelog]
2025-02-28 14:15:45 +01:00
Ioan Bizău
d0681212b0 fix(core): use BIP-340 to sign Nostr events
[no changelog]
2025-02-28 14:15:45 +01:00
Ioan Bizău
073038771e feat(core): introduce Nostr
[no changelog]
2025-02-28 14:15:45 +01:00
Roman Zeyde
1954c7cbc2 feat(core): confirm multiple Solana Deactivate/Withdraw instructions
[no changelog]
2025-02-28 13:51:37 +02:00
Roman Zeyde
ee1cc4ae81 fix(core): confirm only visible Solana staking instructions
[no changelog]
2025-02-26 15:25:31 +02:00