1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-01 03:18:12 +00:00
Commit Graph

1986 Commits

Author SHA1 Message Date
grdddj
d0c97dbc76 WIP - fixes of previous functionality 2022-03-17 09:18:20 +01:00
grdddj
2bfa5025fc WIP - set_mnemonic_secret 2022-03-16 19:27:01 +01:00
grdddj
8dfe235085 WIP - comment out unused constants 2022-03-16 17:43:14 +01:00
grdddj
83f0efc891 WIP - SD salt auth key 2022-03-16 17:36:21 +01:00
grdddj
33e9611ffc WIP - safety check levels 2022-03-16 17:36:21 +01:00
grdddj
9237c376dd WIP - flags 2022-03-16 15:43:57 +01:00
grdddj
b61b4cac04 WIP - autolock_delay 2022-03-16 14:48:34 +01:00
grdddj
cc02e8892c WIP - returning None instead of empty bytes 2022-03-16 13:34:37 +01:00
grdddj
c9f247b75e WIP - simplifications 2022-03-16 13:16:27 +01:00
grdddj
45a9f806ea WIP - fix clippy issues, add clippy tests under test_rust 2022-03-15 16:58:59 +01:00
grdddj
a38fa459f0 WIP - get/set uints, slip39 functions 2022-03-15 14:47:46 +01:00
grdddj
20f3fd1c09 WIP - homescreen 2022-03-15 13:09:37 +01:00
grdddj
4e86a1c97d WIP - couple getbool and setbool functions 2022-03-15 11:02:25 +01:00
grdddj
a82450bf8b WIP - fix failing unit test 2022-03-15 09:32:11 +01:00
grdddj
3b74bfa368 WIP - better importing compatible with pyright 2022-03-14 18:50:33 +01:00
grdddj
ac744c001c WIP - mnemonic secret, rotation fix, overall improvements 2022-03-14 17:58:04 +01:00
grdddj
bbb36a22b2 WIP - get_rotation, set_rotation rust bindings 2022-03-14 12:09:38 +01:00
grdddj
afd8b2ff38 fixup! WIP - using obj_module!, is_initialized rust binding 2022-03-11 10:55:19 +01:00
grdddj
1c87e57570 WIP - using obj_module!, is_initialized rust binding 2022-03-11 10:23:49 +01:00
grdddj
bcf837694b WIP - storage_get rust binding 2022-03-10 16:41:28 +01:00
grdddj
6702df58dd WIP - migrating storage/device.py into rust 2022-03-10 16:41:28 +01:00
Jan Pochyla
a581ace9d5 chore(core/rust): Add uPy-exported io_usb_start fn 2022-03-10 16:41:23 +01:00
Jan Pochyla
47d56deed3 chore(core/rust): Fix ref issues in poll 2022-03-10 16:34:18 +01:00
Jan Pochyla
c0962be091 chore(core/rust): Add IO module and polling function 2022-03-10 16:34:18 +01:00
Jan Pochyla
53918e1a4b chore(core/rust): Add rudimentary docs 2022-03-10 16:34:18 +01:00
Jan Pochyla
66eff79062 chore(core/rust): Use plain fns for USB 2022-03-10 16:34:18 +01:00
Jan Pochyla
d9d2b3122f chore(core/rust): Add global serial number storage 2022-03-10 16:34:18 +01:00
Jan Pochyla
5fa9c7d43c chore(core/rust): Reorg USB, add test with an example 2022-03-10 16:34:18 +01:00
Jan Pochyla
68be00a537 chore(core/rust): Add WIP Usb bindings to Rust 2022-03-10 16:34:13 +01:00
Martin Milata
744f4d6bfa fixup! feat(core/rust): Add obj_module! macro 2022-03-10 15:52:46 +01:00
Martin Milata
834e584e14 feat(core/rust/ui): return Layout results as singleton objects
[no changelog]
2022-03-10 15:07:51 +01:00
Martin Milata
8519ca7eb7 build(core): fix TREZOR_EMULATOR_DEBUGGABLE
[no changelog]
2022-03-10 15:07:51 +01:00
Jan Pochyla
681ac69b3f feat(core/rust): Add obj_module! macro
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
2022-03-10 15:06:43 +01:00
matejcik
0b9f7db742 fix(core): support structs as array elements (fixes #2167) 2022-03-10 13:04:54 +01:00
matejcik
4e2129e0a0 feat(core): automatically choose best QR encoding 2022-03-10 11:27:21 +01:00
grdddj
b9858f00c5 chore(tools): simplify build_protobuf file sources creation 2022-03-04 11:42:51 +01:00
grdddj
3d505874aa feat(ci): create pyright tool and include it in CI
[no changelog]
2022-03-02 15:43:50 +01:00
matejcik
db9f89ed4e chore(core): update Bitcoin testcases to use valid prevtxes
[no changelog]

Co-authored-by: grdddj <jiri.musil06@seznam.cz>
2022-02-28 15:45:29 +01:00
matejcik
bbf286e050 fix(core/debug): only wait for layout when _enabling_ watch_layout 2022-02-21 14:37:25 +01:00
matejcik
390411098a build(core): enable ui_debug for non-frozen emulator 2022-02-18 11:27:23 +01:00
matejcik
59b5f48dc1 build(core): fix echo invocation for dash 2022-02-18 11:27:23 +01:00
Jan Pochyla
4c027a688c chore(core/rust): Simplify LayoutObj 2022-02-18 11:27:23 +01:00
Jan Pochyla
2b6f1a4d5c chore(core/rust): Use MultiTapKeyboard in passphrase 2022-02-17 15:17:11 +01:00
Jan Pochyla
3c337723b2 chore(core/rust): Add mnemonic keyboards 2022-02-17 15:17:11 +01:00
Pavol Rusnak
c6667fa0c2 feat(core): verify bip340 pubkeys used in p2tr addresses
Co-Authored-By: Ondřej Vejpustek <ondrej.vejpustek@satoshilabs.com>
2022-02-16 10:25:15 +01:00
Pavol Rusnak
b9bbd5fcd7 chore: update dependencies
[no changelog]

Co-Authored-By: Martin Milata <martin@martinmilata.cz>
2022-02-15 13:28:03 +01:00
Andrew Kozlik
d52a59e37b feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2022-02-11 15:36:00 +01:00
Andrew Kozlik
4d40d6dbfc feat(core): Support Electrum signatures in VerifyMessage. 2022-02-11 15:36:00 +01:00
Andrew Kozlik
473657fd44 chore(core): Tweak validation of pre-authorized GetOwnershipProof.
In pre-authorized GetOwnershipProof requests ensure that the commitment data
starts with a length-prefixed name of the CoinJoin coordinator.

[no changelog]
2022-02-11 13:56:27 +01:00
Martin Milata
80655747d0 test(core/rust/ui): pagination unit test
[no changelog]
2022-02-10 14:57:42 +01:00