matejcik
56047bd34a
chore(core): regenerate unsigned and dev-signed vendor headers
2023-04-03 22:01:26 +02:00
matejcik
25660144f0
chore(core): update vendor header definitions
...
* change version format to match the new code
* change devel vendor header size - fixes #659
* add definition for QA vendor header, with production-like flags but
devel key
THIS QA VENDOR HEADER MUST NOT BE SIGNED BY PRODUCTION KEYS
2023-04-03 22:01:26 +02:00
matejcik
acbf642d39
fix(core): update build_vendorheader
2023-04-03 22:01:26 +02:00
matejcik
288cd11b2a
refactor(core/bootloader): inline "wait for click" into ui_screen_boot_click
2023-04-03 22:01:26 +02:00
matejcik
e10b6ecc26
feat(core/rust): improve behavior of from_c_str / from_c_array
2023-04-03 22:01:26 +02:00
tychovrahe
7e96b96d00
feat(core/bootloader): remove different logo color when firmware present
2023-04-03 22:01:26 +02:00
matejcik
ae9960ca61
feat(core): introduce bootloader emulator
2023-04-03 22:01:26 +02:00
matejcik
af6c6d43ed
fix(core/unix): add miscellaneous missing header entries
2023-04-03 22:01:26 +02:00
matejcik
fa7c818cfc
fix(python/trezorctl): re-enable trezorctl -p udp
...
[no changelog]
2023-04-03 22:01:26 +02:00
matejcik
07addae05f
feat(core/unix): add blocking reads and deinit code to emulated UDP-USB
2023-04-03 22:01:26 +02:00
matejcik
497ead7111
feat(core/unix): fill out (non-persistent) OTP functionality
2023-04-03 22:01:26 +02:00
tychovrahe
9b8984896e
refactor(core): unify error screens
...
[no changelog]
2023-04-03 22:01:26 +02:00
tychovrahe
64bc94cbc9
feat(core): uninitialized welcome flow
...
[no changelog]
2023-04-03 22:01:26 +02:00
tychovrahe
2537436211
feat(core): update bootloader style
...
[no changelog]
2023-04-03 22:01:26 +02:00
Martin Milata
c100358ce2
fix(core/ui): don't send ButtonRequest when displaying GetAddress QR code
...
[no changelog]
2023-04-03 17:57:18 +02:00
tychovrahe
6e0c2578f8
fix(core): fix FMC initialization
...
[no changelog]
2023-03-31 22:34:14 +02:00
tychovrahe
dcda5e0142
feat(core): support old homescreen format
...
[no changelog]
2023-03-30 19:06:35 +02:00
Martin Milata
2388a8edea
style(core/rust/ui): rename Map to MsgMap
...
[no changelog]
2023-03-30 13:55:54 +02:00
Martin Milata
08cad2f909
fix(core/ui): coinjoin layouts style update
...
[no changelog]
2023-03-30 13:55:54 +02:00
Andrew Kozlik
77d8af1322
refactor(core): Use set_int()/get_int() for APP_COMMON_AUTHORIZATION_TYPE.
2023-03-30 13:55:54 +02:00
Andrew Kozlik
9bb1d1cf8b
feat(core): Implement storage.cache.get_int_all_sessions().
2023-03-30 13:55:54 +02:00
tychovrahe
0fb55553b7
fix(core): increase work buffer size for jpeg decompression
...
[no changelog]
2023-03-29 21:39:05 +02:00
grdddj
d8cad1f4a9
chore(core): bump bootloader version to 2.1.0
...
[no changelog]
2023-03-28 15:34:06 +02:00
grdddj
26edb42979
chore(core): bump version to 2.6.0
...
[no changelog]
2023-03-28 15:34:06 +02:00
matejcik
9244522721
fix(core): remove shutdown()
...
In a very weird situation, our declaration of `shutdown()` shadows a
function `shutdown(int, int)` from sys/socket, which _just happens_ to
be called by libxcb when closing the sdl window. This calls
`main_clean_exit` which calls into micropython and causes at best an
uncaught NLR and at worst an outright segfault because by that time the
micropython environment doesn't exist anymore.
I didn't think this sort of thing would be possible but here we are??
Fixed by removing `__shutdown()` and replacing `shutdown` with
`trezor_shutdown`
2023-03-24 13:24:46 +01:00
matejcik
f0486a2d0b
fix(legacy): limit EthereumGetPublicKey allowable paths
2023-03-24 13:24:46 +01:00
matejcik
c6bf32eb82
fix(tests): only override left clicks in index custom script
2023-03-24 13:24:46 +01:00
matejcik
35f4e1ce19
fix(legacy): display very large amounts
...
Previously, an amount whose decimal representation with suffix does not
fit in buffer would not be rendered at all. This looks weird in
"Send to address 0xblabla".
Enlarging the buffer lets the amount be stringified. Then it won't fit
on screen so this is not a perfect fix, but "Send 25000000... to
address" is better than before.
2023-03-24 13:24:46 +01:00
matejcik
92c037d89e
fix(python/trezorctl): fix colliding option shortcut in ethereum sign-tx
...
fixes #2535
2023-03-24 13:24:46 +01:00
matejcik
e2d600389b
tests: update device_tests for external definitions
2023-03-24 13:24:46 +01:00
matejcik
abbe5535ad
feat(legacy): update Ethereum definitions to verify using CoSi
2023-03-24 13:24:46 +01:00
matejcik
f4425a3ac1
feat(legacy): implement CoSi verification
2023-03-24 13:24:46 +01:00
matejcik
b92c5c21f9
feat(core): update Ethereum definitions to verify using CoSi
2023-03-24 13:24:46 +01:00
matejcik
dc5e4c1c8f
feat(core): implement CoSi module and CoSi verification
2023-03-24 13:24:46 +01:00
Martin Novák
e6a7b9ccaa
feat(python): support external Ethereum definitions
2023-03-24 13:24:46 +01:00
Martin Novák
0f07d74063
feat(legacy): support external Ethereum definitions
2023-03-24 13:24:46 +01:00
Martin Novák
c2c0900c5d
feat(core): external Ethereum definitions
2023-03-24 13:24:46 +01:00
matejcik
168ab2944c
fix(common): deal with duplicity code leftovers
...
also fixes #2759
2023-03-24 13:24:46 +01:00
Martin Novák
f44ef58acb
feat(common): switch to external Ethereum definitions, add generators
2023-03-24 13:24:46 +01:00
Martin Novák
4a39df2847
docs: document Ethereum definition binary format
2023-03-24 13:24:46 +01:00
Martin Novák
5be6d07693
feat(common): protobuf messages for Ethereum definitions
2023-03-24 13:24:46 +01:00
Martin Novák
e42e87174f
docs(common): how to add new protobuf message
2023-03-24 13:24:46 +01:00
matejcik
505e014ae1
refactor(core): delegate EthereumGetPublicKey to bitcoin GetPublicKey
2023-03-24 13:24:46 +01:00
Andrew Kozlik
01edf3f796
fix(storage): Adapt to changing insecure PRNG to be opt-in.
2023-03-24 11:10:42 +01:00
Martin Milata
877a236d74
chore(core/ui): update fixtures
...
[no changelog]
2023-03-23 20:16:22 +01:00
Martin Milata
e60ed788f2
fix(core/rust/ui): add cargo flag for Component::bounds() support
...
Rarely used debugging feature.
[no changelog]
2023-03-23 20:16:22 +01:00
Martin Milata
afe965687f
fix(core/ui): style update: frame and corner button
...
[no changelog]
2023-03-23 20:16:22 +01:00
Martin Milata
670cbd7a1d
fix(core/ui): style update: paging
...
[no changelog]
2023-03-23 20:16:22 +01:00
Martin Milata
19a2ea21b6
fix(core/ui): Model T style update
...
[no changelog]
2023-03-23 20:16:22 +01:00
Martin Milata
3623f966dc
fix(core/rust/ui): fix text baseline calculation
...
[no changelog]
2023-03-23 20:16:22 +01:00