1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-20 18:16:05 +00:00
Commit Graph

926 Commits

Author SHA1 Message Date
Martin Milata
46ac326354 refactor(tests): move set_input_flow to SessionDebugWrapper context manager
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
327fe1f98b feat(python): make failing to resume session hard-fail 2025-03-13 12:17:12 +01:00
Martin Milata
b55b8fd89e fix(python): revive trezorctl --script
[no changelog]
2025-03-13 12:17:12 +01:00
M1nd3r
dd6d77e35c chore(python): bump trezorlib version to 0.14.0 2025-03-13 12:17:12 +01:00
M1nd3r
e29215a1e5 fix(python): change nostr to use Session instead of Client 2025-03-13 12:17:12 +01:00
M1nd3r
2994e364eb chore(python): session passphrase rework 2025-03-13 12:17:12 +01:00
Martin Milata
43c784f28b fix(python): simplify UI callbacks 2025-03-13 12:17:12 +01:00
Martin Milata
b4d3cb97c0 fix(python): bring back firmware version check 2025-03-13 12:17:12 +01:00
Martin Milata
38d0b9ff64 fix(python): transport handling with sessions
[no changelog]
2025-03-13 12:17:12 +01:00
Martin Milata
69b8c03007 test(core): remove dead code 2025-03-13 12:17:12 +01:00
M1nd3r
e72f192f26 chore(core): adapt trezorlib transports to session based
[no changelog]

Co-authored-by: mmilata <martin@martinmilata.cz>
2025-03-13 12:17:12 +01:00
M1nd3r
a8aa7fe632 feat(python): implement session based trezorlib
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-03-13 12:17:12 +01:00
M1nd3r
2a609fcfb7 feat(python): implement session based trezorctl 2025-03-13 12:17:12 +01:00
M1nd3r
506f75c294 chore(python): add refresh of invalid client to internal emulator 2025-03-13 12:17:12 +01:00
M1nd3r
cb4e624216 chore(python): update python tools
Co-authored-by: mmilata <martin@martinmilata.cz>
2025-03-13 12:17:11 +01:00
Lukas Bielesch
17603ffe41 refactor(python): move Screen Buttons to debuglink 2025-03-12 14:34:25 +01:00
M1nd3r
ec4fbecc1d chore(python): add description to nostr commands group
[no changelog]
2025-03-11 16:11:33 +01:00
Roman Zeyde
d6c0e7e203 test(python): rerun tests when first response chunk is lost
Also, make sure that Python tests are using `python/setup.cfg`.

[no changelog]
2025-03-10 23:10:40 +02:00
Martin Milata
b765cb1e2c fix(python): runaway emulator process
[no changelog]
2025-03-10 15:06:05 +01:00
Ioan Bizău
d515153ca5 docs: fix link to examples
[no changelog]
2025-02-28 14:15:45 +01:00
Ioan Bizău
5282321fba chore(core): improve error message
[no changelog]
2025-02-28 14:15:45 +01:00
Ioan Bizău
073038771e feat(core): introduce Nostr
[no changelog]
2025-02-28 14:15:45 +01:00
Roman Zeyde
9a62cbd781 chore(python): include the invalid chunk in RuntimeError message
[no changelog]
2025-02-12 15:55:44 +01:00
matejcik
4a9ac3a956 chore(python): bump version after release 2025-02-12 14:26:15 +01:00
matejcik
b2098ff03f docs(python): regenerate OPTIONS.rst 2025-02-12 14:26:15 +01:00
matejcik
535950ac29 docs(python): generate changelog for 0.13.10 2025-02-12 14:26:15 +01:00
matejcik
f1c33e2f06 fix(python): make cryptography a required dependency
fixes #4493
2025-02-12 14:26:15 +01:00
matejcik
dabc5546b5 fix(python): support T3B1 in trezorctl fw download
[no changelog]
2025-02-12 11:17:38 +01:00
matejcik
fcb76df9f5 style(python): update trezorlib.firmware to new-style type annotations
[no changelog]
2025-02-12 11:17:38 +01:00
matejcik
72d14a370c feat(python): allow trezorctl firmware commands to work with unknown models
[no changelog]
2025-02-12 11:17:38 +01:00
matejcik
cba5e60c96 docs(python): document trezorlib exception classes 2025-02-12 11:17:38 +01:00
matejcik
1b45c0d491 feat(python): support future Trezor models
fixes #3993
2025-02-12 11:17:38 +01:00
matejcik
d9495bc76b refactor(python): improve models.py
* update typing annotations
* extract usb ids to common constants
2025-02-12 11:17:38 +01:00
Roman Zeyde
061e71213e test(core): don't fetch full DebugLinkState by default
In case the main workflow is restarting after a `DebugLinkDecision`,
sending the response of `DebugLinkGetState` may get interrupted.

