Commit Graph

163 Commits

Author SHA1 Message Date
PrisionMike
1189138408 feat(tron): adding FreezeBalanceV2 message support
- Updated message definitions. Introduced new strings.
- Mostly generated code. Main changes in subsequent commit.

[no changelog]
2026-02-17 22:54:19 +05:30
Martin Milata
191b8643eb feat(rust/trezor-thp): add example client
[no changelog]
2026-02-11 15:03:48 +01:00
Martin Milata
86934e0750 feat(rust/trezor-thp): secure channel layer
[no changelog]
2026-02-11 15:03:48 +01:00
Martin Milata
a9ddd8c7c9 refactor(rust/trezor-thp): error logging
[no changelog]
2026-02-11 15:03:48 +01:00
Martin Milata
d180ad1e43 chore(rust/trezor-thp): delete Cargo.lock
[no changelog]
2026-02-11 15:03:48 +01:00
Roman Zeyde
103146f39f feat(common): introduce Failure_InProgress code
It will be used to indicate that an non-interruptible workflow is
currently running on the device.

[no changelog]
2026-02-04 17:21:24 +01:00
Roman Zeyde
fee2f28330 chore(common): remove unused Failure_BufferError code
[no changelog]
2026-02-04 17:21:24 +01:00
Martin Pastyřík
379484d6ec fix(core): remove host static public key from protobuf message
[no changelog]
2026-01-27 14:54:38 +01:00
kopecdav
19ff65bf89 feat(python): Update trezorctl telemetry command with battery_cycle field.
[no changelog]
2026-01-23 12:54:34 +01:00
kopecdav
9f391c8116 feat(core): add battery_cycle field in the protobuf telemetry message.
[no changelog]
2026-01-23 12:54:34 +01:00
tychovrahe
1143f5e0ed chore(core): add messages for reading out telemetry data
[no changelog]
2026-01-19 12:58:56 +01:00
dependabot[bot]
2984383aa1 chore(deps): bump tracing-subscriber in /rust/trezor-client
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-14 12:45:01 +01:00
PrisionMike
fa41268709 feat(tron): add TriggerSmartContract support.
- Blind signing TRON smart contracts.
- Only contract address shown to user.
- USDT,USDD transfer tested.
- Fee layout imperfect. To be fixed later.

[no changelog]
2026-01-12 14:42:11 -05:00
Roman Zeyde
9c966372cb chore(common): deprecate uploading language blob during firmware update
Remove unused protobuf field from `RebootToBootloader`.

[no changelog]
2026-01-06 17:20:18 +01:00
Jun Luo
4375c211f9 feat(tron): add TransferContract support
Allows native TRX transfer
[no changelog]

