1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-02 20:08:31 +00:00
Commit Graph

11037 Commits

Author SHA1 Message Date
grdddj
e973f6ecc7 WIP - U2F counter 2022-03-17 11:05:59 +01:00
grdddj
8b39763022 WIP - get_backup_type 2022-03-17 09:49:17 +01:00
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
grdddj
d9dace5211 feat(docs): add hello-world feature on TT 2022-03-10 13:06:03 +01:00
matejcik
0b9f7db742 fix(core): support structs as array elements (fixes #2167) 2022-03-10 13:04:54 +01:00
matejcik
5c803ab19d fix(tools): fix invalid (in python 3.8 and lower) type aliases 2022-03-10 11:27:21 +01:00
matejcik
4e2129e0a0 feat(core): automatically choose best QR encoding 2022-03-10 11:27:21 +01:00
matejcik
c3b28d8fb4 feat(tests): show QR codes in GetAddress test 2022-03-10 11:27:21 +01:00
Pavol Rusnak
47e2193e3b fix(common): update defs for cardano
[no changelog]
2022-03-08 12:54:27 +01:00
Martin Milata
2e3ce4fa1a docs(core): bump MSRV
[skip_ci]
2022-03-08 12:53:12 +01:00
grdddj
3b2a195cb2 fix(tests): change script running connect tests 2022-03-08 11:29:49 +01:00
grdddj
b77f4b7dbc feat(shell.nix): enable rust extensions in VS Code 2022-03-08 10:32:30 +01:00
grdddj
42fab282af chore(common): include error explanation in protobuf messages check 2022-03-08 10:25:50 +01:00
grdddj
b9858f00c5 chore(tools): simplify build_protobuf file sources creation 2022-03-04 11:42:51 +01:00
Martin Milata
5632567c06 ci: fix HWI test bitcoind sources 2022-03-03 13:59:47 +01:00
grdddj
3d505874aa feat(ci): create pyright tool and include it in CI
[no changelog]
2022-03-02 15:43:50 +01:00
Pavol Rusnak
d48aa2637f
fix(common): fix broken nem urls 2022-03-02 13:15:24 +01:00
matejcik
d655dbf228 ci: allow HWI test failure 2022-02-28 15:45:29 +01:00