1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
Commit Graph

12459 Commits

Author SHA1 Message Date
gabrielkerekes
22a8297c94 [tmp] Add firmware.bin for testing 2023-10-23 11:38:05 +02:00
gabrielkerekes
4ea48c1fe6 [tmp] Add temporary tests to prevent regressions during review 2023-10-19 11:23:59 +02:00
gabrielkerekes
622b6cd727 chore(solana): add README 2023-10-19 11:23:59 +02:00
gabrielkerekes
e69d7df159 chore(solana): add sign_tx tests 2023-10-19 11:23:59 +02:00
gabrielkerekes
45fd2475e7 feat(solana): add sign_tx implementation 2023-10-19 11:23:59 +02:00
gabrielkerekes
afb635c7a8 feat(core): add read_uint64_le to common/readers
- will be needed for solana tx parsing
2023-10-19 11:15:46 +02:00
gabrielkerekes
ff1317e174 feat(solana): add solana templates
- code is broken because depending modules are added in the next commit
2023-10-19 11:15:46 +02:00
gabrielkerekes
66578e487d feat(solana): basic sign_tx setup and support 2023-10-18 12:27:06 +02:00
gabrielkerekes
47367764ff feat(solana): add get_address 2023-10-18 12:19:29 +02:00
gabrielkerekes
aaf422e175 feat(solana): add get_public_key 2023-10-18 12:14:07 +02:00
gabrielkerekes
de418736da feat(solana): basic Solana setup 2023-10-18 12:11:48 +02:00
dependabot[bot]
7f05304304 build(deps): bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 11:05:19 +02:00
vdovhanych
fd7b9a3dde chore: update branch name to main where its used 2023-10-18 10:40:05 +02:00
Martin Milata
7f86858709 fix(core/ui): flickering at the end of PIN loader 2023-10-17 20:39:50 +02:00
matejcik
f7aec0aeb1 tests(python): bump Stellar SDK version
fixes a problem with outdated python 3.11 dependencies
2023-10-16 13:51:36 +02:00
matejcik
0071e0f683 tests(python): add tests against python 3.11 2023-10-16 13:51:36 +02:00
matejcik
c3a4a765bb build(deps): update poetry env to Python 3.8, update Pillow 2023-10-16 13:51:36 +02:00
Martin Milata
a353c35b78 fix(core/ui): draw hold-to-confirm loader over dialog title
[no changelog]
2023-10-16 13:18:50 +02:00
Martin Milata
d99e1eedd2 refactor(core/ui): clear display on rust side
[no changelog]
2023-10-16 13:18:50 +02:00
Martin Milata
d8e7c00087 refactor(core/ui): pagination and buttons on TT 2023-10-16 13:18:50 +02:00
matejcik
4f2c639ed7 feat(core): T2B1 final design for emulator 2023-10-12 12:58:37 +02:00
Martin Milata
239439931d chore(tests): update fixtures for Safe 3
[no changelog]
2023-10-12 12:16:04 +02:00
Martin Milata
0c5836605f fix(tests): Safe 3 model name
[no changelog]
2023-10-12 11:31:57 +02:00
Martin Milata
fca82273cf Merge branch 'release/23.09' 2023-10-11 23:34:06 +02:00
cepetr
d028f34eac fix(legacy/intermediate_fw): remove redundant display initialization
[no changelog]
2023-10-11 18:08:08 +02:00
Pavol Rusnak
9b78dd107b fix(python): drop simple-rlp dependency and use internal copy 2023-10-11 13:04:26 +02:00
tychovrahe
df42c99bc9 feat(core): add basic support for efficient frame buffer graphics
[no changelog]
2023-10-10 19:01:43 +02:00
dependabot[bot]
2c894a66ef build(deps): bump urllib3 from 1.26.8 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.8...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 15:22:34 +02:00
matejcik
d9112b5a8d chore(core/prodtest): bump version after release 2023-10-06 10:49:29 +02:00
matejcik
ba4766f14e fix(tools): remove leading zero from "01st" in changelog dates 2023-10-06 10:49:29 +02:00
matejcik
06f77f745f docs(core/prodtest): introduce changelog 2023-10-06 10:49:29 +02:00
matejcik
11b12ea258 chore(core/prodtest): bump prodtest version 2023-10-06 10:49:29 +02:00
Martin Milata
5fb2551944 ci(nix): use ST fork of OpenOCD
[skip_ci]
2023-10-06 10:30:34 +02:00
cepetr
6668f47666 docs(prodtest): document prodtest protocol
[no changelog]
2023-10-06 10:03:29 +02:00
cepetr
03464bea4d feat(prodtest): make prodtest welcome screen white (T2B1 only)
[no changelog]
2023-10-06 10:03:29 +02:00
Andrew Kozlik
3d0ba4b69f feat(core): Finish progress for wrong PIN.
[no changelog]
2023-10-05 14:41:08 +02:00
Andrew Kozlik
392add3f8e feat(storage): Synchronize Optiga and MCU PIN counters. 2023-10-04 11:22:46 +02:00
Andrew Kozlik
3ca8f26fd0 feat(core): Implement Optiga counter operations. 2023-10-04 11:22:46 +02:00
Andrew Kozlik
1fa2929607 feat(core): Distinguish Optiga errors from invalid PIN. 2023-10-04 11:22:46 +02:00
Andrew Kozlik
4c7979ae30 feat(core): Propagate Optiga errors. 2023-10-04 11:22:46 +02:00
matejcik
240f4f56cd fix(core/optiga): add correct key usage to OID_PIN_CMAC 2023-10-04 11:22:46 +02:00
matejcik
3c413ecf02 fix(storage): correctly fail when Optiga operations fail 2023-10-04 11:22:46 +02:00
tychovrahe
6e5967af25 fix(core): adjust T2B1 display SPI baudrate
[no changelog]
2023-10-02 22:14:58 +02:00
grdddj
532f368a14 feat(core): not allowing to send empty PIN in T2B1
[no changelog]
2023-10-02 22:14:58 +02:00
tychovrahe
c937f21447 refactor(core): change the way USE_OPTIGA is added to build
[no changelog]
2023-10-02 20:59:50 +02:00
Andrew Kozlik
90f2b1d790 feat(storage): Synchronize Optiga and MCU PIN counters. 2023-10-02 20:26:00 +02:00
Andrew Kozlik
cb21ca8dc5 feat(core): Implement Optiga counter operations. 2023-10-02 20:26:00 +02:00
Andrew Kozlik
aed5912fbf feat(core): Distinguish Optiga errors from invalid PIN. 2023-10-02 20:26:00 +02:00
Andrew Kozlik
68876170fe feat(core): Propagate Optiga errors. 2023-10-02 20:26:00 +02:00
Martin Milata
f226c9599b fix(core/ui): better contrast for bip39 keyboard button
[no changelog]
2023-10-02 19:04:28 +02:00