1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-23 18:49:13 +00:00
Commit Graph

14798 Commits

Author SHA1 Message Date
M1nd3r
4ec5389c11 fix(core): fix thp python unit test 2025-04-17 18:02:32 +02:00
M1nd3r
102bed6638 chore: add changelog 2025-04-17 18:02:32 +02:00
M1nd3r
4b4876bfa3 wip 2025-04-17 18:02:32 +02:00
M1nd3r
2724b64136 fix(core): make custom noise implementation compatible with standard 2025-04-17 18:02:32 +02:00
M1nd3r
074b5bfdd4 chore(python): add noiseprotocol to requirements
[no changelog]
2025-04-17 18:02:32 +02:00
M1nd3r
52f8737acc fix(core): change default value of model_variant in device properties to None
[no changelog]
2025-04-17 18:02:32 +02:00
M1nd3r
73292657bb chore(core): close all workflows when channel is replaced
[no changelog]
2025-04-17 18:02:32 +02:00
M1nd3r
54da209d25 fix: remove unnecessary get_msg_name and get_msg_type functions
[no changelog]
2025-04-17 18:02:32 +02:00
M1nd3r
b634c7723c fix: style pb2py
[no changelog]
2025-04-17 18:02:32 +02:00
M1nd3r
3071b784ef fix(ci): remove unnecessary code changes [no changelog] 2025-04-17 18:02:32 +02:00
M1nd3r
fa7de26cab feat: use autoconnect=False credentials as autoconnect=True in case of channel replacement
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
d6460d51bf feat: implement thp channel replacement
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
e0893b9932 fix: change credential to bytes from bytearray 2025-04-17 18:02:31 +02:00
M1nd3r
91891540b2 feat(core): add host static pubkey to channel cache
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
b6d9230133 chore(core): update cpace implementation
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
a13b36a6a7 chore(core): remove button request from pairing screens
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
5d39a90acc temp: thp rest
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
0057ff5ba0 chore(tests): add protocol pytest marker
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
c19e39bd09 chore(core): adapt emu.py to the new trezorlib
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
4f30974bc8 chore(python): update ble to session-based 2025-04-17 18:02:31 +02:00
M1nd3r
4f670c9ff8 chore(tests): improve downgrade of model min_version in fw upgrade tests 2025-04-17 18:02:31 +02:00
Martin Milata
6be66d5ee9 fix(python): always send passphrase at v1 session start 2025-04-17 18:02:31 +02:00
Martin Milata
86f06419f0 fix(tests): clear pin sequence when exiting with block 2025-04-17 18:02:31 +02:00
Martin Milata
0411db4944 fix(tests): record actual_responses for session init 2025-04-17 18:02:31 +02:00
M1nd3r
370adfc051 chore(tests): remove code for unsupported models 2025-04-17 18:02:31 +02:00
M1nd3r
55844cb941 chore(python): raise the minimum version of core models to 2.3.0 2025-04-17 18:02:31 +02:00
M1nd3r
4cce281241 chore(tests): remove test_passphrase_cached 2025-04-17 18:02:31 +02:00
Martin Milata
49589d68b0 refactor(tests): move set_input_flow to SessionDebugWrapper context manager
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
260c399d01 feat(python): make failing to resume session hard-fail 2025-04-17 18:02:31 +02:00
Martin Milata
69cbc25c3d ci: add timeouts for legacy.yml 2025-04-17 18:02:31 +02:00
Martin Milata
810c24f827 fix(python): revive trezorctl --script
[no changelog]
2025-04-17 18:02:31 +02:00
M1nd3r
5d6d5191bd chore(python): bump trezorlib version to 0.14.0 2025-04-17 18:02:31 +02:00
M1nd3r
ffe6f579ed fix(python): change nostr to use Session instead of Client 2025-04-17 18:02:31 +02:00
M1nd3r
56d22cd594 chore(python): session passphrase rework 2025-04-17 18:02:31 +02:00
Martin Milata
270adf15d0 fix(python): simplify UI callbacks 2025-04-17 18:02:31 +02:00
Martin Milata
51ac73bedb fix(python): bring back firmware version check 2025-04-17 18:02:31 +02:00
Martin Milata
8d42279f83 fix(python): transport handling with sessions
[no changelog]
2025-04-17 18:02:31 +02:00
Martin Milata
d037af0c52 test(core): remove dead code 2025-04-17 18:02:31 +02:00
M1nd3r
dc1aa34ba0 chore(tests): update fixtures.json
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-17 18:02:31 +02:00
M1nd3r
386fee552c chore(core): adapt trezorlib transports to session based
[no changelog]

Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-17 18:02:31 +02:00
M1nd3r
0b984338f0 feat(python): implement session based trezorlib
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-17 18:02:31 +02:00
M1nd3r
eef1bbb5ac feat(python): implement session based trezorctl 2025-04-17 18:02:31 +02:00
M1nd3r
b1102b2e72 chore(python): add refresh of invalid client to internal emulator 2025-04-17 18:02:31 +02:00
M1nd3r
049b7c2367 chore(tests): adapt testing framework to session based 2025-04-17 18:02:31 +02:00
M1nd3r
ea7cfdb95d test: update upgrade tests 2025-04-17 18:02:31 +02:00
M1nd3r
f311411ef5 test: update click tests 2025-04-17 18:02:31 +02:00
M1nd3r
27f02d490a test: update ui tests 2025-04-17 18:02:30 +02:00
M1nd3r
c38110f95d test: update persistence tests 2025-04-17 18:02:30 +02:00
M1nd3r
925a3b3c0b test: update device tests
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-17 18:02:30 +02:00
M1nd3r
3e2f5b502c chore(python): update python tools
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-17 18:02:30 +02:00