1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 09:39:02 +00:00
Commit Graph

4684 Commits

Author SHA1 Message Date
M1nd3r
70c87592f1 TEMP: Disable message retransmission - this is a hotfix, should not be used in PROD!!! 2025-04-16 17:24:12 +02:00
M1nd3r
8304142134 chore(core): return reasonable failure for selecting unsupported pairing method 2025-04-16 17:22:45 +02:00
M1nd3r
11f0b0a0da fix(core): remove calls to log on non-debug builds 2025-04-16 17:22:45 +02:00
M1nd3r
e080df922f fix(core): hide import of ThpMessageType behind THP build flag 2025-04-16 17:22:45 +02:00
M1nd3r
579393e42f chore(core): remove redundant type ignore after micropython update 2025-04-16 17:22:45 +02:00
M1nd3r
645664513e fix: add hotfix for all dialogs in pairing 2025-04-16 17:22:45 +02:00
M1nd3r
abf842d03a fixup! chore: handle cancel in pairing and credential flows 2025-04-16 17:22:45 +02:00
M1nd3r
beb6c00b19 chore: handle cancel in pairing and credential flows 2025-04-16 17:22:45 +02:00
M1nd3r
6338576ee2 fix unit tests 2025-04-16 17:22:44 +02:00
M1nd3r
4317553d67 rename: autoconnect_credential_request to thp_autoconnect_credential_request 2025-04-16 17:22:44 +02:00
M1nd3r
7f2244d481 fix(core): add hotfix for tests stuck on pairing dialog screen 2025-04-16 17:22:44 +02:00
M1nd3r
4aaeb951f5 chore(core): add unexpected fallback write for small messages 2025-04-16 17:22:44 +02:00
M1nd3r
8085a32343 fix: properly return Failure.ActionCancelled in Pairing flow, add tests 2025-04-16 17:22:44 +02:00
M1nd3r
34b87b7692 fixup! fixup! wip 2025-04-16 17:22:44 +02:00
M1nd3r
f1f2852bbc fixup! wip 2025-04-16 17:22:44 +02:00
M1nd3r
f08d65eb43 wip 2025-04-16 17:22:44 +02:00
M1nd3r
9c21c0b368 wip 2025-04-16 17:22:44 +02:00
M1nd3r
8e6d66d1ea fix style and errors 2025-04-16 17:22:44 +02:00
M1nd3r
15adb681fa wip public credential 2025-04-16 17:22:44 +02:00
M1nd3r
198aefcb41 chore: improve fallback 2025-04-16 17:22:44 +02:00
M1nd3r
2cd7346493 chore: optimize last run of transmission loop 2025-04-16 17:22:44 +02:00
M1nd3r
8c5e24b93c chore: improve logging in received_message_handler 2025-04-16 17:22:44 +02:00
M1nd3r
d387253377 chore: unify FailureType enum across branches 2025-04-16 17:22:44 +02:00
M1nd3r
952bf3d192 chore(core): improve fallback 2025-04-16 17:22:44 +02:00
M1nd3r
ff8f875cb1 wip - might not work 2025-04-16 17:22:44 +02:00
M1nd3r
ebb36b7494 feat(core): improve pairing screens 2025-04-16 17:22:44 +02:00
M1nd3r
b7b57c5516 fix(core): fix thp python unit test 2025-04-16 17:22:44 +02:00
M1nd3r
e9c982293b chore: add changelog 2025-04-16 17:22:44 +02:00
M1nd3r
c0f3e7f0aa wip 2025-04-16 17:22:44 +02:00
M1nd3r
857fd1b1db fix(core): make custom noise implementation compatible with standard 2025-04-16 17:22:44 +02:00
M1nd3r
1e0d8782c7 fix(core): change default value of model_variant in device properties to None
[no changelog]
2025-04-16 17:22:44 +02:00
M1nd3r
f0abe3b9d1 chore(core): close all workflows when channel is replaced
[no changelog]
2025-04-16 17:22:44 +02:00
M1nd3r
f9aebcd9d1 fix: remove unnecessary get_msg_name and get_msg_type functions
[no changelog]
2025-04-16 17:22:44 +02:00
M1nd3r
15b86fe27c feat: use autoconnect=False credentials as autoconnect=True in case of channel replacement
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
f46448547a feat: implement thp channel replacement
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
99cebc4f39 fix: change credential to bytes from bytearray 2025-04-16 17:22:33 +02:00
M1nd3r
78f494dfdb feat(core): add host static pubkey to channel cache
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
5871cf5b40 chore(core): update cpace implementation
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
9c66090be8 chore(core): remove button request from pairing screens
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
27eee69310 temp: thp rest
[no changelog]
2025-04-16 17:22:33 +02:00
M1nd3r
bc89c4916b chore(core): adapt emu.py to the new trezorlib
[no changelog]
2025-04-16 17:22:04 +02:00
M1nd3r
042e47c191 chore(core): adapt emu.py to the new trezorlib
[no changelog]
2025-04-16 17:13:54 +02:00
Martin Milata
607d73b7da refactor(core): add maybe_get_context
[no changelog]

(cherry picked from commit 3bb3b774c1)
2025-04-16 17:11:08 +02:00
Martin Milata
092c86083c refactor(core): drain the BLE event queue whenever layout is running
[no changelog]
2025-04-16 17:11:08 +02:00
Martin Milata
4f2efd8dc7 feat(core): BLE pairing flow 2025-04-16 17:11:08 +02:00
Martin Milata
a533bf898c feat(core/ui): eckhart: BLE event handling
[no changelog]
2025-04-16 17:11:08 +02:00
obrusvit
251c7c7c48 test: fix T3W1 rust tests 2025-04-16 17:11:08 +02:00
obrusvit
773eba2216 feat(eckhart): use gradients in ActionBar 2025-04-16 17:11:08 +02:00
obrusvit
ee7b021244 feat(eckhart): fix hint padding 2025-04-16 17:11:08 +02:00
Lukas Bielesch
09fb7a09ee fix(eckhart): fix failing gen_check 2025-04-16 17:11:08 +02:00