Pavol Rusnak
|
7fa146fedb
|
src/apps/common: make flake8 happy
|
2018-02-27 23:53:45 +01:00 |
|
Pavol Rusnak
|
97fee650ca
|
src/apps/wallet/sign_tx: poor man's signtx progress
|
2018-02-27 23:53:44 +01:00 |
|
Peter Jensen
|
e43ce25611
|
src/trezor/ui/style: update resources and icons in dialogs
|
2018-02-27 23:52:49 +01:00 |
|
Jan Pochyla
|
9e5aad9ab4
|
src/protobuf: fix unicode serialization
|
2018-02-27 22:24:11 +01:00 |
|
Jan Pochyla
|
f4c1bfda22
|
boot: fix unsuccessful PIN attempt label
|
2018-02-27 21:50:54 +01:00 |
|
Jan Pochyla
|
20ca86229c
|
src/trezor/ui/passphrase: fix rendering invalidation
|
2018-02-27 21:50:54 +01:00 |
|
Pavol Rusnak
|
2523442eb3
|
src/apps/homescreen: add missing fields to Features
|
2018-02-27 20:48:01 +01:00 |
|
Pavol Rusnak
|
f9b16cfa34
|
src/apps/wallet/sign_tx: op_return ui
|
2018-02-27 20:28:28 +01:00 |
|
Jan Pochyla
|
9f48e3d471
|
request_pin, request_passphrase: ui fixes
|
2018-02-27 20:21:54 +01:00 |
|
Pavol Rusnak
|
c1f097f2b4
|
embed/extmod/modtrezorui: introduce frame numbering to display.save
|
2018-02-27 19:05:40 +01:00 |
|
Pavol Rusnak
|
4cfcd93d48
|
transport: force V1 protocol for T2 for now
|
2018-02-27 18:30:09 +01:00 |
|
Pavol Rusnak
|
fa056518f1
|
src/apps/wallet: implement SignMessage/VerifyMessage for Segwit
|
2018-02-27 17:50:34 +01:00 |
|
Tomas Susanka
|
6e1eb8e664
|
tests/device: ethereum erc20 tokens test
|
2018-02-27 17:41:18 +01:00 |
|
Jan Pochyla
|
375a95c214
|
src/apps: cleanup workflow modules
|
2018-02-27 16:36:17 +01:00 |
|
Jan Pochyla
|
4ef79ca48b
|
src/apps: remove layout_ from workflow functions
|
2018-02-27 16:35:29 +01:00 |
|
Jan Pochyla
|
a4081bab72
|
src: move HashWriter to trezor.utils
|
2018-02-27 16:35:28 +01:00 |
|
Jan Pochyla
|
d4038cc03a
|
embed/firmware: bump version
|
2018-02-27 16:35:28 +01:00 |
|
Jan Pochyla
|
6c8ccc0680
|
tests/device_tests: for t2, enable bch & multisig, disable load & reset
|
2018-02-27 16:29:59 +01:00 |
|
Pavol Rusnak
|
2cf917e58d
|
src: whitespace nit in boot.py
|
2018-02-27 16:19:15 +01:00 |
|
Pavol Rusnak
|
d6563a213c
|
vendor: update trezor-common
|
2018-02-27 15:54:21 +01:00 |
|
Pavol Rusnak
|
a352f41f07
|
protob: update PassphraseAck
|
2018-02-27 15:41:59 +01:00 |
|
Pavol Rusnak
|
7834eaba26
|
protect: passphrase is optional
|
2018-02-27 15:41:02 +01:00 |
|
Pavol Rusnak
|
d85f7ac6bb
|
PassphraseAck.passphrase is now optional
|
2018-02-27 15:37:08 +01:00 |
|
Peter Jensen
|
05ccdecbc6
|
src/boot: update lock screen
|
2018-02-27 15:34:18 +01:00 |
|
Tomas Susanka
|
20456a263a
|
tests/unit: wire missing ubinascii import
|
2018-02-27 15:24:32 +01:00 |
|
Tomas Susanka
|
a8d34430a5
|
tests/device/bcash: fix attack amount test
|
2018-02-27 15:10:36 +01:00 |
|
Tomas Susanka
|
aec8f04f68
|
tests/device: assert exception type and message
|
2018-02-27 15:08:00 +01:00 |
|
Pavol Rusnak
|
91dc487dcd
|
src/apps/wallet: use max_lines in Text component
|
2018-02-27 15:04:03 +01:00 |
|
Pavol Rusnak
|
865070d083
|
src.trezor.utils: split long words in split_words
|
2018-02-27 14:52:21 +01:00 |
|
Pavol Rusnak
|
13ffe75a48
|
tools: chmod +x build_protobuf
|
2018-02-27 14:26:01 +01:00 |
|
Pavol Rusnak
|
03b3ef10f4
|
update protobuf
|
2018-02-27 14:24:23 +01:00 |
|
Pavol Rusnak
|
8dffdd8f85
|
tests: fix test_basic (don't compare state in Features), add test_basic_state
|
2018-02-27 14:24:23 +01:00 |
|
Tomas Susanka
|
5f362f7493
|
signing/multisig: multisig exception
|
2018-02-27 13:00:35 +01:00 |
|
Jan Pochyla
|
85e5a87c24
|
src/apps/{common,management}: use more specific ButtonRequestTypes
|
2018-02-27 12:07:42 +01:00 |
|
Jan Pochyla
|
f6e06b768d
|
src/trezor/messages: regenerate
|
2018-02-27 12:04:54 +01:00 |
|
Jan Pochyla
|
8e5125a3fe
|
vendor/trezor-common: update
|
2018-02-27 12:03:25 +01:00 |
|
Jan Pochyla
|
06f3b79a44
|
protob: add trezor t-specific ButtonRequestTypes
|
2018-02-27 12:01:21 +01:00 |
|
Tomas Susanka
|
55da3d9a9a
|
tests/device/signtx: assert exception type and message
|
2018-02-27 11:50:10 +01:00 |
|
Pavol Rusnak
|
2854583b52
|
trezor.utils: rework split_words, use it in CipherKeyValue and Sign/Verify Message layouts
|
2018-02-27 03:33:59 +01:00 |
|
Pavol Rusnak
|
9c7ddba217
|
src+tests: use flake8 F401 to detect unused imports
|
2018-02-27 03:05:15 +01:00 |
|
Pavol Rusnak
|
2be0a4d31a
|
src/apps/common: raise on unsupported script type, change layout
|
2018-02-27 02:37:35 +01:00 |
|
Jan Pochyla
|
323714dc61
|
src/trezor/wire: disable v2 codec
|
2018-02-27 02:09:04 +01:00 |
|
Jan Pochyla
|
5e8ea18cce
|
src/apps: use more specific ButtonRequestType
|
2018-02-27 01:51:34 +01:00 |
|
Pavol Rusnak
|
0eff62bb5c
|
embed/unix: copy main.c from micropython, change mp_stack_set_limit from 40k to 60k
|
2018-02-27 01:40:13 +01:00 |
|
Pavol Rusnak
|
fd597d23a4
|
src/apps/management: remove unnecessary layout decorator
|
2018-02-27 00:41:59 +01:00 |
|
Pavol Rusnak
|
be79a8cff4
|
src+tests: make flake8 happy; explicitly mark E722 ignores (bare excepts)
|
2018-02-27 00:31:33 +01:00 |
|
Pavol Rusnak
|
1c92002954
|
src/apps/management: implement BackupDevice message
|
2018-02-27 00:31:33 +01:00 |
|
Peter Jensen
|
5d992c45c7
|
apps/wallet/cipher_key_value: added confirm dialog and text breaking
|
2018-02-27 00:14:21 +01:00 |
|
Jan Pochyla
|
0c9cc99bd7
|
src/trezor/messages: regenerate
|
2018-02-27 00:12:44 +01:00 |
|
Jan Pochyla
|
048e0706b3
|
tools/pb2py: fix default list value
|
2018-02-27 00:12:44 +01:00 |
|