1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-23 10:39:03 +00:00
Commit Graph

14939 Commits

Author SHA1 Message Date
M1nd3r
8c5e24b93c chore: improve logging in received_message_handler 2025-04-16 17:22:44 +02:00
M1nd3r
a6db6b2dd6 chore(test): improve tests for multiple hosts 2025-04-16 17:22:44 +02:00
M1nd3r
4bcd277a72 chore(test): add invalidate_client marker 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
b5b7c501ba chore(python): test fallback in handshake 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
Martin Milata
856a2ac4c1 fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:22:44 +02:00
Martin Milata
9df7225650 fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:22:44 +02:00
Martin Milata
39d28af59f fixup! chore(tests): adapt testing framework to session based [no changelog] 2025-04-16 17:22:44 +02:00
Martin Milata
a016c576b9 fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:22:44 +02:00
M1nd3r
4b8d321ebd chore(python): remove channel database 2025-04-16 17:22:44 +02:00
M1nd3r
4f20c2883d fix(python): improve protocol_v2, remove its channel database 2025-04-16 17:22:44 +02:00
M1nd3r
174c5597e4 chore(tests): replace random.randbytes by os.urandom in tests 2025-04-16 17:22:44 +02:00
M1nd3r
c44d7c11c0 fix(tests): fix test reset bip39 2025-04-16 17:22:44 +02:00
M1nd3r
ebb36b7494 feat(core): improve pairing screens 2025-04-16 17:22:44 +02:00
M1nd3r
289144cccc fix(tests): fix authorize coinjoin device test 2025-04-16 17:22:44 +02:00
M1nd3r
4e024d0da9 fix(tests): fix THP upgrade tests 2025-04-16 17:22:44 +02:00
M1nd3r
61d8a11a35 fix(tests): fix click test reset slip39 basic 2025-04-16 17:22:44 +02:00
M1nd3r
1341b97b56 fix(python): partially fix shamir persistence tests 2025-04-16 17:22:44 +02:00
M1nd3r
c2760e64d4 fix(python): open transport before get protocol in client 2025-04-16 17:22:44 +02:00
M1nd3r
65ad77abfc chore(python): bump trezorlib version to 0.15.0 2025-04-16 17:22:44 +02:00
M1nd3r
2e1085f7bc fix(python): remove transport close from get_protocol 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
2049f76bcb chore(python): add noiseprotocol to requirements
[no changelog]
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
0f5fd9cce7 fix: style pb2py
[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
0ed7349be8 chore(tests): add protocol pytest marker
[no changelog]
2025-04-16 17:22:04 +02:00
M1nd3r
bc89c4916b chore(core): adapt emu.py to the new trezorlib
[no changelog]
2025-04-16 17:22:04 +02:00
M1nd3r
e45e72b1f9 chore(python): update ble to session-based 2025-04-16 17:22:04 +02:00
M1nd3r
aa6a8ac89d chore(tests): improve downgrade of model min_version in fw upgrade tests 2025-04-16 17:22:04 +02:00
Martin Milata
f447855647 fix(python): always send passphrase at v1 session start 2025-04-16 17:22:04 +02:00
Martin Milata
627e3abc9a fix(tests): clear pin sequence when exiting with block 2025-04-16 17:22:04 +02:00
Martin Milata
3cd92f1f1a fix(tests): record actual_responses for session init 2025-04-16 17:22:04 +02:00
M1nd3r
1c26cffced chore(tests): remove code for unsupported models 2025-04-16 17:22:04 +02:00
M1nd3r
98993434e0 chore(python): raise the minimum version of core models to 2.3.0 2025-04-16 17:22:04 +02:00
M1nd3r
49bb88ecee chore(tests): remove test_passphrase_cached 2025-04-16 17:22:04 +02:00
Martin Milata
90632199e9 refactor(tests): move set_input_flow to SessionDebugWrapper context manager
[no changelog]
2025-04-16 17:22:04 +02:00