1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-28 03:38:46 +00:00
Commit Graph

14817 Commits

Author SHA1 Message Date
M1nd3r
ef933f50ef chore(python): test fallback in handshake 2025-04-17 18:02:32 +02:00
M1nd3r
3a37d675d7 chore(core): improve fallback 2025-04-17 18:02:32 +02:00
M1nd3r
55f81da4c3 wip - might not work 2025-04-17 18:02:32 +02:00
Martin Milata
837eac5f8c fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-17 18:02:32 +02:00
Martin Milata
ce0e173b05 fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-17 18:02:32 +02:00
Martin Milata
d21306e8fd fixup! chore(tests): adapt testing framework to session based [no changelog] 2025-04-17 18:02:32 +02:00
Martin Milata
f03e02e4db fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-17 18:02:32 +02:00
M1nd3r
c911ed819a chore(python): remove channel database 2025-04-17 18:02:32 +02:00
M1nd3r
8cbc5f5b6c fix(python): improve protocol_v2, remove its channel database 2025-04-17 18:02:32 +02:00
M1nd3r
06b10a7cee chore(tests): replace random.randbytes by os.urandom in tests 2025-04-17 18:02:32 +02:00
M1nd3r
33ee4abf1f fix(tests): fix test reset bip39 2025-04-17 18:02:32 +02:00
M1nd3r
422049cce8 feat(core): improve pairing screens 2025-04-17 18:02:32 +02:00
M1nd3r
6ca4a7607d fix(tests): fix authorize coinjoin device test 2025-04-17 18:02:32 +02:00
M1nd3r
6f88613e9e fix(tests): fix THP upgrade tests 2025-04-17 18:02:32 +02:00
M1nd3r
8ed9ba3cb6 fix(tests): fix click test reset slip39 basic 2025-04-17 18:02:32 +02:00
M1nd3r
b59e14cc74 fix(python): partially fix shamir persistence tests 2025-04-17 18:02:32 +02:00
M1nd3r
ddbe65fa20 fix(python): open transport before get protocol in client 2025-04-17 18:02:32 +02:00
M1nd3r
fa237ed4c6 chore(python): bump trezorlib version to 0.15.0 2025-04-17 18:02:32 +02:00
M1nd3r
b6c67b05e2 fix(python): remove transport close from get_protocol 2025-04-17 18:02:32 +02:00
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