1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 22:09:07 +00:00
trezor-firmware/core/mocks/generated
matejcik 391976bcda refactor(core/usb): do not require serial number on instantiaton of USB
On a cleanly wiped device, storage must be unlocked in order to create
and retrieve the serial number. However, storage unlocking happens in
boot.py, which is imported _after_ usb.py

We must therefore sidestep asking for the serial number.
2021-05-06 13:14:21 +02:00
..
trezorcrypto style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
trezorio refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
trezorconfig.pyi style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
trezorui.pyi style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
trezorutils.pyi style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00