Co-authored-by: PrisionMike <su.sh2396@gmail.com>
2026-01-06 03:57:42 -05:00
cepetr
0974bcbc42 feat(core): add trezorctl set-log-filter command
[no changelog]
2025-12-12 15:18:35 +01:00
Martin Milata
912bea982f feat(rust/trezor-thp): transport layer
[no changelog]
2025-12-09 20:03:57 +01:00
Martin Milata
fa55d870d2 ci: stylecheck and test all rust crates
[no changelog]
2025-12-09 20:03:57 +01:00
Martin Milata
50adcc8acb style(rust/trezor-client): lints
[no changelog]
2025-12-09 20:03:57 +01:00
Martin Milata
d841492e1d style(rust/trezor-tjpgdec): formatting
[no changelog]
2025-12-09 20:03:57 +01:00
tychovrahe
68dfb2628a feat(core): send build version in features 2025-12-09 14:48:38 +01:00
Ioan Bizău
858cd1812b Reapply "chore: remove GetNonce and PaymentRequest from experimental features"
This reverts commit 366580dcb6.
2025-11-20 13:42:00 +02:00
PrisionMike
0468fa14aa fix(tron): update tron to use session
- Minor code fixes to old PR by overcat
- Only build Tron for debug builds
- Updated message index
- Updated text fixtures
[no changelog]
2025-11-12 10:07:50 +01:00
Jun Luo
590d3e98b2 feat(common,core,python,tests): add tron.get_address support.
[no changelog]
2025-11-12 10:07:50 +01:00
Martin Pastyřík
d2516f1d07 feat(core): functions for Evolu spam protection
[no changelog]
2025-11-05 10:22:37 +01:00
Roman Zeyde
366580dcb6 Revert "chore: remove GetNonce and PaymentRequest from experimental features"
This reverts commit 6b844d3748.
2025-11-04 14:43:11 +01:00
tychovrahe
25dadcef95 feat(core): notify host on power status change using internal notification system
[no changelog]
2025-10-30 08:36:38 +01:00
M1nd3r
6b844d3748 chore: remove GetNonce and PaymentRequest from experimental features 2025-10-27 14:13:05 +01:00
Ioan Bizău
abb2816c98 feat: 32 bytes amount in ETH payment requests
[no changelog]
2025-10-16 15:14:08 +03:00
M1nd3r
249db0663c chore: reserve message type range
[no changelog]
2025-10-09 10:55:08 +02:00
Roman Zeyde
aa98a40ceb feat(common): allow exporting unit serial number
[no changelog]
2025-10-03 17:37:10 +03:00
Lukas Bielesch
45cc5ffb84 feat(core/tests): device menu click tests
- move keyboard shared code to common
[no changelog]
2025-10-03 10:50:55 +02:00
Lukas Bielesch
3325181eeb chore(core): add auto_lock_delay_battery_ms to Feature messages
[no changelog]
2025-10-03 10:50:55 +02:00
tychovrahe
e1d8700e42 feat(core/bootloader): signal firmware corrupted in features 2025-09-25 19:34:10 +02:00
Roman Zeyde
5bab202950 chore(core): make host_name & app_name required also in ThpCredentialMetadata
[no changelog]
2025-09-25 18:27:11 +03:00
Lukas Bielesch
a80a1d0045 feat(core/eckhart): cache THP app/host name along with MAC
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
2025-09-21 21:55:50 +02:00
Martin Milata
ed1063b7e7 fix(core): make app_name required for THP pairing
[no changelog]
2025-09-19 12:15:27 +02:00
Andrew Kozlik
246592310e chore(core): Add Tropic fields to AuthenticityProof. 2025-09-18 18:37:58 +02:00
obrusvit
06c82aff30 fix(core): allow Evolu msgs in BTC only
[no changelog]
2025-09-17 17:32:45 +02:00
obrusvit
42af3f8d39 feat(protob): extend ApplySettings
- add auto_lock_delay_battery_ms to set delay in ms after which the
device locks when on battery or wireless charger

[no changelog]
2025-09-16 14:30:06 +02:00
Roman Zeyde
7f071183ce chore: add protobuf definitions for THP hostname cache
[no changelog]
2025-09-11 15:07:36 +03:00
Ioan Bizău
3202db88c5 feat(core): SLIP-24 payment requests for Stellar
[no changelog]
2025-09-04 12:59:50 +03:00
matejcik
aea4e4a29e fix(common): require fields on SLIP-24 Text Details memo 2025-09-03 10:00:28 +02:00
Lukas Bielesch
d8d642ab56 chore(core/eckhart): implement BLE device unpairing
[no changelog]
2025-09-02 15:44:11 +02:00
tychovrahe
0595212985 feat(core/bootloader): add battery SoC to features messages
[no changelog]
2025-08-27 17:06:15 +02:00
obrusvit
593435689e feat(core): generate SLIP-21 node for Evolu 2025-08-26 19:13:58 +02:00
Peter Jaško
adb9d1940b feat(cardano): replace chunking with length+offset 2025-08-25 14:15:49 +02:00
Peter Jaško
0e71c8da24 feat(cardano): stop hashing in message signing 2025-08-25 14:15:49 +02:00
Peter Jaško
389e1eba4f fix(cardano): Return pubkey
This ends up being useful for software wallets.
2025-08-25 14:15:49 +02:00
Peter Jaško
13f216af3c fix(cardano): Change display_ascii flag to prefer_hex_display
This makes the behavior more consistent with Ethereum message signing.
2025-08-25 14:15:49 +02:00