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

14842 Commits

Author SHA1 Message Date
M1nd3r
be29450146 fix unit tests 2025-04-16 17:35:37 +02:00
M1nd3r
e472073218 rename: autoconnect_credential_request to thp_autoconnect_credential_request 2025-04-16 17:35:37 +02:00
M1nd3r
1727b4f52d fix(core): add hotfix for tests stuck on pairing dialog screen 2025-04-16 17:35:37 +02:00
M1nd3r
a551545737 fix(python): discard messages from other channels 2025-04-16 17:35:37 +02:00
M1nd3r
35d862f8b4 chore(core): add unexpected fallback write for small messages 2025-04-16 17:35:37 +02:00
M1nd3r
f2459189fc fix: style 2025-04-16 17:35:37 +02:00
M1nd3r
3db4d493d1 fix: properly return Failure.ActionCancelled in Pairing flow, add tests 2025-04-16 17:35:37 +02:00
M1nd3r
4b1045aeef fix(tests): fix backup device device test 2025-04-16 17:35:37 +02:00
M1nd3r
e4ccb72bdb test: fix debuglink device test 2025-04-16 17:35:37 +02:00
M1nd3r
24b35bb1c2 fixup! chore(tests): improve stability of tests 2025-04-16 17:35:37 +02:00
M1nd3r
cc7abfae8f chore(tests): improve stability of tests 2025-04-16 17:35:37 +02:00
M1nd3r
46269ef935 fixup! fixup! wip 2025-04-16 17:35:37 +02:00
M1nd3r
6fb05075e6 fixup! wip 2025-04-16 17:35:37 +02:00
M1nd3r
d05e10abbd wip 2025-04-16 17:35:37 +02:00
M1nd3r
cdb2521912 fixup! wip 2025-04-16 17:35:37 +02:00
M1nd3r
296a803c92 wip 2025-04-16 17:35:37 +02:00
M1nd3r
661062d212 fixup! wip 2025-04-16 17:35:37 +02:00
M1nd3r
dfea8fb014 wip 2025-04-16 17:35:37 +02:00
M1nd3r
cb142e1de3 fix style and errors 2025-04-16 17:35:37 +02:00
M1nd3r
747dfe8020 wip public credential 2025-04-16 17:35:37 +02:00
M1nd3r
d6c5d7ce0f wip 2025-04-16 17:35:37 +02:00
M1nd3r
2a70914ce1 chore: improve fallback 2025-04-16 17:35:37 +02:00
M1nd3r
72b8b8ef1c chore: optimize last run of transmission loop 2025-04-16 17:35:37 +02:00
M1nd3r
ad7268d32c chore: improve logging in received_message_handler 2025-04-16 17:35:37 +02:00
M1nd3r
e77677d1c3 chore(test): improve tests for multiple hosts 2025-04-16 17:35:37 +02:00
M1nd3r
c374283caf chore(test): add invalidate_client marker 2025-04-16 17:35:37 +02:00
M1nd3r
0d92e79ba2 chore: unify FailureType enum across branches 2025-04-16 17:35:37 +02:00
M1nd3r
473210831c chore(python): test fallback in handshake 2025-04-16 17:35:37 +02:00
M1nd3r
92f223d222 chore(core): improve fallback 2025-04-16 17:35:37 +02:00
M1nd3r
ef7bd77567 wip - might not work 2025-04-16 17:35:37 +02:00
Martin Milata
7c788821db fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:35:37 +02:00
Martin Milata
66abd754d4 fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:35:37 +02:00
Martin Milata
2f81d1f653 fixup! chore(tests): adapt testing framework to session based [no changelog] 2025-04-16 17:35:37 +02:00
Martin Milata
6c6e343e6e fixup! chore(core): adapt trezorlib transports to session based [no changelog] 2025-04-16 17:35:37 +02:00
M1nd3r
0b439ef75d chore(python): remove channel database 2025-04-16 17:35:37 +02:00
M1nd3r
35e85850bc fix(python): improve protocol_v2, remove its channel database 2025-04-16 17:35:37 +02:00
M1nd3r
a4328ef7bc chore(tests): replace random.randbytes by os.urandom in tests 2025-04-16 17:35:37 +02:00
M1nd3r
b1d8286d97 fix(tests): fix test reset bip39 2025-04-16 17:35:37 +02:00
M1nd3r
79cba35361 feat(core): improve pairing screens 2025-04-16 17:35:37 +02:00
M1nd3r
f5c51bba3f fix(tests): fix authorize coinjoin device test 2025-04-16 17:35:37 +02:00
M1nd3r
836b9937f2 fix(tests): fix THP upgrade tests 2025-04-16 17:35:37 +02:00
M1nd3r
66fad9a865 fix(tests): fix click test reset slip39 basic 2025-04-16 17:35:37 +02:00
M1nd3r
738724990c fix(python): partially fix shamir persistence tests 2025-04-16 17:35:37 +02:00
M1nd3r
d015ccc611 fix(python): open transport before get protocol in client 2025-04-16 17:35:37 +02:00
M1nd3r
adb564b06b chore(python): bump trezorlib version to 0.15.0 2025-04-16 17:35:37 +02:00
M1nd3r
88ec658103 fix(python): remove transport close from get_protocol 2025-04-16 17:35:37 +02:00
M1nd3r
3d0ce4ad97 fix(core): fix thp python unit test 2025-04-16 17:35:37 +02:00
M1nd3r
adc602723b chore: add changelog 2025-04-16 17:35:37 +02:00
M1nd3r
52aad3357c wip 2025-04-16 17:35:37 +02:00
M1nd3r
7cddc28144 fix(core): make custom noise implementation compatible with standard 2025-04-16 17:35:37 +02:00