tychovrahe
7c94080227
refactor(core): move vendor headers to model specific directories
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
15b42afc55
feat(core): add temporary DEVICE_CERT_CHAIN for T3B1
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
11b1d5ca41
chore(core): add T3B1 production keys
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
78b4017859
feat(core): add support for T3B1
2024-07-16 15:56:28 +02:00
matejcik
3884abde64
chore(core/rust): remove warnings in translations
2024-07-16 13:29:56 +02:00
matejcik
3fcb0acaff
refactor(core/rust): refactor SwipeFlow
...
* remove SwipeStore in favor of Vec<dyn FlowComponent>
* unify state and controllers
* implement tighter coupling between controller/states and pages of the
flow
2024-07-16 13:29:56 +02:00
matejcik
4c10a4f643
chore(core/rust): publish the ConcreteRenderer types for each renderer version
...
we need them to be able to spell out a concrete type of the argument to
`render()`
2024-07-16 13:29:56 +02:00
dependabot[bot]
083071dcb9
build(deps): bump setuptools from 67.6.0 to 70.0.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 67.6.0 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v67.6.0...v70.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 13:10:05 +02:00
Ioan Bizău
a64b22cdef
feat(core): add progress indicator when formatting SD cards
2024-07-15 13:32:06 +03:00
matejcik
8fa602cefe
chore(core): add signature for 2.8.0 translation blobs
2024-07-15 09:52:36 +02:00
Martin Milata
8869b16c83
chore: generate-changelog.py adjustments
...
- add T3T1 to the list of core hardware
- add flag for regenerating model-specific changelogs in case the main
one is manually edited
- generate headings in the same format as currently used in
core/CHANGELOG.md
2024-07-12 20:43:26 +00:00
Martin Milata
38bdfbe4af
ci: build T3T1 firmware for production bootloader
...
[no changelog]
2024-07-12 20:43:26 +00:00
tychovrahe
e3b9548506
chore(core): add TS5 background image for emulator
...
[no changelog]
2024-07-12 15:38:33 +02:00
Pavol Rusnak
32a5866338
feat(rust/trezor-client): bump dependencies in Cargo.lock
2024-07-12 10:11:25 +02:00
Pavol Rusnak
5dcbaa4068
feat(rust/trezor-client): bump version to 0.1.4
2024-07-12 10:10:12 +02:00
matejcik
52333d5b04
debug(core): make C impl of __fatal_error print to stderr
...
Previously, any C assertion or other case of __fatal_error would only
show the RSOD, but not print to emulator output.
That is (a) mildly annoying, and (b) would not work in the weird case in
Rust unit tests where graphics are not available.
2024-07-12 09:46:50 +02:00
matejcik
863dee1a43
refactor(core/rust): reorganize LayoutObj
...
* move most actual functionality to LayoutObjInner
* subsume features of top-level Root and Child into LayoutObjInner
(saving ~7 kB of flash because LayoutObjInner is not generic)
* make use of GcBox to drop the top-level component
2024-07-12 09:46:50 +02:00
matejcik
2a896c44f6
feat(core/rust): introduce GcBox
2024-07-12 09:46:50 +02:00
Martin Milata
a05ed10f1a
fix(core): emulator: coverage data atexit handler
...
Partially reverts 5fc3c6e617
.
[no changelog]
2024-07-11 17:33:15 +00:00
matejcik
ca1c5c4e33
feat(core/translations): cli.py merge command
2024-07-11 12:59:43 +00:00
Martin Milata
c857fcdc2f
test(core): T3T1 ShowDeviceTutorial
...
[no changelog]
2024-07-11 12:59:43 +00:00
Martin Milata
1c9f925418
fix(core/translations): remove unbreakable spaces for now
...
[no changelog]
2024-07-11 12:59:43 +00:00
Martin Milata
9304f6aa80
chore(core): update translations
...
jq --sort-keys -s '.[0] * .[1]' es.json es-ES_diff_tutorial.json > es.json.tmp && mv es.json.tmp es.json
[no changelog]
2024-07-11 12:59:43 +00:00
Martin Milata
700512901b
docs(core): fix 2.8.0 release date
2024-07-10 11:38:16 +00:00
Martin Milata
98dca4db4c
Merge branch 'release/24.07'
2024-07-10 12:24:18 +02:00
Andrew Kozlik
1016b0c98a
feat(storage): Do not lock freshly initialized storage.
2024-07-09 16:52:50 +02:00
Andrew Kozlik
e84f969f4f
feat(core): Implement DebugLinkOptigaSetSecMax.
2024-07-09 16:52:50 +02:00
Andrew Kozlik
b6b1ad8825
feat(python): Implement DebugLinkOptigaSetSecMax.
2024-07-09 16:52:50 +02:00
Andrew Kozlik
b71a809da3
feat(common): Add DebugLinkOptigaSetSecMax message.
...
[no changelog]
2024-07-09 16:52:50 +02:00
Andrew Kozlik
a4cf0b2c72
feat(core): Show PIN initialization progress when Optiga throttling delays are active
2024-07-09 16:52:50 +02:00
Andrew Kozlik
9420b38a35
feat(core): Account for Optiga throttling delay in PIN countdown.
2024-07-09 16:52:50 +02:00
matejcik
d82d5a1fe5
build(core): fix build for GCC13
...
we need to cherry-pick two commits into the micropython submodule, and
adapt one of the fixes
2024-07-09 14:14:13 +02:00
mgiannopoulos24
25cb005693
fix(core): add missing filename argument ( #4003 )
...
* Code improvement on printf
2024-07-09 14:12:07 +02:00
tychovrahe
3bc9e23260
feat(core): add support for 32bit colors in UI
...
[no changelog]
2024-07-09 11:44:21 +02:00
dependabot[bot]
96165e268b
build(deps): bump certifi from 2023.7.22 to 2024.7.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.7.22 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 11:04:54 +02:00
tychovrahe
6667f96911
fix(core): fix T2B1 display orientation south
2024-07-08 17:40:14 +02:00
cepetr
59961984c3
feat(core/embed): prepare backlight driver for low power mode
...
[no changelog]
2024-07-08 12:05:20 +02:00
cepetr
68911c972b
chore(core/embed): remove unused code
...
[no changelog]
2024-07-08 12:04:49 +02:00
cepetr
076b476cf5
fix(core/embed): fix memory clearing in u5 boardloader
...
[no changelog]
2024-07-08 12:04:49 +02:00
cepetr
0ea965d07e
fix(core/embed): fix touch driver on dev kits
...
[no changelog]
2024-07-08 12:04:29 +02:00
tychovrahe
e30a0e6231
fix(core): fix storage compilation for U5 models without optiga
...
[no changelog]
2024-07-03 17:27:46 +02:00
obrusvit
16b89e587d
chore(core): update fixtures.json
...
[no changelog]
2024-07-03 14:16:10 +02:00
obrusvit
4fe4bb0bed
chore(core): remove some unused assets and code
...
Removing model_t leftovers from mercury code.
[no changelog]
2024-07-03 14:16:10 +02:00
Andrew Kozlik
ff653f038e
feat(core): Optimize Optiga counter initialization.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Andrew Kozlik
869b6fe6dc
refactor(core): Use remaining PIN attempts in Optiga API.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Andrew Kozlik
fc09379877
refactor(core): Clean up Optiga error handling.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Martin Milata
99c3d35e07
chore(core): bump version to 2.8.1
...
[no changelog]
2024-07-01 11:57:32 +00:00
Martin Milata
dd4671a510
docs(core): changelog for 2.8.0
2024-07-01 11:56:56 +02:00
Martin Milata
54441182ea
chore(common): set definition timestamp to the current signed definitions
...
[no changelog]
2024-07-01 11:49:31 +02:00
gabrielkerekes
6f76ac3be6
fix(solana): allow AToken Create instruction to contain an optional rent_sysvar
account
...
This is needed because some dApps (https://jup.ag/perps or http://solend.fi/ ) include the rent_sysvar account although it's not required anymore (it's also not a part of the [official docs](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/instruction/enum.AssociatedTokenAccountInstruction.html#variant.Create )).
2024-07-01 09:46:40 +00:00