1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/python/src/trezorlib
matejcik fd7b94a6e9 fix(python): fix model enum aliases
the previous spelling of "aliases" created completely new enum entries

per Enum documentation:

> However, an enum member can have other names associated with it.
> Given two entries A and B with the same value (and A defined first),
> B is an alias for the member A. By-value lookup of the value of A will
> return the member A. By-name lookup of A will return the member A.
> By-name lookup of B will also return the member A.
2024-02-12 14:49:32 +01:00
..
_internal feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
cli chore(python): deprecate language setting in apply_settings / reset / recover 2024-02-12 14:49:32 +01:00
firmware fix(python): fix model enum aliases 2024-02-12 14:49:32 +01:00
qt style(python): implement isort 5 for trezorlib 2023-08-16 13:29:51 +02:00
transport fix(python/trezorctl): re-enable trezorctl -p udp 2023-04-03 22:01:26 +02:00
__init__.py chore(python): bump version after release 2023-10-20 16:08:14 +02:00
_ed25519.py
_proto_messages.mako fix(python): add default value to protobuf.Field 2022-11-01 10:57:27 +01:00
_rlp.py fix(python): drop simple-rlp dependency and use internal copy 2023-10-11 13:04:26 +02:00
binance.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
btc.py feat(python): add chunkify parameter to message signing/verification 2023-10-26 18:29:52 +02:00
cardano.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
client.py refactor(python): make client.model not optional 2023-10-18 13:18:32 +02:00
cosi.py style(python): implement isort 5 for trezorlib 2023-08-16 13:29:51 +02:00
debuglink.py chore(python): deprecate language setting in apply_settings / reset / recover 2024-02-12 14:49:32 +01:00
definitions.py feat(python): support external Ethereum definitions 2023-03-24 13:24:46 +01:00
device.py chore(python): deprecate language setting in apply_settings / reset / recover 2024-02-12 14:49:32 +01:00
eos.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
ethereum.py feat(python): add chunkify parameter to message signing/verification 2023-10-26 18:29:52 +02:00
exceptions.py
fido.py
log.py fix(python): nest logger in the proper way (#3190) 2023-08-03 14:41:40 +02:00
mapping.py
merkle_tree.py feat(python): support external Ethereum definitions 2023-03-24 13:24:46 +01:00
messages.py chore(common): deprecate language fields in ApplySettings, ResetDevice, RecoveryDevice 2024-02-12 14:49:32 +01:00
misc.py style(python): implement isort 5 for trezorlib 2023-08-16 13:29:51 +02:00
models.py chore(python): use model names more consistently 2023-10-18 13:18:32 +02:00
monero.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
nem.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
protobuf.py fix(python/trezorctl): limit memory for one field (fixes #2439) 2023-04-27 13:37:16 +02:00
py.typed fix(python): publish package types (#2543) 2022-10-06 16:12:05 +02:00
ripple.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
solana.py feat(solana): add additional info with token account 2023-12-05 22:11:41 +01:00
stellar.py feat(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp. 2023-12-11 11:14:33 +01:00
tezos.py feat(python): allow for chunkifying addresses in trezorlib functions and CLI 2023-09-15 09:50:21 +02:00
toif.py refactor(python): move out TOIF related structs to trezorlib.toif 2022-11-01 14:56:00 +01:00
tools.py fix(python): replace base58 implementation with a more correct one 2023-12-05 22:11:41 +01:00
ui.py feat(python/trezorctl): notify user about PIN/passphrase entry in terminal (fixes #3203) 2023-10-20 15:45:32 +02:00