1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-28 23:32:05 +00:00
trezor-firmware/python/src/trezorlib/cli
obrusvit ffc0bf8e45 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-02-26 15:47:08 +01:00
..
__init__.py fix(python): remove unused type ignore after click version bump 2024-11-19 11:02:23 +01:00
benchmark.py feat(python): implement benchmark application interface 2024-10-11 16:35:34 +02:00
binance.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
btc.py feat(python): support sortedmulti 2024-12-02 12:21:24 +01:00
cardano.py fix(cli/cardano): chunkify click option 2024-10-30 09:15:10 +01:00
crypto.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
debug.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
device.py fix(python): make cryptography a required dependency 2025-02-12 14:26:15 +01:00
eos.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
ethereum.py fix(python): remove duplicated 0x prefix for publish sign-tx 2024-06-14 14:16:28 +02:00
fido.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
firmware.py feat(eckhart): initial commit 2025-02-26 15:47:08 +01:00
monero.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
nem.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
ripple.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
settings.py fix(python): prevent regeneration of JPEG homescreen image if not necessary 2025-02-06 12:40:23 +01:00
solana.py refactor(python): replace usages of @expect 2025-01-17 11:28:12 +01:00
stellar.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
tezos.py style(python): use 'h' for hardening instead of apostrophe (fixes #3037) 2023-10-20 15:45:32 +02:00
trezorctl.py feat(python): implement benchmark application interface 2024-10-11 16:35:34 +02:00