1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-25 16:08:32 +00:00
trezor-firmware/python/src/trezorlib
Roman Zeyde 14768b1eab test(core): allow disabling GC leak check error using a CLI flag
In this case, a warning will be issued and shown on PyTest summary.

[no changelog]
2025-06-19 08:29:18 +03:00
..
_internal feat(core): support new translation blob format 2025-06-05 20:55:56 +03:00
cli feat(eckhart): initial commit 2025-05-30 17:38:16 +02:00
firmware style(python): update trezorlib.firmware to new-style type annotations 2025-02-12 11:17:38 +01:00
qt
transport fix(python): fix trezorctl firmware update device restarts' handling 2025-05-05 20:10:56 +03:00
__init__.py chore(python): bump version after release 2025-02-12 14:26:15 +01:00
_ed25519.py
_proto_messages.mako
_rlp.py
authentication.py chore(core): include T3W1 certificate for the emulator 2025-04-15 12:37:25 +02:00
benchmark.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
ble.py feat(core): add BLE unpair command & message 2025-04-03 16:17:12 +02:00
btc.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
cardano.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
client.py feat(python): support future Trezor models 2025-02-12 11:17:38 +01:00
cosi.py chore(core): remove CoSi functionality 2024-07-01 09:32:38 +02:00
debuglink.py test(core): allow disabling GC leak check error using a CLI flag 2025-06-19 08:29:18 +03:00
definitions.py refactor(python): update definitions code for new paths 2025-05-19 11:14:20 +02:00
device.py feat(core): homescreen streaming 2025-05-14 23:57:03 +02:00
eos.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
ethereum.py chore(python): move impractical network_from_address_n function out of the ethereum module 2025-05-19 11:14:20 +02:00
exceptions.py docs(python): document trezorlib exception classes 2025-02-12 11:17:38 +01:00
fido.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
log.py
mapping.py chore(core): improve error message 2025-02-28 14:15:45 +01:00
merkle_tree.py
messages.py chore(core): remove DebugLinkToggleThpPairingDialog 2025-06-16 14:53:13 +02:00
misc.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
models.py chore(automation): enable T3W1 CI jobs and tests 2025-05-30 17:38:16 +02:00
monero.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
nem.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
nostr.py feat(core): introduce Nostr 2025-02-28 14:15:45 +01:00
protobuf.py chore(python): remove inner parenthesis from type: ignore to silence mypy syntax errors 2025-05-21 14:29:22 +02:00
py.typed
ripple.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
solana.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
stellar.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
tezos.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
toif.py fix(python): fix toif generation from grayscale 2024-12-30 16:12:48 +01:00
tools.py feat(python): introduce a deprecation helper 2025-01-17 11:28:12 +01:00
ui.py