1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 01:41:18 +00:00
Commit Graph

14360 Commits

Author SHA1 Message Date
M1nd3r
55832c0319 test: fix device test for entropy checks
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
2c40ff3371 test: fix device test enable_labeling
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
77a5bb33ae fix(core): fix cardano session derivation
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
34aaf6e645 feat(core): send UNALLOCATED_CHANNEL error as a response only on init packet
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
818c45cc86 chore(core): fix channel manager docs
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
ce2bbf907b temp: fix device tests test_protection_levels by removing session.end call
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
230a03d992 fix(core): remove unused payload parameter in channel
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
d413b71a14 fix(test): fix style in thp unit tests
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
3cb5969808 fix: fix change failed test cause 2025-01-29 12:01:57 +01:00
M1nd3r
534b192d27 fix(core): update comments, refactor debug log in session context
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
78438d2884 fix device tests
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
e777e4d3cd fix: remove unnecessary comment
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
04690d131b fix(test): update slip39 backup device test
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
d75fa41abc fix(core): modify python test, ignore broken THP test
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
d7aa37afaa try fix legacy build 2025-01-29 12:01:57 +01:00
M1nd3r
cc47045d2f chore(python): add session_context to cli to handle exceptions gracefully
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
c3130d52bf fix style after rebase 2025-01-29 12:01:57 +01:00
M1nd3r
f5bbf228eb fixup! fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
09e60dc6cc fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
7079d7e41e WIP: try simplify message handler, might break something
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
50244f6121 chore: fix incomplete enum change
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
3e362fb24e chore(core): remove TODO comment from received_message_handler
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
4402cf06de chore(core): remove management session code from handle_ThpCreateNewSession
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
795ae99d6c fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
eb95c5519d chore(core): make wipe device proceed even if sending of success message fails
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
3a690050eb fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
c38738740d fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
d15bc270e3 wip: single packet decryption (not finished)
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
50f62e856f fix: return InvalidSessionError when trying to access cache of Seedless session
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
875826d942 wip buffer locking-
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
d465b3d311 test: fix device test test_authorize_coinjoin
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
712c96a266 fixup! fixup! wip - change session behavior [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
7c8e07dbca fixup! wip - change session behavior [no changelog] 2025-01-29 12:01:57 +01:00
M1nd3r
d036e00d49 wip - change session behavior
[no changelog]
2025-01-29 12:01:57 +01:00
M1nd3r
9a915c582e wip 2025-01-29 12:01:57 +01:00
M1nd3r
6d922a1b18 fixup! fixup! chore: update fixtures for T2T1 2025-01-29 12:01:57 +01:00
M1nd3r
943285337b fixup! chore: update fixtures for T2T1 2025-01-29 12:01:56 +01:00
M1nd3r
546412e52d chore(tests): start screen recording only after the session fixture has a session prepared
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
6ec290d456 fix(tests): unlock device when getting a new session
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
5f4a9ce91e chore: update fixtures for T2T1 2025-01-29 12:01:56 +01:00
M1nd3r
957ad27e52 feat(python): add lock() to TrezorClientDebugLink
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
1d1c5c4a0c fixup! feat(core): implement THP 2025-01-29 12:01:56 +01:00
M1nd3r
0246b24818 fixup! build(ci): add thp builds and tests 2025-01-29 12:01:56 +01:00
M1nd3r
81098c4250 wip 2025-01-29 12:01:56 +01:00
M1nd3r
081883ea31 refactor(core): move handling of ThpCreateNewSession message into base.py
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
9bfe3da996 refactor(core): move wire buffer handling completely to memory_manager
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
d1c75d66d2 refactor(common): remove pairing_in/out and channel_in/out proto options
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
024743f0af fix(tests): change xfail to skip when using protocol_marker
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
e455b6cc51 refactor(python,tests): add is_invalidated flag to client, do not set the emulator.client outside from emulator
[no changelog]
2025-01-29 12:01:56 +01:00
M1nd3r
81c30540f0 fixup! build(ci): add thp builds and tests 2025-01-29 12:01:56 +01:00