1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-03 07:29:14 +00:00
trezor-firmware/core/src/storage
Roman Zeyde 8b4936926c fix(core): preallocate storage.debug.reset_internal_entropy
It should allow GC to cleanup `int_entropy`, which can be
allocated in random heap position, causing fragmentation.

[no changelog]
2025-03-25 12:05:52 +02:00
..
__init__.py fix: make sure storage.cache import is correctly retained 2024-07-19 11:24:50 +03:00
cache_codec.py docs(core): add and modify docs to context and cache 2024-12-02 12:39:15 +01:00
cache_common.py docs(core): add and modify docs to context and cache 2024-12-02 12:39:15 +01:00
cache.py docs(core): add and modify docs to context and cache 2024-12-02 12:39:15 +01:00
common.py refactor(core): use set-/get_bool in storage cache 2024-07-19 11:24:50 +03:00
debug.py fix(core): preallocate storage.debug.reset_internal_entropy 2025-03-25 12:05:52 +02:00
device.py refactor(core): make homescreen max size model dependent 2025-02-06 12:40:23 +01:00
fido2.py refactor(core/webauthn): make sure KEY_AGREEMENT_*KEY is generated once per power-up 2021-05-06 13:14:21 +02:00
recovery_shares.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
recovery.py chore(core): rename recovery type & kind and tweak feature flags 2024-06-05 12:35:09 +03:00
resident_credentials.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
sd_salt.py feat(core): allow SD card hotswap based on production date for Model T 2024-02-29 23:05:56 +01:00