1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00
Commit Graph

7258 Commits

Author SHA1 Message Date
matejcik
4fb3acb029 style: uppercase hex constants to conform with black 18.9b0 style 2018-10-01 14:01:33 +02:00
matejcik
3dad046c12 travis: workaround for python 3.7 2018-10-01 13:56:35 +02:00
matejcik
7b98b5ac7c build: drop python<3.5 compatibility in CI and markers 2018-10-01 13:52:41 +02:00
matejcik
e42214e961 support: re-enable SmartCash for T1 2018-10-01 13:32:39 +02:00
matejcik
e1cb5e190b support: auto-sort entries 2018-10-01 13:32:39 +02:00
matejcik
8065966e57 tools: take coin_label for human readable name instead of coin_name 2018-10-01 13:32:39 +02:00
matejcik
265935811e tools: add filtering capabilities to cointool.py dump 2018-10-01 13:32:39 +02:00
Pavol Rusnak
0d8cc86a60
nix: add pytest to nix-shell 2018-10-01 11:51:48 +02:00
Pavol Rusnak
df665b70d3
travis: don't run make sizecheck when TREZOR_MODEL=1 2018-09-30 20:43:54 +02:00
Pavol Rusnak
04a91dc673
travis: don't run test_emu when TREZOR_MODEL=1 2018-09-30 20:31:49 +02:00
Pavol Rusnak
d05895cbbd
build: add missing spi object file 2018-09-30 20:29:11 +02:00
Pavol Rusnak
6bcf589841
build: fix build 2018-09-30 19:38:23 +02:00
Pavol Rusnak
1f2c25e743
build: fix build via error in SConscript.prodtest 2018-09-30 18:59:31 +02:00
Pavol Rusnak
42164c41e3
travis: make file more readable 2018-09-30 16:45:39 +02:00
Pavol Rusnak
9455d95046
travis: reduce unwanted builds 2018-09-30 16:44:23 +02:00
Pavol Rusnak
45e10a2e79
embed: refactor cpu flags in sconscript files 2018-09-30 16:39:40 +02:00
Pavol Rusnak
2a06ff4986
embed/firmware: add T1 display support, apply T1 fixes 2018-09-30 16:12:04 +02:00
Pavol Rusnak
066d4b4e9a
tools: use env where possible 2018-09-30 15:42:58 +02:00
Pavol Rusnak
fe00995991
use env where possible 2018-09-30 15:40:45 +02:00
Pavol Rusnak
2b7d9bd579
use env where possible 2018-09-30 15:40:18 +02:00
Pavol Rusnak
98dedc7baa
nix: add shell.nix 2018-09-28 20:48:30 +02:00
Pavol Rusnak
0418438ea1
nix: add gcc-arm-embedded to shell.nix 2018-09-28 20:43:50 +02:00
Pavol Rusnak
715151a7b0
docs: update emulator screenshot 2018-09-28 19:51:31 +02:00
Pavol Rusnak
d2d7efeb12
unix: use pkg-config in sconscript file, add shell.nix for nix-shell 2018-09-28 19:43:39 +02:00
alepop
e1eb405ed7 lisk: fix _update_raw_tx function for second signature calculation (#348) 2018-09-28 10:43:18 +02:00
Pavol Rusnak
86118986bc
lisk: remove unnecessary allocation 2018-09-28 10:41:30 +02:00
matejcik
15d3b0c722 cosi: clarify convoluted parts of local signing code 2018-09-27 16:53:57 +02:00
Pavol Rusnak
4a0ca873eb trezorlib+tools: remove usage of binascii 2018-09-27 16:52:28 +02:00
Pavol Rusnak
7f55847ab1 tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
Pavol Rusnak
25d00ab08c
docs: add info about image dimensions in vendor header 2018-09-25 18:12:05 +02:00
ZuluCrypto
17c3ff92f8 Stellar - Fix typo in confirm_init (#359) 2018-09-24 00:30:35 +02:00
Pavol Rusnak
86db527722
src/apps/common: add decred attribute to coininfo, enable Decred 2018-09-21 12:52:32 +02:00
Pavol Rusnak
6c47e483d4
defs: enable Decred for T2 2018-09-21 12:50:30 +02:00
Pavol Rusnak
d644147985
build: update SConscript.firmware for T1 2018-09-20 16:37:36 +02:00
Pavol Rusnak
72d1c457c2
embed/extmod/modtrezorui: fix minor issue in display_print 2018-09-20 16:05:28 +02:00
Pavol Rusnak
108d84051e
embed/extmod/modtrezorui: add more T1/T2 ifdefs to display functions 2018-09-20 15:09:01 +02:00
Pavol Rusnak
c58c4a94d8
firmware: reuse SOURCE_PY_DIR where possible 2018-09-20 15:04:12 +02:00
Jan Pochyla
20e0acbc98
Merge pull request #312 from ph4r05/protobuf-update
Protobuf update to get_fields()
2018-09-20 15:00:56 +02:00
Dusan Klinec
61de49fae5
protob test fix after migration to get_fields() 2018-09-20 14:35:47 +02:00
Dusan Klinec
6b32e33c58
protobuf.py uses get_fields() 2018-09-20 13:57:26 +02:00
Dusan Klinec
376503817c
vendor: trezor-common version bump 2018-09-20 13:56:51 +02:00
Pavol Rusnak
9afaeff36f
firmware: fix typo in unfinished_backup 2018-09-20 13:52:22 +02:00
Pavol Rusnak
398f1557d6
build: introduce T1 memory file 2018-09-20 13:43:44 +02:00
Pavol Rusnak
bf266f0fd9
fix fullbuild script 2018-09-19 20:43:57 +02:00
Pavol Rusnak
307b3a742b
fix Docker build 2018-09-19 20:30:00 +02:00
Pavol Rusnak
f60b722638
tools: we need to keep cointool py3.5 compatible
for T1 deterministic build (which happens in Debian 9 docker container)
2018-09-19 20:13:44 +02:00
Karel Bílek
2a1e4c7ab6 build: Use pipenv in docker build (#412) 2018-09-19 19:44:35 +02:00
Pavol Rusnak
0499e983fe
src/apps/common: update layout for signverify 2018-09-19 19:33:22 +02:00
Pavol Rusnak
8fb6beb314
layout: refactor split_message_hex, use it where possible 2018-09-19 18:45:50 +02:00
Dusan Klinec
6d98a97f7c protobuf: message fields moved to get_fields method 2018-09-19 15:59:23 +02:00