We are making the state fetching explicit, in order to avoid the
"restart" race condition (as described in #4401).

Following the above change, text-based layout recording is removed.

[no changelog]
2025-02-07 11:21:44 +01:00
tychovrahe
25ce4e3fc9 fix(python): prevent regeneration of JPEG homescreen image if not necessary
[no changelog]
2025-02-06 12:40:23 +01:00
tychovrahe
d9c547c590 fix(core): calculate image hash including padding between header and code
[no changelog]
2025-01-29 16:56:11 +01:00
Roman Zeyde
5cdd0e7e74 feat(python): check that translations are using correct layout names
[no changelog]
2025-01-28 15:18:12 +02:00
matejcik
89dc753c6e chore(python): add production keys for T3W1
[no changelog]
2025-01-23 14:13:57 +01:00
Roman Zeyde
206119953d feat(python): support per-layout translated text strings
[no changelog]
2025-01-22 10:41:35 +02:00
Roman Zeyde
7ee1259aaa refactor(core): use layout name for translation font keys
It would simplify `TranslationsDir.load_lang` method.

[no changelog]
2025-01-22 10:41:35 +02:00
Roman Zeyde
e9aca68612 docs: make sure changelog fragments end with a period
Also, run `generate-changelog.py` over prodtest changelog.

[no changelog]
2025-01-20 14:54:27 +02:00
obrusvit
00740b560c refactor(core): consistent naming of UI layouts
- follow-up on 862c987779
- layout_bolt stays the same
- layout_samson -> layout_caesar
- layout_quicksilver -> layout_delizia
- use super for importing rust modules in layout code

[no changelog]
2025-01-20 12:29:24 +01:00
matejcik
79cc7a9693 style(python): improve type hints for input flows 2025-01-17 11:28:12 +01:00
matejcik
6a5836708f refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
matejcik
53bdef5bb4 feat(python): introduce device.setup() for entropy check
this deprecates `device.reset()`, and moves the new arguments to
`device.setup()`.

Also it changes default backup type on core devices to SLIP39-single,
same as Suite, and randomizes the number of entropy check rounds, if not
provided from outside.
2025-01-17 11:28:12 +01:00
matejcik
4610655d77 feat(python): introduce a deprecation helper
it's a Python class that emits a DeprecationWarning if you try to use it
for almost anything
(two exceptions that can't be overriden from the wrapper:
 * isinstance(depr, SomeOtherClass)
 * depr is None)

we will return instances of this class to indicate that a return value
of something will be going away
2025-01-17 11:28:12 +01:00
matejcik
0cae2ab2d0 deprecation(python): deprecate @expect 2025-01-17 11:28:12 +01:00
matejcik
8b6d8e7572 fix(all): make more protobuf fields required
[no changelog]
2025-01-17 11:28:12 +01:00
matejcik
c7231e5de9 feat(python): introduce expect argument to client.call 2025-01-17 11:28:12 +01:00
Roman Zeyde
cbfbd48e3a docs: use 'trezorctl firmware update'
Following #1258.

[no changelog]
2025-01-10 10:49:39 +01:00