matejcik
07ceb9aacc
pretty printing protobufs
2018-03-05 18:57:40 +01:00
Pavol Rusnak
1b8217ca66
src/apps/wallet: finish GetPublicKey UI
2018-03-05 17:58:50 +01:00
Jan Pochyla
eed57a6c44
src/apps/management/apply_settings: remove language handling
...
Configured language is still mentioned in src/apps/common/storage under
the _LANGUAGE configuration key.
2018-03-05 17:53:01 +01:00
Jan Pochyla
95603b85dd
tests: enable segwit sign&verify tests for t2
2018-03-05 17:45:17 +01:00
Jan Pochyla
4979c296b7
tests: enable test_apply_settings, test_apply_settings_passphrase for t2
2018-03-05 17:45:17 +01:00
Pavol Rusnak
db827bfe01
tests: update test_msg_getpublickey.py, add test_msg_getpublickey_curve.py
2018-03-05 17:37:56 +01:00
matejcik
dc8eec1656
trezorlib/transport: for get_transport(None), raise exception from None if no trezor is found,
...
because the IndexError should not be part of the traceback
2018-03-05 17:31:11 +01:00
matejcik
967d479a19
update tools to use the new transport API
...
also drop some python2 compatibility things
2018-03-05 17:30:44 +01:00
matejcik
ff80ca1b82
restore device.py as a deprecated compatibility wrapper
2018-03-05 16:18:32 +01:00
Pavol Rusnak
ec24aa1d80
proto: rename EthereumSignTx.txtype to tx_type
2018-03-05 15:56:10 +01:00
Peter van Mourik
bdefc5ac37
Added txtype as optional field in preparation of Wanchain support
2018-03-05 15:55:22 +01:00
Jan Pochyla
0e065237c9
tests: disable TestBip32Speed::test_cache on t2
2018-03-05 15:49:04 +01:00
matejcik
2f1c15b588
trezorlib/transport: make flake8 happy
2018-03-05 14:25:37 +01:00
Jochen Hoenicke
8a62d12217
Update ethereum_sign_tx to python3 ( #227 )
2018-03-05 13:09:57 +01:00
Pavol Rusnak
21d07ec99d
docs: use make vendor to refresh submodules
2018-03-05 13:08:42 +01:00
Pavol Rusnak
611d374bbd
embed: rename TREZOR_STM32/UNIX to TREZOR_MODEL_T/EMU, introduce trezor.utils.model()
2018-03-04 12:59:16 +01:00
Pavol Rusnak
c7c5f55508
src/apps/ethereum: fix layout for values around 1e9 Wei
2018-03-03 23:37:21 +01:00
Jochen Hoenicke
d5e49556c5
Indicate own dest address in send dialog
...
If the destination address is controlled by the TREZOR (the wallet set
the address_n field), show the path to the address on the confirm output
dialog in the same format as the "show on Trezor" dialog indicates the
path.
2018-03-03 22:25:20 +01:00
Pavol Rusnak
e460c4fe17
session: rework get_state
2018-03-03 22:22:45 +01:00
matejcik
513e6aae08
better way for test suite to search for the right device,
...
that also respects TREZOR_PATH
2018-03-02 18:25:39 +01:00
matejcik
2a706a751a
update trezorctl to use prefix search correctly
...
first, try exact path
second, try prefix search
last, fail :) with reporting used path (for people like me who forget to unset TREZOR_PATH
2018-03-02 18:24:05 +01:00
matejcik
6519657808
trezorlib/transport: smarter handling of prefix search
...
For UDP transport, it's useful to be able to specify a path that should be tried directly,
without enumerating first.
2018-03-02 18:22:33 +01:00
matejcik
55641dd8b5
make flake8 happy ( #225 )
2018-03-02 16:47:29 +01:00
matejcik
d2913c20bd
trezorlib/transport: move TrezorDevice functionality to transport and make it better ^_^
2018-03-02 16:46:10 +01:00
matejcik
49790d7bfe
install the new trasport subpackage
2018-03-02 16:43:41 +01:00
Tomas Susanka
b24550c72f
tests: ethereum sign/verify is skipped ( #224 )
2018-03-02 16:37:34 +01:00
Pavol Rusnak
34e60899c0
docs: add info about git submodule update
2018-03-02 16:36:41 +01:00
matejcik
bc8120230a
trezorlib/transport: make changes to support being a separate submodule, move common functions to superclass
2018-03-02 15:44:24 +01:00
matejcik
473ea19570
trezorlib/transport: rename files as separate step (to make diffs nicer)
2018-03-02 15:35:56 +01:00
matejcik
d866128fbe
embed/unix: emit TOUCH_END when mouse leaves active area. ( #134 )
...
This fixes the "swiping bug", swiping in emulator now feels more natural.
2018-03-01 14:59:36 +01:00
slush
e37e9bfebd
Fixing Origin header for Bridge 2.0.7
2018-03-01 10:33:47 +01:00
Pavol Rusnak
8852fb5482
embed/firmware: bump version to 2.0.5
2018-03-01 05:47:33 +01:00
Pavol Rusnak
0ec62dfa5c
src/apps/fido_u2f: reorder dispatch_cmd function
2018-03-01 05:44:07 +01:00
Pavol Rusnak
842ebd6e83
src/apps/fido_u2f: show layout for bogus ids again
2018-03-01 05:43:45 +01:00
Pavol Rusnak
63773e99b7
src/trezor/workflow: fix last commit
2018-03-01 05:24:57 +01:00
Jan Pochyla
eda280213f
src/apps/fido_u2f: fix confirmation, refactor
2018-03-01 05:14:02 +01:00
Jan Pochyla
f74cbead5e
src/trezor/ui/passphrase: fix removing last character
2018-03-01 05:13:17 +01:00
Pavol Rusnak
fd41db8a59
trezorctl: don't always require internal entropy in reset_device
2018-03-01 05:07:27 +01:00
Pavol Rusnak
144e2013bd
src/apps/management: reset_device with no layout resets homescreen
2018-03-01 05:03:23 +01:00
Pavol Rusnak
b77646904b
emu: increase heapsize
2018-03-01 03:19:08 +01:00
Pavol Rusnak
7dc207a8df
src/apps/fido_u2f: implement bogus app_id screen
2018-03-01 03:08:35 +01:00
Pavol Rusnak
df10f5df3f
src/apps/common: fix cache
2018-03-01 03:07:42 +01:00
Pavol Rusnak
c937d73217
src: minor visual nits
2018-03-01 01:13:26 +01:00
Pavol Rusnak
2e3dc8b29d
src/apps/common: rework PassphraseState behaviour
2018-03-01 00:07:45 +01:00
Pavol Rusnak
b1a76e4a68
tests: revert basic tests
2018-03-01 00:07:27 +01:00
Pavol Rusnak
0924bd6826
proto: return of PassphraseAck.state
2018-02-28 23:25:06 +01:00
Pavol Rusnak
7841bbefbe
client: implement PassphraseStateRequest handling
2018-02-28 23:13:17 +01:00
Pavol Rusnak
ce9da28a3d
update protobuf
2018-02-28 23:13:17 +01:00
Pavol Rusnak
317d8af675
proto: add wire types for PassphraseState{Request,Ack}
2018-02-28 23:03:44 +01:00
Pavol Rusnak
68be165ffa
proto: new passphrase messages
2018-02-28 22:55:29 +01:00