matejcik
4079530e67
defs: defer SmartCash support on T1 (avoids a build problem)
2018-09-05 17:34:51 +02:00
Pavol Rusnak
5e85d57def
minor nitpick in test_bip32_optimized
2018-09-05 17:34:42 +02:00
Pavol Rusnak
a83c233d7e
fix unused-const-variable
2018-09-05 17:17:05 +02:00
Pavol Rusnak
1013cc9185
vendor: update trezor-crypto
2018-09-05 17:09:43 +02:00
Pavol Rusnak
936f5180e9
vendor: update trezor-common
2018-09-05 17:02:08 +02:00
Pavol Rusnak
b296d627fa
vendor: update trezor-common
2018-09-05 17:00:39 +02:00
Pavol Rusnak
b6f59d351a
protob: remove TezosCurveType from protobuf; Ed25519 is the only supported one
2018-09-05 16:42:24 +02:00
Pavol Rusnak
a59742817f
include options.h in ed25519.h
2018-09-05 16:26:58 +02:00
matejcik
351c017583
style: more known_third_party modules
...
because frankly, isort's detection is a huge mess
2018-09-05 15:43:29 +02:00
Pavol Rusnak
ebdd8c9b07
src/apps/wallet: implement script_type handling in get_public_key; update vendor/trezor-common
2018-09-05 15:43:26 +02:00
Pavol Rusnak
625f9663e1
defs/bitcoin: add xpub_magic_segwit_native for testnet
2018-09-05 15:36:06 +02:00
Pavol Rusnak
555bb62e3f
btc: add script_type to get_public_node
2018-09-05 15:21:11 +02:00
Pavol Rusnak
e6b5538a8e
add USE_CARDANO default to options.h
2018-09-05 15:04:32 +02:00
Dušan Plavák
fb22b894ba
Add cardano support to trezorctl and some tests ( #300 )
...
Add cardano support to trezorctl and some tests
2018-09-05 14:56:31 +02:00
Pavol Rusnak
0d215161dc
refactor cardano internal scalar functions
2018-09-05 12:59:37 +02:00
Pavol Rusnak
9da140fbf8
drop float usage from pbkdf2
2018-09-05 12:38:57 +02:00
Tomas Susanka
fc427fa726
templates: forgotten build
2018-09-05 12:21:18 +02:00
Pavol Rusnak
e929313f53
small changes to cardano due to last commit
2018-09-05 12:16:23 +02:00
Dušan Plavák
d2bc03fb59
replace cardano with v2 ( #179 )
2018-09-05 12:08:36 +02:00
Tomas Susanka
f75f315dbc
ripple: style
2018-09-05 10:45:03 +02:00
Tomas Susanka
6c15a41514
tests: ripple fix
2018-09-05 10:42:32 +02:00
Tomas Susanka
19bbe707f7
ripple: validate fix
2018-09-05 10:31:09 +02:00
Pavol Rusnak
7b2d91b970
firmware: add bootloader 1.6.0 to whitelist
2018-09-04 18:24:41 +02:00
Dušan Klinec
cc3f5b3753
xmr: add integrated addresses indicator ( #203 )
2018-09-04 18:16:45 +02:00
matejcik
80766ca6b3
tests: xfail Stellar on T1 until we re-enable it
2018-09-04 16:14:29 +02:00
matejcik
d235875e5e
build: support new tooling in trezor-common
2018-09-04 15:51:38 +02:00
matejcik
e5c2329b80
client: drop stellar_get_public_key from compatibility links
2018-09-04 15:51:38 +02:00
matejcik
d597243891
update tokens repo
2018-09-04 15:31:36 +02:00
matejcik
9342b52c6b
cointool: replace 'coins_json' with 'dump'
...
`cointool.py coins_json` generated an old-style `coins.json` file with
entries on bitcoin-like coins. This is no longe really doing what we
need.
Instead, the new command `dump` will output _all available data_ in the
same format as Python sees it. Much more useful for other kinds of
consumers.
2018-09-04 15:30:48 +02:00
matejcik
50a619e12d
coin_info: do not use f-strings in the library
...
to make it python3.3 compatible
2018-09-04 15:30:48 +02:00
Pavol Rusnak
dbc129d290
bump versions to 1.7.0 (firmware) and 1.6.0 (bootloader)
2018-09-04 15:14:33 +02:00
Pavol Rusnak
23f03cb6d3
firmware: don't use WebUSB landing page for firmware, it's annoying
2018-09-04 15:14:33 +02:00
Pavol Rusnak
de96efdb1d
usb: change vendor/product id to ones we use for WebUSB
2018-09-04 15:14:33 +02:00
Pavol Rusnak
4da73df57d
re-enable WebUSB
...
This reverts commit "Revert WinUSB feature"
b20336e82d
2018-09-04 15:14:33 +02:00
Pavol Rusnak
c2fa3d8fca
firmware: re-enable Stellar
...
This reverts commit "firmware: disable Stellar for now"
c82ce39ce5
2018-09-04 15:14:32 +02:00
Tomas Susanka
a3f8ace253
vendor: trezor-common updated; protobuf regen
2018-09-04 14:04:53 +02:00
Tomas Susanka
a3cf029042
protobuf: unknown derivation path message
2018-09-04 13:52:03 +02:00
Pavol Rusnak
e821fd4358
emulator: rename TREZOR_NOUI macro to TREZOR_EMULATOR_NOUI
2018-09-03 17:56:53 +02:00
Pavol Rusnak
988209ab7d
bootloader: erasing -> preparing
2018-09-03 17:02:03 +02:00
Ondřej Vejpustek
cabc926b39
move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c ( #177 )
2018-09-03 16:22:35 +02:00
Dusan Klinec
13f51319d8
updates to the monero branch
2018-09-03 16:22:35 +02:00
Dusan Klinec
4aea73e4bb
xmr: monero crypto implemented, tests
2018-09-03 16:22:35 +02:00
matejcik
3ccef14bb6
build: apply make style
to setup.py too
2018-09-03 15:45:34 +02:00
matejcik
e8e61861f6
Merge branch 'develop'
2018-09-03 15:41:07 +02:00
matejcik
372a81b9ef
build: add phony targets to makefile, to rerun anytime
...
also add excludes to `autoflake`, otherwise it mangles
`messages/__init__.py`
2018-09-03 15:38:50 +02:00
matejcik
1de1ff2823
tx_api: fix issue on python < 3.5
2018-09-03 14:59:39 +02:00
matejcik
0f71cbcc44
tx_api: update to assume "/api" path again, let blockHash request be
...
cached
2018-09-03 14:59:29 +02:00
Tomas Susanka
88a02822d3
stellar: public key methods removed
2018-09-03 14:57:10 +02:00
Pavol Rusnak
3c48f906b2
tests: fix eip155 test
2018-09-03 14:53:53 +02:00
HackyMiner
5a4c37d41c
add more eip155 test cases ( #297 )
2018-09-03 14:52:57 +02:00