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

14326 Commits

Author SHA1 Message Date
M1nd3r
b33c0e9d8a fix(core): update comments, refactor debug log in session context
[no changelog]
2025-01-27 07:25:52 +01:00
M1nd3r
0e30ef958e fix device tests
[no changelog]
2025-01-27 07:25:52 +01:00
M1nd3r
cc59a0a963 fix: remove unnecessary comment
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
ebd20394cf fix(test): update slip39 backup device test
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
04b3bb5fcf fix(core): modify python test, ignore broken THP test
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
64c0124254 try fix legacy build 2025-01-27 07:25:51 +01:00
M1nd3r
633f0007d2 chore(python): add session_context to cli to handle exceptions gracefully
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
30dc6bea06 fix style after rebase 2025-01-27 07:25:51 +01:00
M1nd3r
ec389e227c fixup! fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
47ec1e743f fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
a49bbd83b3 WIP: try simplify message handler, might break something
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
caa01b303f chore: fix incomplete enum change
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
ffacb53e41 chore(core): remove TODO comment from received_message_handler
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
6a65f0b6d6 chore(core): remove management session code from handle_ThpCreateNewSession
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
b08091b31e fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
835d839107 chore(core): make wipe device proceed even if sending of success message fails
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
1fee27660e fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
5b8a5f635b fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
46df1e9084 wip: single packet decryption (not finished)
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
65c4c48b6a fix: return InvalidSessionError when trying to access cache of Seedless session
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
e8c7b6b4c3 wip buffer locking-
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
ae0cd1d6a3 test: fix device test test_authorize_coinjoin
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
f1ef68ae27 fixup! fixup! wip - change session behavior [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
3222607f0b fixup! wip - change session behavior [no changelog] 2025-01-27 07:25:51 +01:00
M1nd3r
502cf5d31a wip - change session behavior
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
d3f7b4a165 wip 2025-01-27 07:25:51 +01:00
M1nd3r
ddd625a0f6 fixup! fixup! chore: update fixtures for T2T1 2025-01-27 07:25:51 +01:00
M1nd3r
039b410059 fixup! chore: update fixtures for T2T1 2025-01-27 07:25:51 +01:00
M1nd3r
297d8368e4 chore(tests): start screen recording only after the session fixture has a session prepared
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
6bf36f213a fix(tests): unlock device when getting a new session
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
748250b2c7 chore: update fixtures for T2T1 2025-01-27 07:25:51 +01:00
M1nd3r
46964cb8c6 feat(python): add lock() to TrezorClientDebugLink
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
6448f9da06 fixup! feat(core): implement THP 2025-01-27 07:25:51 +01:00
M1nd3r
ee3fb3ec06 fixup! build(ci): add thp builds and tests 2025-01-27 07:25:51 +01:00
M1nd3r
c58ae0f888 wip 2025-01-27 07:25:51 +01:00
M1nd3r
fc05006d07 refactor(core): move handling of ThpCreateNewSession message into base.py
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
bc49a29a5c refactor(core): move wire buffer handling completely to memory_manager
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
fa78ba7e85 refactor(common): remove pairing_in/out and channel_in/out proto options
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
1c5ba74b01 fix(tests): change xfail to skip when using protocol_marker
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
91d9bfbbeb refactor(python,tests): add is_invalidated flag to client, do not set the emulator.client outside from emulator
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
85ea22309e fixup! build(ci): add thp builds and tests 2025-01-27 07:25:51 +01:00
M1nd3r
7130d0baeb refactor(core): move exclude list from wipe to wipe_cache
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
92371bd39d refactor(core): clean channel and received_message_handler
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
5ec76106aa refactor(core): improve readability and logging in channel.py
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
bc5f17c42c refactor(core): improve readability of channel_manager
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
475b65979d chore(vendor): update fido2-tests
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
25ec626577 test: update device tests
[no changelog]
2025-01-27 07:25:51 +01:00
M1nd3r
548113bb4e test: update ui tests
[no changelog]
2025-01-27 07:25:50 +01:00
M1nd3r
d2e250f8a1 test: update upgrade tests
[no changelog]
2025-01-27 07:25:50 +01:00
M1nd3r
c79ab75e06 test: update persistence tests
[no changelog]
2025-01-27 07:25:50 +01:00