1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 21:30:56 +00:00
trezor-firmware/core
Ioan Bizău 487d7c4776 refactor(core): use warning_hi_prio in ETH flow
Commit c300576d6c introduced the
`default_cancel` parameter to `show_warning` and `confirm_blob` rather
using the already existing `flow_warning_hi_prio` which was doing the
same thing. This commit reverts all the nonsense.

[no changelog]
2024-11-19 13:36:01 +02:00
..
.changelog.d chore(core): show the last pin digit for a while 2024-11-18 14:05:04 +01:00
assets
embed refactor(core): use warning_hi_prio in ETH flow 2024-11-19 13:36:01 +02:00
mocks refactor(core): use warning_hi_prio in ETH flow 2024-11-19 13:36:01 +02:00
prof feat(core): adjust the coverage file output for multicore tests 2023-03-09 16:50:32 +01:00
site_scons refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
src refactor(core): use warning_hi_prio in ETH flow 2024-11-19 13:36:01 +02:00
tests feat(tests): adjust firmware hash calc test to expect different hashes based on model 2024-11-14 09:30:20 +01:00
tools refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
translations refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
vendor
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
.towncrier.template.md
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS
CHANGELOG.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T2B1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T2T1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T3B1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T3T1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING
emu.py feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
emu.sh
Makefile refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
pyrightconfig.json
README.md docs: add Safe 3 and Safe 5 in documentation (#4228) 2024-09-30 10:15:35 +02:00
SConscript.boardloader refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader_ci refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader_emu refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.firmware refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.kernel refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.prodtest refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.reflash refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.unix refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConstruct refactor(core): migrate coreapp into firmware 2024-09-24 12:21:53 +02:00
towncrier.toml chore: generate-changelog.py adjustments 2024-07-12 20:43:26 +00:00

Trezor Core

Firmware currently running on Model T and the Trezor Safe family.

See docs/core for more info.