Tomas Susanka
0323355299
vendor: trezor-common update; protobuf: regen
2018-08-21 20:15:56 +02:00
matejcik
b5ef996b1d
tx_api: fix issue on python < 3.5
2018-08-21 19:11:29 +02:00
matejcik
2559295f40
tx_api: update to assume "/api" path again, let blockHash request be
...
cached
2018-08-21 18:56:25 +02:00
Dusan Klinec
f1eca08383
ed25519: scalarmult fixes
...
- operation result parameter can be the same as operation input parameter
- operation returns full extended Edwards point
2018-08-21 18:40:40 +02:00
Dusan Klinec
72da171f28
ed25519: double scalarmult fix
...
- return fully valid ed point
2018-08-21 18:27:47 +02:00
matejcik
b4d001fe4d
travis: drop python 3.3 and related workarounds from CI
...
We still technically support Python 3.3 as our code doesn't use
any Python 3.4 features.
(honestly, there are basically no python 3.4 features worth talking
about -- although of course, you should update just for TLS 1.2 support)
It's just that the whole ecosystem is moving away from py3.3
and I'm tired of making workarounds for pip, virtualenv and friends
simply refusing to accomodate.
2018-08-21 18:13:53 +02:00
matejcik
f880ba933f
style: explain to isort that we use third party libraries and which they
...
are, since it apparently cannot figure that out on its own
2018-08-21 17:55:33 +02:00
Pavol Rusnak
3ceb9c42ee
bootloader: check both touch_is_detected and touch_read to detect touch
2018-08-21 17:34:34 +02:00
mcudev
1695533c8a
touch: follow ft6236 power on sequence closer
2018-08-21 17:25:18 +02:00
matejcik
175148e77c
style: be more explicit about wrongly sorted imports
2018-08-21 16:53:17 +02:00
matejcik
f30ea76d24
build: do not require pip in requirements.txt
...
it makes little sense and breaks python3.3 for mysterious reasons
(the "mysterious" reason is that everyone dropped support for py3.3
and so dependencies are messed up)
2018-08-21 16:50:45 +02:00
matejcik
f9824739ae
travis: make sure stylecheck only runs on 3.6
2018-08-21 16:47:30 +02:00
Pavol Rusnak
bdd7e932a0
embed: bump version to 2.0.8
2018-08-21 16:37:16 +02:00
matejcik
88b50ac2ff
style: add makefile with style targets, final touchups
2018-08-21 16:30:22 +02:00
matejcik
e2d45397d4
device_tests: smarter device selection
...
skips bridge, dies somewhat more cleanly when no device found
2018-08-21 16:06:18 +02:00
matejcik
abf0e82d80
trezorlib: implement auto-creating protobuf messages from dicts
...
along with a convert_dict function to rename keys from camelCase
and optionally apply simple field renames
2018-08-21 16:02:15 +02:00
matejcik
f05f9a2b37
nem: make a clearer flow for create_sign_tx
2018-08-21 15:57:50 +02:00
Tomas Susanka
9f825735ed
stellar: public key methods removed
2018-08-21 14:52:00 +02:00
Tomas Susanka
ea685bea47
vendor: trezor-common updated
2018-08-21 14:48:21 +02:00
Tomas Susanka
3167bd63e3
stellar: get public key removed
2018-08-21 14:29:40 +02:00
Tomas Susanka
13747474c1
cardano: SignTransaction -> SignTx to match other coins
2018-08-21 14:11:56 +02:00
Tomas Susanka
cb105c015f
stellar: get public key simplified
2018-08-21 13:48:23 +02:00
Tomas Susanka
a5a7b9a1af
cardano: show public key
2018-08-21 13:48:23 +02:00
Tomas Susanka
afa8fe1567
common: display_address -> show
2018-08-21 13:48:23 +02:00
Tomas Susanka
e13a3a70c8
common: show pubkey moved to common
2018-08-21 13:48:23 +02:00
Tomas Susanka
debd6871d6
cardano: SignedTransaction -> SignedTx to match other coins
2018-08-21 11:57:08 +02:00
Tomas Susanka
0acd9d8918
protobuf: regen
2018-08-20 19:37:47 +02:00
Tomas Susanka
137cd23290
vendor: trezor-common update
2018-08-20 19:32:12 +02:00
Tomas Susanka
aab3a5eed6
Merge pull request #319 from ph4r05/tests_async
...
tests: support async test cases added
2018-08-20 16:09:44 +02:00
Pavol Rusnak
3aeb34f456
tests: fix eip155 test
2018-08-20 15:51:31 +02:00
Pavol Rusnak
b7a82060a9
ethereum: fix max_chain_id
2018-08-20 15:51:17 +02:00
Pavol Rusnak
1bf1a76973
src/apps/ethereum: implement Ethereum canonical signatures, fix max_chain_id
2018-08-20 15:49:56 +02:00
Tomas Susanka
564310d34d
protob: cardano's GetPublicKey has show_display arg
...
updates https://github.com/trezor/trezor-core/issues/324
2018-08-20 15:49:53 +02:00
Aleksey Popov
af494a65b8
lisk: fix raw transaction fields update
2018-08-19 19:00:16 +02:00
Pavol Rusnak
6801b61514
embed/extmod/modtrezorui: remove FONT_PY_TO_C/FONT_C_TO_PY, use (signed) int globally for font id
2018-08-16 21:16:34 +02:00
Pavol Rusnak
3a2c1eecdb
embed/extmod/modtrezorui: add MONO_BOLD font
2018-08-16 20:59:24 +02:00
Dusan Klinec
f0b8fcc106
tests: support async test cases added
...
- test cases starting with 'test_async' are executed on the async manner
2018-08-16 01:49:41 +02:00
Yannick Heneault
33dcb4ae8a
use pkg-config to find sdl2 installation correctly. ( #391 )
2018-08-15 19:41:26 +02:00
Yannick Heneault
2214b99d64
Added fullscreen mode for emulator. Setting the environment variable TREZOR_OLED_FULLSCREEN to non-zero activate that mode. ( #402 )
2018-08-15 19:40:50 +02:00
matejcik
1fd1db2477
defs: add after-merge coins
2018-08-15 19:36:43 +02:00
matejcik
1f6a15430c
Merge branch 'master' into matejcik/coin-defs
2018-08-15 19:28:52 +02:00
WO
69acf51075
Enable Koto ( #189 )
2018-08-15 19:28:51 +02:00
matejcik
5fcbe5135e
defs: move Electrum URLs to override json
2018-08-15 19:28:00 +02:00
matejcik
0d1846d68a
defs: unsupport recently added Eth chains
2018-08-15 19:27:25 +02:00
matejcik
a11edef98a
defs: convert support.json to a format with all the tokens
2018-08-15 19:25:27 +02:00
matejcik
4726d3259e
tools: update coin_info to new support method and duplicate checking
2018-08-15 19:24:23 +02:00
matejcik
6cbc2a94ee
tools: add better duplicate checking
2018-08-15 19:20:15 +02:00
matejcik
81513f47b6
tools: rewrite support.py
2018-08-15 19:00:42 +02:00
matejcik
a090388c5f
tools: rename coin_gen.py to cointool.py
2018-08-15 18:46:00 +02:00
matejcik
962178fbeb
tools/coin_info.py: use f-strings where appropriate
2018-08-15 17:36:24 +02:00