cepetr
4929ca1c66
fix(core): fix bootloader_emu macOS build
...
[no changelog]
2024-11-04 14:05:37 +01:00
cepetr
c997201754
refactor(core): simplify ensure_compatible_settings
...
[no changelog]
2024-11-04 14:05:37 +01:00
cepetr
80a67c647f
refactor(core): relocate display resolution to model.h
...
[no changelog]
2024-11-04 14:05:37 +01:00
cepetr
bba94ab1f6
refactor(core): remove redundant TREZOR_FONT_BPP
...
[no changelog]
2024-11-04 14:05:37 +01:00
cepetr
cb2c85dc2e
refactor(core): remove unused MAX_DISPLAY_RESx
...
[no changelog]
2024-11-04 14:05:37 +01:00
cepetr
387d98d6e4
refactor(core): get rid of STM32U5 in platform indep code
...
[no changelog]
2024-11-04 14:05:37 +01:00
Ioan Bizău
dfdd44becb
chore(core/translations): update fixtures
...
[no changelog]
2024-11-02 18:40:53 +01:00
Ioan Bizău
93fb415fe0
fix(core/translations): fix string order
...
[no changelog]
2024-11-02 18:40:53 +01:00
Ioan Bizău
2435e8b101
fix(core/ui): remove unnecessary newline
...
[no changelog]
2024-11-02 18:40:53 +01:00
Ioan Bizău
a36e1e8126
chore(core/translations): add translations for ETH contract flow
...
[no changelog]
2024-11-02 18:40:53 +01:00
Lukas Bielesch
31e0518588
chore(python): add shortcut in trezorlib for academic seed
2024-11-01 16:44:31 +01:00
obrusvit
2396e10fbb
fix(cardano): do not show paths while staking
...
Confirming "Withdraw" and "Delegate" is not accompanied by confirming
derivation paths after the transaction has been already signed.
[no changelog]
2024-10-31 22:02:01 +01:00
M1nd3r
82a202f6a8
fix(core): fix flow_prompt_backup mock
...
[no changelog]
2024-10-31 16:15:22 +01:00
tychovrahe
d38c2e1790
chore(core): drop obsolete boards
...
[no changelog]
2024-10-31 10:27:08 +01:00
tychovrahe
42396dd007
refactor(core): make USE_xxx defines global
...
[no changelog]
2024-10-31 10:27:08 +01:00
cepetr
9e28e96639
refactor(core): simplify and improve flash layout definitions
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
4af600d422
refactor(core): introduce USE_TRUSTZONE
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
b174237684
feat(core): properly utilize trustzone in kernel and core app
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
c0829ec364
feat(core): introduce new alignment macros
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
a747210f54
fix(core): fix secret & assets start address const
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
059152d9b4
fix(core): fix BHK_MAXSIZE constant
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
133135e204
fix(core): fix frame buffer size on disc2
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
69dcb84d4e
fix(core): fix sram_u region clearing
...
[no changelog]
2024-10-31 10:25:31 +01:00
cepetr
7bd3663930
fix(core): align coreapp start to 8KB (u5 only)
...
[no changelog]
2024-10-31 10:25:31 +01:00
Ioan Bizău
c300576d6c
feat(core/ethereum): new ETH contract flow
2024-10-30 17:25:48 +02:00
cepetr
0bacbdf355
fix(emulator): fix bootloader emulator build on MacOS
...
[no changelog]
2024-10-30 14:18:34 +01:00
cepetr
8bc3890639
fix(emulator): fix emulator crash on MacOS
...
[no changelog]
2024-10-30 14:18:34 +01:00
Lukas Bielesch
262747baa7
fix(core/rust) Handle also touchStop event in brightess dialog
2024-10-30 10:36:19 +01:00
obrusvit
2e0e8eb39b
chore: update fixtures
2024-10-30 09:15:10 +01:00
obrusvit
2e9ea6d044
test(cardano): reduce testset sign_tx_show_details
...
Rationale: the removed test cases are considered "simple" as of the
recent changes and they do not prompt a user for "level of details".
2024-10-30 09:15:10 +01:00
obrusvit
16a8d504e2
test(cardano): allow tests with details on mercury
2024-10-30 09:15:10 +01:00
obrusvit
f746993ca6
fix(ui/model_r): add title for altcoin_tx_summmary
2024-10-30 09:15:10 +01:00
obrusvit
2c6a13064b
feat(cardano): use nicer summary for send tx
...
Also show Recipient {i} for simple tx
2024-10-30 09:15:10 +01:00
obrusvit
a3aacb7f13
fix(ui/model_r): adjust model_r confirm_properties
...
- change the button text based on `hold`
- make it abortable
2024-10-30 09:15:10 +01:00
obrusvit
20e408d7df
fix(ui/mercury): fix should_show_more prompt
...
This prompt was unintuitive as the menu button served as the "show more"
button. This commit implements a small SwipeFlow which hides the option
to the context menu.
2024-10-30 09:15:10 +01:00
obrusvit
b2b93d73f4
fix(cli/cardano): chunkify click option
2024-10-30 09:15:10 +01:00
obrusvit
e42c433ded
feat(cardano): ask detail lvl only on complex tx
...
- remove the choise of detail level ("Show simple" vs "Show all") when
signing simple transactions - these are the transactions typically
enabled by TrezorSuite.
2024-10-30 09:15:10 +01:00
obrusvit
ab9381cea9
chore: update fixtures
...
[no changelog]
2024-10-30 00:51:19 +01:00
obrusvit
a22dac7155
chore(core): shorten tries left string
...
[no changelog]
2024-10-30 00:51:19 +01:00
obrusvit
18c063878b
chore(core): langs update - it, pt
...
[no changelog]
2024-10-30 00:51:19 +01:00
obrusvit
76abae5593
chore(core): langs update - de, es, fr, cs
...
[no changelog]
2024-10-30 00:51:19 +01:00
matejcik
ca1ed7cecc
docs: update reproducibility instructions
...
fixes #3418
2024-10-29 10:46:15 +01:00
M1nd3r
74655931ce
feat(core): allow benchmark on BITCOIN_ONLY debug build
...
[no changelog]
2024-10-25 13:16:39 +02:00
M1nd3r
48b9c8456f
chore: add legacy options_pb2 to style.py.exclude
...
[no changelog]
2024-10-23 22:27:48 +02:00
M1nd3r
16da9a8889
chore(common): separate definitions of protobuf options
...
[no changelog]
2024-10-23 22:27:48 +02:00
tychovrahe
1c7965421f
feat(core): switch to 32 bit colors in T3W1 emulator
...
[no changelog]
2024-10-23 14:42:13 +02:00
tychovrahe
9f52918d27
feat(core): support 32 bit colors in emulator
...
[no changelog]
2024-10-23 14:42:13 +02:00
tychovrahe
80fcaa369f
feat(core/prodtest): added TOUCH_POWER command to prodtest
2024-10-23 14:42:00 +02:00
Martin Milata
87aab69644
fix(core): memory corruption on emulator init
...
Found by AddressSanitizer.
2024-10-22 23:33:44 +02:00
Martin Milata
48554804df
ci: exclude T3W1 production images
2024-10-22 23:33:44 +02:00