1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00
trezor-firmware/core/.changelog.d
matejcik 87b7eccb6a fix(core): do not use local import for RecoveryAborted
This side-steps a double-import problem that is triggered when we
perform an unimport in a particularly unfortunate order. (don't ask)

The root cause of the problem still exists: we can get into a situation
where a live recovery_homescreen is running from an unimported module,
meaning that any new import of anything from the recovery_device
namespace will _also_ be a double-import. We don't have a fix for that
situation yet, so instead we avoid this particular local import, which
would cause homescreen_dialog to have its own copy of the `recover`
module.
2025-02-20 16:09:14 +01:00
..
.gitignore docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
3503.fixed fix(core): do not use local import for RecoveryAborted 2025-02-20 16:09:14 +01:00
3536.added feat(core): show ETH account info on model T 2025-02-11 16:10:58 +01:00