1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 20:09:11 +00:00
Commit Graph

2491 Commits

Author SHA1 Message Date
Pavol Rusnak
0ab0f9e418
unix: refactor T1 touch events to behave similarly to T2 touch events 2018-10-02 17:24:47 +02:00
Dusan Klinec
ff387ba716 build_mocks fix2 2018-10-02 16:50:52 +02:00
Dusan Klinec
29ee5dc80c mock: fixes error in generated trezorcrypto mock 2018-10-02 16:50:44 +02:00
Pavol Rusnak
411c2a2b2a
trezorhal: enable USB on T1 2018-10-02 16:29:34 +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
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
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
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
Pavol Rusnak
398f1557d6
build: introduce T1 memory file 2018-09-20 13:43:44 +02:00
Pavol Rusnak
0499e983fe
src/apps/common: update layout for signverify 2018-09-19 19:33:22 +02:00
Dusan Klinec
6d98a97f7c protobuf: message fields moved to get_fields method 2018-09-19 15:59:23 +02:00
Dusan Klinec
3ae4106465 vendor: trezor-common version bump, pb sync, template sync 2018-09-19 15:59:23 +02:00
Tomas Susanka
2a0dc76981
Merge pull request #350 from zulucrypto/stellar-fixExplicitNativeAsset
Stellar: explicitly specifying native asset in payment op causes "firmware error"
2018-09-18 10:59:56 +02:00
Pavol Rusnak
fb816bd2de
embed/extmod/modtrezorui: properly set backlight and bpp for T1 display 2018-09-13 19:42:35 +02:00
Tomas Susanka
204f6b7a5a tests: tezos is not xfailed anymore 2018-09-13 15:14:06 +02:00
Adrian Matejov
7918e1f818 tezos: added Readme
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
8b252bff80 tezos: fixed nitpicks
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
d4987849ce tezos: run_xfail set
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
203c850779 tezos: supporting only ed25519 curve
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
e009c0ca22 tezos: removed duplicated code
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
f0f6807e4f tezos: display_address -> show
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
2750d668ad tezos: added tezos cryptocurrency
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Pavol Rusnak
11bf37b17c
vendor: update trezor-crypto 2018-09-13 15:02:10 +02:00
Pavol Rusnak
7880b67451
embed/extmod/modtrezorui: display code reorg/cleanup 2018-09-12 15:23:30 +02:00
Pavol Rusnak
4a76756b75
embed/extmod/modtrezorui: use software renderer 2018-09-11 18:08:40 +02:00
Pavol Rusnak
d0f2905542
embed/extmod/modtrezorcrypto: refactor pbkdf2 prf 2018-09-11 18:06:13 +02:00
Pavol Rusnak
8874925fb8
unix: support backgrounds for models T and 1 2018-09-11 16:38:47 +02:00
Pavol Rusnak
f23f751ab0
extmod/modtrezorui: prepare display UI for model change 2018-09-11 16:01:06 +02:00
ZuluCrypto
00692d8156
stellar - do not attempt to serialize asset code or issuer when type is native 2018-09-10 19:44:43 -06:00
Tomas Susanka
02c5f14728 tests: ripple removed from run_xfail
Ripple is not marked as xfail anymore, because it is merged in core and
xfail mark was removed from python-trezor in ea77deeaed
2018-09-10 14:29:26 +02:00
Pavol Rusnak
5efab07b23
cardano: remove GetPublicKey.root_hd_passphrase, style changes 2018-09-07 19:35:57 +02:00
Dušan Plavák
060a8cbdfd cardano: replace derivation scheme v1 for v2 (#342) 2018-09-07 19:07:15 +02:00