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

971 Commits

Author SHA1 Message Date
M1nd3r
c8eae27951 fix(python): discard messages from other channels 2025-04-16 17:22:44 +02:00
M1nd3r
b4fa00f56a fix: style 2025-04-16 17:22:44 +02:00
M1nd3r
5d755c82ff chore(tests): improve stability of tests 2025-04-16 17:22:44 +02:00
M1nd3r
6fb3926d11 fixup! wip 2025-04-16 17:22:44 +02:00
M1nd3r
a9b8525f96 wip 2025-04-16 17:22:44 +02:00
M1nd3r
f08d65eb43 wip 2025-04-16 17:22:44 +02:00
M1nd3r
5dbe45f3cf fixup! wip 2025-04-16 17:22:44 +02:00
M1nd3r
8e6d66d1ea fix style and errors 2025-04-16 17:22:44 +02:00
M1nd3r
64e27ec534 wip 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
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
ebb36b7494 feat(core): improve pairing screens 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
c0f3e7f0aa wip 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
f46448547a feat: implement thp channel replacement
[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
e45e72b1f9 chore(python): update ble to session-based 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
98993434e0 chore(python): raise the minimum version of core models to 2.3.0 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
M1nd3r
2abbd76a19 feat(python): make failing to resume session hard-fail 2025-04-16 17:19:53 +02:00
Martin Milata
fb98a02be6 fix(python): revive trezorctl --script
[no changelog]
2025-04-16 17:19:53 +02:00
M1nd3r
13f6edebf7 chore(python): bump trezorlib version to 0.14.0 2025-04-16 17:19:53 +02:00
M1nd3r
637e3248a6 fix(python): change nostr to use Session instead of Client 2025-04-16 17:19:53 +02:00
M1nd3r
dfc8d7f2f5 chore(python): session passphrase rework 2025-04-16 17:19:53 +02:00
Martin Milata
ed4c3e4712 fix(python): simplify UI callbacks 2025-04-16 17:19:53 +02:00
Martin Milata
f21cb96949 fix(python): bring back firmware version check 2025-04-16 17:19:53 +02:00
Martin Milata
bd450a5564 fix(python): transport handling with sessions
[no changelog]
2025-04-16 17:19:53 +02:00
Martin Milata
9168b30b8f test(core): remove dead code 2025-04-16 17:19:53 +02:00
M1nd3r
94c691d270 chore(core): adapt trezorlib transports to session based
[no changelog]

Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-16 17:19:44 +02:00
M1nd3r
0c29ee08f1 feat(python): implement session based trezorlib
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-16 17:19:44 +02:00
M1nd3r
cee6fe01ae feat(python): implement session based trezorctl 2025-04-16 17:19:44 +02:00
M1nd3r
f9f0df38b1 chore(python): add refresh of invalid client to internal emulator 2025-04-16 17:19:44 +02:00
M1nd3r
27289a3630 chore(python): update python tools
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-04-16 17:13:54 +02:00
Lukas Bielesch
3f0e772122 chore(eckhart): update trace function for firmware components 2025-04-16 17:11:08 +02:00
Lukas Bielesch
25345d07d3 feat(tests): eckhart tests
add Eckhart screen buttons
rename passphrase click test file + fixtures
eckhart click tests
eckhart persistance tests
eckhart device tests
skip tests for unimplemented features
2025-04-16 17:11:08 +02:00
obrusvit
8cb0cbcfe5 fix(tests): handle layout-specific translations 2025-04-16 17:11:07 +02:00