1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-03 15:39:03 +00:00
trezor-firmware/python/src/trezorlib
obrusvit cfcfdfe299 feat(eckhart): initial commit
- build
- directory structure
- bootloader UI and assets copied from delizia
- FirmwareUI trait functions are empty
- Python layout functions are copied from delizia except some of more
complicated ones which raise NotImplemented for now
2025-03-24 15:08:30 +01:00
..
_internal fix(python): runaway emulator process 2025-03-10 15:06:05 +01:00
cli feat(eckhart): initial commit 2025-03-24 15:08:30 +01:00
firmware style(python): update trezorlib.firmware to new-style type annotations 2025-02-12 11:17:38 +01:00
qt
transport feat(python): ignore unrelated responses 2025-03-17 20:16:14 +02: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 fix(python): make cryptography a required dependency 2025-02-12 14:26:15 +01:00
benchmark.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
binance.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01: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
debuglink.py feat(eckhart): initial commit 2025-03-24 15:08:30 +01:00
definitions.py
device.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
eos.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
ethereum.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01: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 feat(core): introduce Nostr 2025-02-28 14:15:45 +01:00
misc.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
models.py feat(python): support future Trezor models 2025-02-12 11:17:38 +01: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 refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01: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