M1nd3r
dc832ab5b6
chore(core): fix core Makefile style'
...
[no changelog]
2024-11-19 18:29:48 +01:00
M1nd3r
1cbdefa62d
feat(python): delete channel_data.json
when clearing all channels
...
[no changelog]
2024-11-19 18:18:17 +01:00
M1nd3r
6bb1ef98ac
fix(python): fix list devices session resumption
...
[no changelog]
2024-11-19 18:07:53 +01:00
M1nd3r
d219578d43
refactor(python): rename NewTrezorConnection to TrezorConnection
...
[no changelog]
2024-11-19 17:50:17 +01:00
M1nd3r
e7c1f5b3ec
fixup base.py style
2024-11-19 17:28:36 +01:00
M1nd3r
fb06419c30
fixup: fix unit tests
2024-11-19 17:28:36 +01:00
M1nd3r
42330bf757
fix: remove trailing whitespaces sconscripts
2024-11-19 17:28:36 +01:00
M1nd3r
fe7a522462
fix: fix protobuf trailing whitespaces
2024-11-19 17:28:36 +01:00
M1nd3r
a2111358fd
fix: add newline to the end of poetry.lock
2024-11-19 17:28:36 +01:00
M1nd3r
c5900f3275
fix: remove appdirs from pyproject.toml
2024-11-19 17:28:36 +01:00
M1nd3r
4c29377f0c
fix: try fix ci tests
2024-11-19 17:28:36 +01:00
M1nd3r
360010183f
fix: remove unused ignores
2024-11-19 17:28:36 +01:00
M1nd3r
0499271335
fixup! temporary disabling of appdirs variables
2024-11-19 17:28:36 +01:00
M1nd3r
c86abe2db4
temporary disabling of appdirs variables
2024-11-19 17:28:36 +01:00
M1nd3r
f4347e26a9
test: try fix screen_recording
2024-11-19 17:28:36 +01:00
M1nd3r
e8a568c776
feat: implement THP
2024-11-19 17:28:36 +01:00
M1nd3r
a28b993311
fixup! test(core): add setUpClass and tearDownClass to core unit tests [no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
991a863599
test(core): replace __init__ in unit tests with setUpClass and tearDownClass
...
[no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
4dd0bebeb4
test(core): add setUpClass and tearDownClass to core unit tests
...
[no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
fc00dcb720
fixup! test(core): update tests to reflect cache refactor [no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
3c760d03fd
fixup! fixup! chore(core): update core to reflect cache and context refactor [no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
4f9213554d
fixup! chore(core): update core to reflect cache and context refactor [no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
c8bbbbf3aa
fixup! refactor(core): abstract cache and context [no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
34159faf79
chore(core): update core to reflect cache and context refactor
...
[no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
187185ca20
refactor(core): abstract cache and context
...
[no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
eac03c14ff
style: fix article
...
[no changelog]
2024-11-19 17:28:36 +01:00
M1nd3r
8b760d7102
test(core): update tests to reflect cache refactor
...
[no changelog]
2024-11-19 17:28:36 +01:00
obrusvit
af554458b5
refactor(core/mercury): use params structs
...
Supply the rust layout with dedicated paremeter type instead of plain
micropython::Obj. The types used are ConfirmBlobParams and
ShowInfoParams.
[no changelog]
2024-11-19 16:19:31 +01:00
obrusvit
7cf38ec4c5
refactor(core/mercury): separate upy args parsing
...
[no changelog]
2024-11-19 16:19:31 +01:00
obrusvit
12388ed24a
refactor(core/mercury): remove duplicated struct
...
- removes 2nd definition of ConfirmBlobParams, the choice of fields and
what supplied in ctor and what in `with_` methods should be thought
through again.
[no changelog]
2024-11-19 16:19:31 +01:00
Ioan Bizău
f69a0f6d7d
chore(core): update fixtures
2024-11-19 13:36:01 +02:00
Ioan Bizău
7f19166c83
refactor(core): get rid of description_font_green
...
[no changelog]
2024-11-19 13:36:01 +02:00
Ioan Bizău
777907ab3b
refactor(core): drop confirm_blob_with_optional_pagination
...
Commit c300576d6c
introduced
`confirm_blob_with_optional_pagination` which proved to be unpopular and
impractical. This commit brings back the old behaviour of having the
`ask_pagination` parameter on `confirm_blob`. It also reverts back to
using the old way of paginating `confirm_blob` on model R, which the
aforementioned commit ignored and re-implemented from scratch.
[no changelog]
2024-11-19 13:36:01 +02:00
Ioan Bizău
30717bc5c4
fix(core): fix crash caused by marquee
...
request_anim_frame will register a timer for RequestPaint, which will
then cause a crash. This commit fixes the crash, but makes the marquee
component not work.
[no changelog]
2024-11-19 13:36:01 +02:00
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
M1nd3r
487a5cbc17
build: bump autoflake version to 2.3.1
...
[no changelog]
2024-11-19 11:02:23 +01:00
M1nd3r
2ef0071611
fix(python): remove unused type ignore after click version bump
...
[no changelog]
2024-11-19 11:02:23 +01:00
M1nd3r
9bd6e760da
build(python): bump click to 8.1.7
...
[no changelog]
2024-11-19 11:02:23 +01:00
Lukas Bielesch
b9f5e2b409
chore(core): show the last pin digit for a while
2024-11-18 14:05:04 +01:00
cepetr
5c8edfaac6
fix(core): fix reflash utility build
...
[no changelog]
2024-11-18 09:41:02 +01:00
cepetr
089db2cadf
refactor(core): restructure embed folder
...
[no changelog]
2024-11-18 09:41:02 +01:00
cepetr
82bc0ef186
refactor(core): define USE_xxx consistently with feature flags
...
[no changelog]
2024-11-18 09:41:02 +01:00
Martin Milata
7fc226258e
style(common): fix cointool.py
2024-11-15 18:37:33 +01:00
Martin Milata
c101cdfcbe
Merge branch 'release/24.11.01'
2024-11-15 18:37:16 +01:00
M1nd3r
f5100cd3e1
docs(core): update event-loop docs
...
[no changelog]
2024-11-15 16:29:52 +01:00
M1nd3r
780d41e27f
chore(core): remove loop.chan
...
[no changelog]
2024-11-15 16:29:52 +01:00
M1nd3r
e434aabc77
chore(core): remove unused session_id from codec_v1
...
[no changelog]
2024-11-15 08:47:24 +01:00
M1nd3r
cce2335965
refactor(core): use if TYPE_CHECKING instead of direct import and fix style of ignore statement
...
[no changelog]
2024-11-15 08:47:24 +01:00
M1nd3r
7adae923d3
chore(core): allow encoding protobuf into memoryview
...
[no changelog]
2024-11-15 08:47:24 +01:00
M1nd3r
4f0f3b2d27
chore(core): adjust build scripts for THP
...
[no changelog]
2024-11-15 08:47:24 +01:00