chore(core): remove "Continue in the app" screen after label is set
What changed, and why it matters
This commit removes an extra 'Continue in the app' confirmation screen that appeared on the T3W1 Trezor model after the user changed the device label. It is a user-interface consistency cleanup, not a security fix. The change only affects screen flow and updates the corresponding visual test snapshots.
No security action needed; treat as routine UI cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
In core/src/trezor/ui/layouts/eckhart/init.py, the call to show_continue_in_app(TR.device_name__changed) inside confirm_change_label() is removed. This eliminates a post-confirmation screen that was added for the T3W1 (Eckhart) layout but not for other Core models. The tests/ui_tests/fixtures.json changes are only updated UI hash snapshots reflecting the removed screen.
Changed components
core/src/trezor/ui/layouts/eckhart/__init__.pytests/ui_tests/fixtures.jsonInspect captured patch +36 / −38
diff --git a/core/src/trezor/ui/layouts/eckhart/__init__.py b/core/src/trezor/ui/layouts/eckhart/__init__.py
index b8696a2d0..2d804fa47 100644
--- a/core/src/trezor/ui/layouts/eckhart/__init__.py
+++ b/core/src/trezor/ui/layouts/eckhart/__init__.py
@@ -230,8 +230,6 @@ async def confirm_change_label(
verb=None,
)
- show_continue_in_app(TR.device_name__changed)
-
def confirm_change_passphrase(use: bool) -> Awaitable[None]:
description = TR.passphrase__turn_on if use else TR.passphrase__turn_off
diff --git a/tests/ui_tests/fixtures.json b/tests/ui_tests/fixtures.json
index dad4ff604..44247d3e6 100644
--- a/tests/ui_tests/fixtures.json
+++ b/tests/ui_tests/fixtures.json
@@ -30373,7 +30373,7 @@
"T3W1_cs_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "e40b9a29112bb71df466fcad8be10756abe26c671a17fc3bd02016a711e370d1",
"T3W1_cs_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "8288fbb30e11f424e83f98a9bb12c0e88307bbaf6c940890cffcaa8e14465431",
"T3W1_cs_test_autolock.py::test_autolock_cancels_ui": "0fdbf60272ca99355e5b76b9d99a794f673abf21c6abd04600750177001bde8c",
-"T3W1_cs_test_autolock.py::test_autolock_default_value": "a5801dc6d944343f523e4367a33a89cfe8a385319af17dc383ba6002ee1d4a86",
+"T3W1_cs_test_autolock.py::test_autolock_default_value": "d0021eb25aff8678ebd796ab32c681d3eb507fb45fb5de373685ff949cc53f7f",
"T3W1_cs_test_autolock.py::test_autolock_ignores_getaddress": "7e71a029736d9389bac18cfe2e5ccc339c8d2c204e99c89fb5df181d43af653c",
"T3W1_cs_test_autolock.py::test_autolock_ignores_initialize": "7e71a029736d9389bac18cfe2e5ccc339c8d2c204e99c89fb5df181d43af653c",
"T3W1_cs_test_basic.py::test_capabilities": "c24521e569c08e3605b164212c876f8ac57c5eef6cca6f2ca53a635a883ebc4b",
@@ -30417,11 +30417,11 @@
"T3W1_cs_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "63230dee04f5dc778ffacfdafde4918e0672eb63bc153070c9fbc0b677be9f2b",
"T3W1_cs_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "63230dee04f5dc778ffacfdafde4918e0672eb63bc153070c9fbc0b677be9f2b",
"T3W1_cs_test_msg_applysettings.py::test_apply_homescreen_toif": "63230dee04f5dc778ffacfdafde4918e0672eb63bc153070c9fbc0b677be9f2b",
-"T3W1_cs_test_msg_applysettings.py::test_apply_settings": "f8f62bc1269f6cb8174a3fde1008ce34846979cc752f1573611d8556ef215b04",
+"T3W1_cs_test_msg_applysettings.py::test_apply_settings": "5a211f3c1e2c8662e74011e465a366cbd0eb6872659566fe4b4209b67c7e7150",
"T3W1_cs_test_msg_applysettings.py::test_apply_settings_passphrase": "b9985a1867dc80ac327a4284747e1efd1136ceefa1689b1b4984b4a2f94f1d1b",
"T3W1_cs_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "8f9732579e107643c28b29c87cab5b65f6a0be0e1a6d721b800201b73bfdcb39",
"T3W1_cs_test_msg_applysettings.py::test_apply_settings_rotation": "85234e97a7e23fbdefcf66be2c5ba2e086cab6e685eeaa724a3a676ced5e00b4",
-"T3W1_cs_test_msg_applysettings.py::test_experimental_features": "b5ba3eeead57c3f1c971349754fa10026a06358117a46dbb4d51bde29363b44a",
+"T3W1_cs_test_msg_applysettings.py::test_experimental_features": "5de3fbb0efefd527e60082bed1a9476b99a5f1f542f05a97429fab2ed37727b3",
"T3W1_cs_test_msg_applysettings.py::test_label_too_long": "c24521e569c08e3605b164212c876f8ac57c5eef6cca6f2ca53a635a883ebc4b",
"T3W1_cs_test_msg_applysettings.py::test_safety_checks": "ff4ec8fd71fd637f5c21519f6aa27320e5aa58161c9e7e36802a29f0b0279faa",
"T3W1_cs_test_msg_applysettings.py::test_set_brightness[0-False]": "36dd530dda70340bb186e95b08b67ddbf007035cf321e3ee1b8df45dd09d5e08",
@@ -30430,8 +30430,8 @@
"T3W1_cs_test_msg_applysettings.py::test_set_brightness[256-True]": "c24521e569c08e3605b164212c876f8ac57c5eef6cca6f2ca53a635a883ebc4b",
"T3W1_cs_test_msg_applysettings.py::test_set_brightness[None-False]": "b2c0fdc71025ac4b60f2020b74209f65e1859d01ef76d23e95ecff7e61a76748",
"T3W1_cs_test_msg_applysettings.py::test_set_brightness_negative": "c24521e569c08e3605b164212c876f8ac57c5eef6cca6f2ca53a635a883ebc4b",
-"T3W1_cs_test_msg_applysettings.py::test_set_label[empty]": "36e64ee40b52dda2de88ddabef3b8a7ffd6f1fea0b7632a173becde63cded741",
-"T3W1_cs_test_msg_applysettings.py::test_set_label[max_len]": "ab5ee117ce245f1c8e560d823d49eb441ee6db52db5c1164afb40e896c41ff53",
+"T3W1_cs_test_msg_applysettings.py::test_set_label[empty]": "c1d7cfebd97c3fe8cbab39112e586ff658bf5165c7294782d1d33aaa63868fc0",
+"T3W1_cs_test_msg_applysettings.py::test_set_label[max_len]": "653869e0cfae331f2dd9d2017cf124dfd71e9c37f18295a4c7f91ed55dc1e041",
"T3W1_cs_test_msg_backup_device.py::test_backup_bip39": "ca580c68b1b0394003d839fdf7b14b8d8596b115fd0da7a613874b2b7d309a26",
"T3W1_cs_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "d5bd7d3e303fcbc9fbe4dfe87cc5038eb20dfacc607127a7a6d13f30b33bd9c1",
"T3W1_cs_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "5c492485ca0a544e65c79ffbbe6b9785e6d562e4b05e1c802f6ec68a20463a15",
@@ -30471,7 +30471,7 @@
"T3W1_cs_test_pin.py::test_exponential_backoff_t2": "1e65dea87cf9ad0d9aeca5d4eb75855bf91fad13549276fc4be15bc825151e32",
"T3W1_cs_test_pin.py::test_incorrect_pin_t2": "bbd3b8c38f904094e4e484040b9cdc5114a87968e1c3590b8a85a1035174c978",
"T3W1_cs_test_pin.py::test_no_protection": "c24521e569c08e3605b164212c876f8ac57c5eef6cca6f2ca53a635a883ebc4b",
-"T3W1_cs_test_protection_levels.py::test_apply_settings": "e22c5906f50d6e644e9baab49614f37d242525f628d8f09986a24121a628d86d",
+"T3W1_cs_test_protection_levels.py::test_apply_settings": "5a58577309938949a9a39edd89fdd3260808d75cc60b7d7ae14fec85c7f5270e",
"T3W1_cs_test_protection_levels.py::test_change_pin_t2": "6746b079273b35f6c637018cf4c4b7f58a484c3b486df93899f196a633d0fd9c",
"T3W1_cs_test_protection_levels.py::test_get_address": "db5a92a13a5a5e2bfefdd79a9e926e62e6c73fdb5dabe0f578796df3614aded9",
"T3W1_cs_test_protection_levels.py::test_get_entropy": "c1805b51ff36907b65034520d0784516fc803a21c47dc4e42d5ddecc5d089fed",
@@ -31851,7 +31851,7 @@
"T3W1_de_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "12e205bfa70b81e24dca033710872818f0f6476ea69ebe890428b9c651d4c1f9",
"T3W1_de_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "1f0722482e9ae4b4b193e2c43a495897d06baa8b46662afd847f76a6d7f97551",
"T3W1_de_test_autolock.py::test_autolock_cancels_ui": "9e2a527968528ef5c32acd73fe346f46c6d7dcfd10335b214af76bbc0f16a1e8",
-"T3W1_de_test_autolock.py::test_autolock_default_value": "0425d4f0e729a451e1dcdc8ec1da6d04c9f3a07491f3301fbf0bbb6208207291",
+"T3W1_de_test_autolock.py::test_autolock_default_value": "5813feb6f99fe68bf616eceff6d638e37bb6cfe588ebd51e4367f4b3749d48fb",
"T3W1_de_test_autolock.py::test_autolock_ignores_getaddress": "2b6877b4606da4bc932e24cc27e3d473938fa52f7e615e04998f9199b9cedbf0",
"T3W1_de_test_autolock.py::test_autolock_ignores_initialize": "2b6877b4606da4bc932e24cc27e3d473938fa52f7e615e04998f9199b9cedbf0",
"T3W1_de_test_basic.py::test_capabilities": "98735f888f827501b25c78c6a737c1983a800c620f709c65b1d95f6c8c9a2b90",
@@ -31895,11 +31895,11 @@
"T3W1_de_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "066d2ca4e8da29b411fb51eee9347a1a6f7ed51b1db9ff423e9733ca11d3fc0f",
"T3W1_de_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "066d2ca4e8da29b411fb51eee9347a1a6f7ed51b1db9ff423e9733ca11d3fc0f",
"T3W1_de_test_msg_applysettings.py::test_apply_homescreen_toif": "066d2ca4e8da29b411fb51eee9347a1a6f7ed51b1db9ff423e9733ca11d3fc0f",
-"T3W1_de_test_msg_applysettings.py::test_apply_settings": "f3b4d81b0f58b80353ad1629f85afb28dc1b92194a0f9df23d4acea4e38d6f2d",
+"T3W1_de_test_msg_applysettings.py::test_apply_settings": "cf0b475185ff15aa8b7960957541578a1f51dbc60f10fe2d99454f984fe356de",
"T3W1_de_test_msg_applysettings.py::test_apply_settings_passphrase": "ca68d3fc382a2e2c9b363d33a1809172bc0ab49500b8dd54fd1515faa3e8c68f",
"T3W1_de_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "790f706223fe280446a6d60f8f19fd630d9dee62245e049ea2691db06030bafd",
"T3W1_de_test_msg_applysettings.py::test_apply_settings_rotation": "f27fe68b41abb3b233b0f9f002013d028839743e51a0050596549dcd19c21281",
-"T3W1_de_test_msg_applysettings.py::test_experimental_features": "97655754cf680984a23dae52b959a663493caf4dc2abbae3f8ac2930c85c219c",
+"T3W1_de_test_msg_applysettings.py::test_experimental_features": "891c7a3a88814326755c1fe3e751ee92f2afffefa9de8eafbbb66c5f4befb1a2",
"T3W1_de_test_msg_applysettings.py::test_label_too_long": "98735f888f827501b25c78c6a737c1983a800c620f709c65b1d95f6c8c9a2b90",
"T3W1_de_test_msg_applysettings.py::test_safety_checks": "2c8c0e9793368aa5537c3d6cc20bfa3ca9ff97f03993c7901b96e22d7345760c",
"T3W1_de_test_msg_applysettings.py::test_set_brightness[0-False]": "2a3a54c73b39054cb096d779ab4bc1ccb727cd772a11d6f22144652546adeff6",
@@ -31908,8 +31908,8 @@
"T3W1_de_test_msg_applysettings.py::test_set_brightness[256-True]": "98735f888f827501b25c78c6a737c1983a800c620f709c65b1d95f6c8c9a2b90",
"T3W1_de_test_msg_applysettings.py::test_set_brightness[None-False]": "f2510754b9895d3dac26e9e561c35e4875dabae49ac159cf7a266cec009fb202",
"T3W1_de_test_msg_applysettings.py::test_set_brightness_negative": "98735f888f827501b25c78c6a737c1983a800c620f709c65b1d95f6c8c9a2b90",
-"T3W1_de_test_msg_applysettings.py::test_set_label[empty]": "a978134bfe32f94dee38703dd27a4ab5e718d72a4c28cdfa7205268a89733565",
-"T3W1_de_test_msg_applysettings.py::test_set_label[max_len]": "fe56ec130ba72f280512d0ddbaa9b72df552be81380fbdf95ed59ce75cfe11c0",
+"T3W1_de_test_msg_applysettings.py::test_set_label[empty]": "da6a514752ae6c70238810c3deb2441155e774a960751a402eb54215e707860d",
+"T3W1_de_test_msg_applysettings.py::test_set_label[max_len]": "231064ace9dd8ec4746857ce06d2a3b9ef02fdfa4545ded8d39fb5a06f1e1274",
"T3W1_de_test_msg_backup_device.py::test_backup_bip39": "9500ef6eb64868b17412b3dd2777a4b1bc04af979db5d720bad07b80eccf4095",
"T3W1_de_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "47cf6ddef30e8bcc271b6b1c1414d8bfe576428d2373233533776d1582355b8a",
"T3W1_de_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "711119d80e0accd6c2c52e6dabe837b520264e38987014f40aa1e7ba7ef76541",
@@ -31949,7 +31949,7 @@
"T3W1_de_test_pin.py::test_exponential_backoff_t2": "1f62164a764c126b3a2f1208e0bda8045ac14fd0a052a6430b2b359e18d9a870",
"T3W1_de_test_pin.py::test_incorrect_pin_t2": "bbc0e5c609893e23b0f0484d1811ae8c736f5d60cca286eac7f1398794601bf9",
"T3W1_de_test_pin.py::test_no_protection": "98735f888f827501b25c78c6a737c1983a800c620f709c65b1d95f6c8c9a2b90",
-"T3W1_de_test_protection_levels.py::test_apply_settings": "7d621fe0c8655f716be26172f35660533af94ecaed584a91c83ea4eaa8450e2f",
+"T3W1_de_test_protection_levels.py::test_apply_settings": "268f06f7890a3b22d0e5f5917da3ff2ce7e7b45e22d0c6fa1c3361448b2e7754",
"T3W1_de_test_protection_levels.py::test_change_pin_t2": "cf5e9e7ea674e5893126ee2716eaea4b9477d52c1bdd96d98575dafac9afdf10",
"T3W1_de_test_protection_levels.py::test_get_address": "eb715eb5cb7af303b67b8e41b99dee17020d30782a5c9084d4394c240144239a",
"T3W1_de_test_protection_levels.py::test_get_entropy": "85b53eb2d9ba5482eee3e62a24979b02fbce209bfd36cceac59d56a5c5561ceb",
@@ -33329,7 +33329,7 @@
"T3W1_en_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "cb73f7cfd6d16c897d372e4a34ba3b2fd83fc624c356c7c79d546bcd0d0380bf",
"T3W1_en_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "6626ab18757cf014445061800bd081fe70cbf0e9d38433be9575e12a466e9174",
"T3W1_en_test_autolock.py::test_autolock_cancels_ui": "ba8343c044ab6537138ba4dfd4a0461a1654f29512088581a5ffb949180be8cb",
-"T3W1_en_test_autolock.py::test_autolock_default_value": "20368b5364129d90914982685cc042a93eb548e88179737852da98470b3a5974",
+"T3W1_en_test_autolock.py::test_autolock_default_value": "f63bdad573a9266ae0591fd6f403110f52e06d81e42e8dcc7d354a1c4f890886",
"T3W1_en_test_autolock.py::test_autolock_ignores_getaddress": "7c959bb104563260f52905457f5f2ce69b50baf4be445960237dd5de270af8ad",
"T3W1_en_test_autolock.py::test_autolock_ignores_initialize": "7c959bb104563260f52905457f5f2ce69b50baf4be445960237dd5de270af8ad",
"T3W1_en_test_basic.py::test_capabilities": "931d9afceb0ba1e4faae891775819277242d889644d5c0c5863fc8c9fcf859b1",
@@ -33373,11 +33373,11 @@
"T3W1_en_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "8937686e67a4a7ecc81e8cece94adb5e9bdf925f57ec91af04fa6e381173f0f3",
"T3W1_en_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "8937686e67a4a7ecc81e8cece94adb5e9bdf925f57ec91af04fa6e381173f0f3",
"T3W1_en_test_msg_applysettings.py::test_apply_homescreen_toif": "8937686e67a4a7ecc81e8cece94adb5e9bdf925f57ec91af04fa6e381173f0f3",
-"T3W1_en_test_msg_applysettings.py::test_apply_settings": "a411b603c244b577803c0f963bdcd3cd63f80de35712d213efc683df16eca307",
+"T3W1_en_test_msg_applysettings.py::test_apply_settings": "2782dd58a1cbcb582f6d87761d112fd613b5801215e3d5e1f791fbee2b11720b",
"T3W1_en_test_msg_applysettings.py::test_apply_settings_passphrase": "c4298e05f79dd0305fbc5af213bbb04c27a91093d8eaec67fe5f0a3d853afea4",
"T3W1_en_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "df68a91d03cf9ae7ffe7a13238e37d863dd0193ee656a5dd0e51b2bc2ea0633c",
"T3W1_en_test_msg_applysettings.py::test_apply_settings_rotation": "9f115b3de617aa98eb8e065a8b2338345e868673f2db59bd928878de73f5a09d",
-"T3W1_en_test_msg_applysettings.py::test_experimental_features": "d5134ee75f00e5cbfecc676d1910868b0972c3d51c6fa0abf101a05502aaadbd",
+"T3W1_en_test_msg_applysettings.py::test_experimental_features": "70ee87bcc9a09a239b76718f3ce5e4cd7653192396fce828a6f02d2b4308aff6",
"T3W1_en_test_msg_applysettings.py::test_label_too_long": "931d9afceb0ba1e4faae891775819277242d889644d5c0c5863fc8c9fcf859b1",
"T3W1_en_test_msg_applysettings.py::test_safety_checks": "13b3fe5338ea5198955eff20b7487d1318fc55048e802ff2b9655d0bba43ac78",
"T3W1_en_test_msg_applysettings.py::test_set_brightness[0-False]": "69e1d245f9c8bf8e0a731aa55a7633dedc1ba6158836582e6f3fefcc1e40d420",
@@ -33386,8 +33386,8 @@
"T3W1_en_test_msg_applysettings.py::test_set_brightness[256-True]": "931d9afceb0ba1e4faae891775819277242d889644d5c0c5863fc8c9fcf859b1",
"T3W1_en_test_msg_applysettings.py::test_set_brightness[None-False]": "ea5a1571ead2bffe4b0f604ac0281fc1bc5a9f804b1f5d5ce9d9490b86e54ac7",
"T3W1_en_test_msg_applysettings.py::test_set_brightness_negative": "931d9afceb0ba1e4faae891775819277242d889644d5c0c5863fc8c9fcf859b1",
-"T3W1_en_test_msg_applysettings.py::test_set_label[empty]": "23592d8c0fba7a843d087a76ca4692ea8d7f5c1a9f7e18ffc17698938eb2754b",
-"T3W1_en_test_msg_applysettings.py::test_set_label[max_len]": "a82ad50db332495413f1175a4ef4a9082e7b270529222787be3238dfae9ad799",
+"T3W1_en_test_msg_applysettings.py::test_set_label[empty]": "a860b6b19475b244780e7896a3bca42c9fa5d9982453b03b035a8277e53f2146",
+"T3W1_en_test_msg_applysettings.py::test_set_label[max_len]": "118be8ff0df0f900f34a162bb906ac23fdfac2e361c0961703c28402a55a944c",
"T3W1_en_test_msg_backup_device.py::test_backup_bip39": "e8ffc0ebabea0f5cdd19734521c66a896b316ce271cd67ad05d8b9a51f7975d1",
"T3W1_en_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "607e11ed6c5ca832210341f41655ce10ab78ead64b6d5d32722d3af516ff298f",
"T3W1_en_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "e2a79c79a903cb4bc0366f694a9137e3e8b7ce14496dd9064d9023ade238e7ac",
@@ -33427,7 +33427,7 @@
"T3W1_en_test_pin.py::test_exponential_backoff_t2": "05398df33e6aabe7891fd7aae9362701372e718d7a6bc60ae1bb6c6c2baa2e16",
"T3W1_en_test_pin.py::test_incorrect_pin_t2": "00b4716f4c11c137f5b5aa2f1b8743760a90ba33f1bd696c1cc700b14eb41ebc",
"T3W1_en_test_pin.py::test_no_protection": "931d9afceb0ba1e4faae891775819277242d889644d5c0c5863fc8c9fcf859b1",
-"T3W1_en_test_protection_levels.py::test_apply_settings": "5aa6355d6f3f61db17353b43401798df54bee43521be2f9112c563c0e24683e1",
+"T3W1_en_test_protection_levels.py::test_apply_settings": "f2b4c29f821ec28bf85414bcbb3fc6c8645a86ccac67386cfcabb0420ebf9e13",
"T3W1_en_test_protection_levels.py::test_change_pin_t2": "6bf07fcb33c7393770e18ed651b40926a71fee4c2fd1c0d61f2ac4c9b70f8197",
"T3W1_en_test_protection_levels.py::test_get_address": "d59708676321419f90d17fadd0af0ca8fe75bc6963ec10f4f214cbd044f79375",
"T3W1_en_test_protection_levels.py::test_get_entropy": "6564370e181e3304f90b5520f0c5f20541601248cdfb67698598483f5a88f571",
@@ -34807,7 +34807,7 @@
"T3W1_es_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "bcd3e029d1929164793f2c57994b61c63dfa761ceb0c94bf6a6014d825364a37",
"T3W1_es_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "38506103b4f828f05be422656219ce0eaca824b9fc25c340b85053d63aee263c",
"T3W1_es_test_autolock.py::test_autolock_cancels_ui": "6cac86fb5677154a45261d19de0b6af8711f6fad0e5f0a4d678e42f3b1eaaa26",
-"T3W1_es_test_autolock.py::test_autolock_default_value": "09ab3f5e6d1606b5128789e86daa0bcae10960883a8743c51c3ebf9b591f161b",
+"T3W1_es_test_autolock.py::test_autolock_default_value": "af6ad7a68d047afdfa58302b62e645e53b77cd013acc4c27172c8dde337ee179",
"T3W1_es_test_autolock.py::test_autolock_ignores_getaddress": "8eefa8032813299dd9abcc347d6025489bda15af287b58aad9602a3b9acd60e2",
"T3W1_es_test_autolock.py::test_autolock_ignores_initialize": "8eefa8032813299dd9abcc347d6025489bda15af287b58aad9602a3b9acd60e2",
"T3W1_es_test_basic.py::test_capabilities": "56536ae9cd7c4ff8022def4ec3350031d3614064d961f53a2850f2be425af201",
@@ -34851,11 +34851,11 @@
"T3W1_es_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "ecd5bc3fab5d9d6fb4c6faaab5d6ea1a7a469cdc49448f21e22e4a03ea2a40d3",
"T3W1_es_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "ecd5bc3fab5d9d6fb4c6faaab5d6ea1a7a469cdc49448f21e22e4a03ea2a40d3",
"T3W1_es_test_msg_applysettings.py::test_apply_homescreen_toif": "ecd5bc3fab5d9d6fb4c6faaab5d6ea1a7a469cdc49448f21e22e4a03ea2a40d3",
-"T3W1_es_test_msg_applysettings.py::test_apply_settings": "ab8f9ede754fde107df253884e21df04b6b876636358ba8d07684f2fac30c02a",
+"T3W1_es_test_msg_applysettings.py::test_apply_settings": "86ce2621513f9928e0a7ae660ab8a791c47e9d61323fb2eca416c236b470f66f",
"T3W1_es_test_msg_applysettings.py::test_apply_settings_passphrase": "d8451ec6b40d5060fc5fba441d65321f20fbe7bedb03fa9c967501451560135a",
"T3W1_es_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "873ecea85df8c1dfb9df472840bbd569601484819986e1007bdf16bd28608192",
"T3W1_es_test_msg_applysettings.py::test_apply_settings_rotation": "8f580ee8024b86efdb69920a5c53ae83872d1c791b6b22b9fb5c13259efd614c",
-"T3W1_es_test_msg_applysettings.py::test_experimental_features": "3097bbab54611f8f87e912dbad0a19c4ef5e956cd32f011efea2a29c85cbb62b",
+"T3W1_es_test_msg_applysettings.py::test_experimental_features": "b1827fc99017ae3a5d5a037574eef34cd8fd197388d4270bc410110e2401ba06",
"T3W1_es_test_msg_applysettings.py::test_label_too_long": "56536ae9cd7c4ff8022def4ec3350031d3614064d961f53a2850f2be425af201",
"T3W1_es_test_msg_applysettings.py::test_safety_checks": "17117cc4a20ecd19251d03709f5d9951e693da9cc70a7beac18b373e2d983776",
"T3W1_es_test_msg_applysettings.py::test_set_brightness[0-False]": "2a6dae1874aae894490db2afb53197b9c24d8a7b4d475c1d4a839eb04ae0708a",
@@ -34864,8 +34864,8 @@
"T3W1_es_test_msg_applysettings.py::test_set_brightness[256-True]": "56536ae9cd7c4ff8022def4ec3350031d3614064d961f53a2850f2be425af201",
"T3W1_es_test_msg_applysettings.py::test_set_brightness[None-False]": "e1f320e537853c06046c8cfe7e0ef6d0e52a560368bd4714c15165d7affba559",
"T3W1_es_test_msg_applysettings.py::test_set_brightness_negative": "56536ae9cd7c4ff8022def4ec3350031d3614064d961f53a2850f2be425af201",
-"T3W1_es_test_msg_applysettings.py::test_set_label[empty]": "927f717a88016cf99a60cfc68c3b448c3b88fd9f189a4cc2a8b36228ca6782e5",
-"T3W1_es_test_msg_applysettings.py::test_set_label[max_len]": "3f89249c25a9b80882872e951a4c30b583ac2410373eaa09598e60b21bdc6f09",
+"T3W1_es_test_msg_applysettings.py::test_set_label[empty]": "8a66338926c2c807623241e41289693c845c6f510f751bfbfa655f76ee9127bd",
+"T3W1_es_test_msg_applysettings.py::test_set_label[max_len]": "6ff9f214f03eb278159cd3d52149cf6da87574d869b233463abd025598d012eb",
"T3W1_es_test_msg_backup_device.py::test_backup_bip39": "524f9b5c4ffdb4efbfd0439a4e3bdb91af8a784cbc7b3bb82f5a08682a0b9be6",
"T3W1_es_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "3038ee8b92e7b068b4abbebed5442c49beeab50b9b7e74f47b6a340cb9aa3157",
"T3W1_es_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "b6457e969bc6bebee58a54a3d785d9e2e984c023021383170f53910dd2433837",
@@ -34905,7 +34905,7 @@
"T3W1_es_test_pin.py::test_exponential_backoff_t2": "b62ffd49feb7ea2008726c3c16078ad2d4eb69aabbb928391cfd0e63758af2ce",
"T3W1_es_test_pin.py::test_incorrect_pin_t2": "1146ef646ee0a0624c2a65b3389dd307c1e655c4fb652e9894b4ca0d7452fa30",
"T3W1_es_test_pin.py::test_no_protection": "56536ae9cd7c4ff8022def4ec3350031d3614064d961f53a2850f2be425af201",
-"T3W1_es_test_protection_levels.py::test_apply_settings": "23f2406da79167f6685f6fdfd0dbc8e7070478e0a4ac2c22cc73a3d98f74bba0",
+"T3W1_es_test_protection_levels.py::test_apply_settings": "1cf796f7ad85431a3703aada78d71dae368008067d462f4e3e9e1a8900ff67a4",
"T3W1_es_test_protection_levels.py::test_change_pin_t2": "b71fb25150edc9b3d5a628c89c31fe5ddeab4056025136c708aa9674582ccd76",
"T3W1_es_test_protection_levels.py::test_get_address": "a1517cfde7271a2e29dd886796b06725a772c62bf6d07a73d31db99466733440",
"T3W1_es_test_protection_levels.py::test_get_entropy": "91770761be13803d63062c4f0ae3610280a29e7242d41dbdff6421f18e47a2af",
@@ -36285,7 +36285,7 @@
"T3W1_fr_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "2fa540107c4883cbcf90284c5b6e3fbf15a19126d24856261dfc3322e7209a2f",
"T3W1_fr_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "15c6e68c3f873a7864bcac3987517427915e5614e00dd2ff61d7af71f0f499c5",
"T3W1_fr_test_autolock.py::test_autolock_cancels_ui": "89d27bcb41c0e1b7d31b44e7fb7c54d6f3b83ecbac0a99ed7aefcd42d6bddaf0",
-"T3W1_fr_test_autolock.py::test_autolock_default_value": "a1a5330486fd75dc3503346212346180bdd54fcccf73b772861a86ddd9669952",
+"T3W1_fr_test_autolock.py::test_autolock_default_value": "47a76b1e2a5047e64f36586ccae36674c216928b0114747cbff4d272bc5a7766",
"T3W1_fr_test_autolock.py::test_autolock_ignores_getaddress": "52677cf52353ba174ecd41a8dc74f9c46bbd9f7ad3ad9ea3ddab5916841b7152",
"T3W1_fr_test_autolock.py::test_autolock_ignores_initialize": "52677cf52353ba174ecd41a8dc74f9c46bbd9f7ad3ad9ea3ddab5916841b7152",
"T3W1_fr_test_basic.py::test_capabilities": "e8156cf4eda1d29060f05b4a18d50032b0b344230609b7de7cababfe0a86b20b",
@@ -36329,11 +36329,11 @@
"T3W1_fr_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "f308b902896f41aaf291e0d10b4a3dfbb89e70db59afefeac200a861c45b5db3",
"T3W1_fr_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "f308b902896f41aaf291e0d10b4a3dfbb89e70db59afefeac200a861c45b5db3",
"T3W1_fr_test_msg_applysettings.py::test_apply_homescreen_toif": "f308b902896f41aaf291e0d10b4a3dfbb89e70db59afefeac200a861c45b5db3",
-"T3W1_fr_test_msg_applysettings.py::test_apply_settings": "270a92fd2eaf2bba7997c7527825ce8865bef579abb2d8be6b27340b77e5d781",
+"T3W1_fr_test_msg_applysettings.py::test_apply_settings": "179c19fe344e755f02e11209da49f6dd487000ec188ec558a5720d1e8f179527",
"T3W1_fr_test_msg_applysettings.py::test_apply_settings_passphrase": "da6b36759cfc6c82fd9bf9fb836f00ab205c633a0f6908e3193ed14cd4350f5c",
"T3W1_fr_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "967764d1526b157199c0a795032fc090354c2719bdd8fbbd0ff1fa1270d5dd8b",
"T3W1_fr_test_msg_applysettings.py::test_apply_settings_rotation": "a96537dae89c3a9c019f1aac216d9b21f1b0fd7834c2bff3352c3aa6a8965502",
-"T3W1_fr_test_msg_applysettings.py::test_experimental_features": "e8e72d7314270ac1d465858718c9366dba9251225f7db530019fcd9e6d6c4b01",
+"T3W1_fr_test_msg_applysettings.py::test_experimental_features": "1c4e2e69809cab64487ce5e4ec4f47ce75704645fec11eaab45419b837782fc7",
"T3W1_fr_test_msg_applysettings.py::test_label_too_long": "e8156cf4eda1d29060f05b4a18d50032b0b344230609b7de7cababfe0a86b20b",
"T3W1_fr_test_msg_applysettings.py::test_safety_checks": "5c0fcd74ca6a4237f3de02cbf101ccec65b9209d95412a7925ae96e3dd4c2482",
"T3W1_fr_test_msg_applysettings.py::test_set_brightness[0-False]": "7a8fe6f790bc9f499aa7a4d5b941609c62b1244365b48fc47dd11c1e77ea78be",
@@ -36342,8 +36342,8 @@
"T3W1_fr_test_msg_applysettings.py::test_set_brightness[256-True]": "e8156cf4eda1d29060f05b4a18d50032b0b344230609b7de7cababfe0a86b20b",
"T3W1_fr_test_msg_applysettings.py::test_set_brightness[None-False]": "d4168f911a0b3593e2dfbe3ad9755e25a09b2243a76dd3282821e63a5eb945d1",
"T3W1_fr_test_msg_applysettings.py::test_set_brightness_negative": "e8156cf4eda1d29060f05b4a18d50032b0b344230609b7de7cababfe0a86b20b",
-"T3W1_fr_test_msg_applysettings.py::test_set_label[empty]": "659498b809a99ec0f07133df56588ae800cb7bb97723a57341a0cb7db7d9f206",
-"T3W1_fr_test_msg_applysettings.py::test_set_label[max_len]": "fced0858f9b8a5c86cff41ad83a525da8f6e569e4abbd9d507544da959a50cfe",
+"T3W1_fr_test_msg_applysettings.py::test_set_label[empty]": "ed91f78062578a8cee6bb82ad3ec17c6deab3184e2486bfb7545366831bd8d40",
+"T3W1_fr_test_msg_applysettings.py::test_set_label[max_len]": "dbc131688f94e80abc365e5907ce41d542c1c5e175620049526477fc143711a1",
"T3W1_fr_test_msg_backup_device.py::test_backup_bip39": "d283885a948e3bb633f2bf7aaab336830db7d04988c9ae20c4efa8c4ef082492",
"T3W1_fr_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "f125a2190234df63a16261773fe90ef59e7100338b630fc468d022092039362a",
"T3W1_fr_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "bc16e186f04e36b726139b2935dfea245db260e2747eeac47c1577ad7ca2364e",
@@ -36383,7 +36383,7 @@
"T3W1_fr_test_pin.py::test_exponential_backoff_t2": "fef8a9a816bca535a62fc8d81414f43d5f5e1eb2f77c852f7bf01c17bbd32611",
"T3W1_fr_test_pin.py::test_incorrect_pin_t2": "302e81670953a5d9d41ecbd9d8e3e673a257e689119b9af9d8fb3c29ab92fc6b",
"T3W1_fr_test_pin.py::test_no_protection": "e8156cf4eda1d29060f05b4a18d50032b0b344230609b7de7cababfe0a86b20b",
-"T3W1_fr_test_protection_levels.py::test_apply_settings": "22e5dba92d5b6182fc33791d48cda371fe33cd139bafcf21ea00fbb21c8be1aa",
+"T3W1_fr_test_protection_levels.py::test_apply_settings": "0171743d3dd36d10e8d536a3df33dadad079088edfca55d684761f11f607147c",
"T3W1_fr_test_protection_levels.py::test_change_pin_t2": "48e05efedb615e4dfee053c8e28578be0cfe6f2500008b90fbf7adf536cdbb09",
"T3W1_fr_test_protection_levels.py::test_get_address": "c5ce4a5ed63e5f2d1881c60dcf7ac827502f997cc571dc9ecb83cb77c9ff1925",
"T3W1_fr_test_protection_levels.py::test_get_entropy": "16c4426d186a7fee4977bc7799fd94688f2d4d02cb0a55a634176b25d2cee85f",
@@ -37763,7 +37763,7 @@
"T3W1_pt_test_autolock.py::test_apply_auto_lock_delay_valid[60]": "a4cf057b90462f6fb7c110b0f5bba6c6f5979b80b60dec370d2a8f673d0b8d00",
"T3W1_pt_test_autolock.py::test_apply_auto_lock_delay_valid[7227]": "3b4fdd11bddbde98966cf35ebaa389436fa1adbeeb84538d2103897b754a3e7a",
"T3W1_pt_test_autolock.py::test_autolock_cancels_ui": "d0a4223864c22b9b50e3d420b6daff43120aaf1f94d62bbb096b21c16cc1beb1",
-"T3W1_pt_test_autolock.py::test_autolock_default_value": "9c7c9f7af6a7c0224cf2b520584a024b149e0de05bb8cf3b2d5746186c2ee720",
+"T3W1_pt_test_autolock.py::test_autolock_default_value": "746ec12df667a99190f41fd9c93829d23fe03b8d4746c354dddd07c2b3bca3d5",
"T3W1_pt_test_autolock.py::test_autolock_ignores_getaddress": "23facd4e405a2ded41363a5ff3284a909cfeefcc28bef0cf7d7a20c0c79cb999",
"T3W1_pt_test_autolock.py::test_autolock_ignores_initialize": "23facd4e405a2ded41363a5ff3284a909cfeefcc28bef0cf7d7a20c0c79cb999",
"T3W1_pt_test_basic.py::test_capabilities": "1c74667c078e25e7e0d37c7b2aa35f7c8ab02cd88e74695ecb355c82a293b0cc",
@@ -37807,11 +37807,11 @@
"T3W1_pt_test_msg_applysettings.py::test_apply_homescreen_jpeg_progressive": "ba4f78baecd9d4e6aaa185b996924853ba2ea68f5e2bdfc3c05c7cd5c25b87f6",
"T3W1_pt_test_msg_applysettings.py::test_apply_homescreen_jpeg_wrong_size": "ba4f78baecd9d4e6aaa185b996924853ba2ea68f5e2bdfc3c05c7cd5c25b87f6",
"T3W1_pt_test_msg_applysettings.py::test_apply_homescreen_toif": "ba4f78baecd9d4e6aaa185b996924853ba2ea68f5e2bdfc3c05c7cd5c25b87f6",
-"T3W1_pt_test_msg_applysettings.py::test_apply_settings": "b9bc8a6ce2810af6aef1ba50de0abeff50c54f286b325ac85d2392ba034843eb",
+"T3W1_pt_test_msg_applysettings.py::test_apply_settings": "b314cba856604fd3075ec5ae3217d60701f713caa895418b3cfb769958c79314",
"T3W1_pt_test_msg_applysettings.py::test_apply_settings_passphrase": "5af8d4df8e8d56031c019939e14ac9b00c095fd7c6a4160dba4b405cf71e775c",
"T3W1_pt_test_msg_applysettings.py::test_apply_settings_passphrase_on_device": "e7e63d11bfeed752638216446ae3a52d2b2fa07c40ca37634dc8bcb00da70ca8",
"T3W1_pt_test_msg_applysettings.py::test_apply_settings_rotation": "d9bbd7f5757998b0f8c0c11cfd71acc3fb99c68c5a6aa2569dce3d5d82e0d846",
-"T3W1_pt_test_msg_applysettings.py::test_experimental_features": "90bcca3221b55243c228923567dfd76bda2dc070d2e1e86c2b66c683c4d7d1f2",
+"T3W1_pt_test_msg_applysettings.py::test_experimental_features": "34a01681a2b641b1df87f71c83a7e4aaadce074cfc48500d6eaae2c5db146d01",
"T3W1_pt_test_msg_applysettings.py::test_label_too_long": "1c74667c078e25e7e0d37c7b2aa35f7c8ab02cd88e74695ecb355c82a293b0cc",
"T3W1_pt_test_msg_applysettings.py::test_safety_checks": "68acfcffb43c0ec671552079b37f6985d756c358b3e09a43b83431884c93e8ff",
"T3W1_pt_test_msg_applysettings.py::test_set_brightness[0-False]": "8000f0aa503d0c228bbc6a0c924090052787e5b255754848a0c463aa4717d44c",
@@ -37820,8 +37820,8 @@
"T3W1_pt_test_msg_applysettings.py::test_set_brightness[256-True]": "1c74667c078e25e7e0d37c7b2aa35f7c8ab02cd88e74695ecb355c82a293b0cc",
"T3W1_pt_test_msg_applysettings.py::test_set_brightness[None-False]": "03916372e05271c0a3cbb578963c2fdb312da61fa3e61b30c303cc1f74daf6a0",
"T3W1_pt_test_msg_applysettings.py::test_set_brightness_negative": "1c74667c078e25e7e0d37c7b2aa35f7c8ab02cd88e74695ecb355c82a293b0cc",
-"T3W1_pt_test_msg_applysettings.py::test_set_label[empty]": "9f028d2a1553965bd89eebf09203efb9bf877e7bbef8fab8560b5fa9dc9804fe",
-"T3W1_pt_test_msg_applysettings.py::test_set_label[max_len]": "974534e0a2232194ca27a420ab5e65e1b2f3ff1e7a58adcf8fe75ad85707c133",
+"T3W1_pt_test_msg_applysettings.py::test_set_label[empty]": "45a4296c5602da713e591c9bf3f2b69f33113fe5576569e63b26cd9b9a32843a",
+"T3W1_pt_test_msg_applysettings.py::test_set_label[max_len]": "e437464f4a3a0a1ad58e5c93b7f8c54c9ff3aefc99743ef1d7b33ff6df2ef01c",
"T3W1_pt_test_msg_backup_device.py::test_backup_bip39": "12d06361a5e41dde7324c926210227f1eff3aafa5562f47a85255ef352c61647",
"T3W1_pt_test_msg_backup_device.py::test_backup_slip39_advanced[click_info]": "ceee14e9c1dd5166db1e1a56cd79fb28a3ccf553781d0e4629af7141790aa29e",
"T3W1_pt_test_msg_backup_device.py::test_backup_slip39_advanced[no_click_info]": "dd5a06f0bb518c49fff985599fa626d8743f855a26d68f1c54cb7bacef43078d",
@@ -37861,7 +37861,7 @@
"T3W1_pt_test_pin.py::test_exponential_backoff_t2": "bf3ff931a32067f5f475afa07019498ec9e3097d3134353a33072baec4e25b69",
"T3W1_pt_test_pin.py::test_incorrect_pin_t2": "8041dcd1b8c3dc52b83846a0f44138fc67bfcd8604a0e1d96160638005901dca",
"T3W1_pt_test_pin.py::test_no_protection": "1c74667c078e25e7e0d37c7b2aa35f7c8ab02cd88e74695ecb355c82a293b0cc",
-"T3W1_pt_test_protection_levels.py::test_apply_settings": "ffc2f738ef752d00e9bde72c3ffb8bed6cd26b05bd0bc17f0267b7b0bdd89445",
+"T3W1_pt_test_protection_levels.py::test_apply_settings": "df7a8d955ef4fb4b01170eb5fe0009d97883ba80c1a7a28da15837a9e6a3a052",
"T3W1_pt_test_protection_levels.py::test_change_pin_t2": "bef93a9ff405ca9e591ca11e8c482007d07d2eb956da8c4d1f7ea8710a52e2cb",
"T3W1_pt_test_protection_levels.py::test_get_address": "ff651d678d0a29de382039f791492b697fa1ba9bcabbf68e16dbf6e35786fdc7",
"T3W1_pt_test_protection_levels.py::test_get_entropy": "173f0cb23b4173d9076f88da423528d16b3fa89895019e8bb4ba6e520f296910",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.