Tomas Susanka
63222931be
tests/device: nem is not xfail anymore
2018-06-07 14:41:47 +02:00
matejcik
e110d87494
protobuf: update trezor-common and regenerate
2018-06-07 14:07:26 +02:00
Aleksey Popov
922748e348
lisk: restore Lisk sign and verify message functionality
2018-06-07 14:07:26 +02:00
matejcik
435ab2f973
changelog for 0.10.0 (formerly 0.9.2)
2018-06-07 14:01:52 +02:00
matejcik
031404f822
trezorctl: fix pylint warnings
2018-06-07 14:01:52 +02:00
matejcik
477eff2fd4
gitignore more files
2018-06-07 14:01:52 +02:00
Pavol Rusnak
9238382435
tests: update test_msg_signtx_zcash
2018-06-06 16:42:58 +02:00
Pavol Rusnak
21670b8226
tests: update zcash test
2018-06-05 17:20:38 +02:00
Pavol Rusnak
e4dcc8d8c6
zcash overwinter support
2018-06-05 16:05:14 +02:00
matejcik
d138afeb8d
docs: update README for 0.9.2, clarify instructions, leave out 'sudo -H' as suggested in #185
2018-06-05 14:47:46 +02:00
matejcik
cd3559b419
tests: rename test_cancel after it was parametrized
2018-06-05 13:11:24 +02:00
matejcik
269eaa298f
tests: make a fixture out of client
...
also implement Cancel tests
2018-06-05 13:08:54 +02:00
ZuluCrypto
7673ebf952
stellar - add additional tests and instructions for calculating signature
2018-06-05 11:59:48 +02:00
Pavol Rusnak
17479f26a7
device_tests: re-enable decred test for T1
2018-06-02 15:53:22 +02:00
Pavol Rusnak
5e14a5f059
device_tests: cashaddr test in sign/verify message
2018-06-01 21:30:05 +02:00
matejcik
edfc857013
build: include all of trezor-common in MANIFEST
...
because now we are not simply copying the coins.json file
but building it from several.
For future-proofness, it's simply safer to include all of trezor-common.
2018-05-30 15:04:58 +02:00
matejcik
9a27ada067
build: more resilient setup.py build process
2018-05-30 15:04:46 +02:00
Pavol Rusnak
2243535ca0
setup: refactor build_coins call
2018-05-30 13:03:46 +02:00
Pavol Rusnak
1a642713a5
Revert "device_tests: update test_bip32_speed cache-speed ratio to 1.2x"
...
This reverts commit 2ab4751dcb
.
2018-05-30 12:44:39 +02:00
Pavol Rusnak
6c882a95da
vendor: update trezor-common
2018-05-30 11:51:43 +02:00
Pavol Rusnak
61f5bbca91
vendor: update trezor-common
2018-05-30 11:31:12 +02:00
Pavol Rusnak
d4b17c5b36
device_tests: fix bitcore entry in coins.py
2018-05-30 10:50:49 +02:00
Pavol Rusnak
0d6ac99bf5
device_tests: fix bgold unit test
2018-05-29 17:33:18 +02:00
matejcik
279da34864
Merge branch 'matejcik/refactor'
2018-05-28 17:52:01 +02:00
matejcik
5191fd09be
device_tests: add a compat test for cosi, checking interoperability between Trezor and local implementation
2018-05-28 17:41:52 +02:00
Pavol Rusnak
2ab4751dcb
device_tests: update test_bip32_speed cache-speed ratio to 1.2x
2018-05-28 16:58:42 +02:00
matejcik
8410151810
remove remaining usages of expand_path
2018-05-28 15:47:57 +02:00
matejcik
c10c3f7fd9
stellar: better way to handle default path
...
(maybe do this for other currencies too?)
2018-05-28 15:47:40 +02:00
matejcik
aace6577c8
log: remove special handling of Features/CoinType in prettyprinter
...
now that Trezor won't send CoinTypes anymore
2018-05-28 15:01:17 +02:00
matejcik
99bc267301
client: hide uninteresting functions from test tracebacks
2018-05-28 14:45:54 +02:00
matejcik
2bf34dc4b4
unit_tests: added test suite for Ed25519 and CoSi
...
It's rather slow so it's disabled by default.
Use `pytest -m slow_cosi` to run.
2018-05-28 14:20:45 +02:00
matejcik
a0f73b726d
cosi: typehints, documentation, removed selftest
2018-05-28 14:20:26 +02:00
matejcik
0e8fe9e743
ed25519: type hints
2018-05-28 14:17:11 +02:00
matejcik
ee21733f20
build: enforce building no-core versions of protobuf messages
...
This helps when you try to build python-trezor from a subdirectory
of trezor-core, for whatever reason.
(For instance, when you run 'pipenv install' in trezor-core, and also
happen to have protobuf build tools available in the outside environment)
2018-05-28 12:55:58 +02:00
Pavol Rusnak
648ef511b6
device_tests: use original ethereum message digest, enable ethereum_{sign,verify}message for T2
2018-05-25 14:23:16 +02:00
matejcik
2fdb5cd538
cosi: publish "pubkey from privkey" operation from ed25519
2018-05-25 13:12:42 +02:00
matejcik
886e269e2f
trezorlib: mark ed25519 impl as private
2018-05-25 13:07:02 +02:00
Tomas Susanka
f273bbb736
tests/device/stellar: assert pubkey, address comment
2018-05-25 12:01:07 +02:00
matejcik
9982ef98f9
Merge branch 'master' into matejcik/refactor
2018-05-24 19:18:26 +02:00
matejcik
e779a251fb
transport: better ways to handle errors when enumerating devices
2018-05-24 19:14:05 +02:00
matejcik
97fa4670ac
transport: add message logging to bridge
2018-05-24 18:08:50 +02:00
Pavol Rusnak
e2962ef9f7
fix typo
2018-05-24 17:07:17 +02:00
Pavol Rusnak
bb5e49e452
device_tests: fix failed test
2018-05-24 17:02:11 +02:00
Pavol Rusnak
b67322be2f
device_tests: enable cashaddr tests (msg_getaddress, signtx_bcash) for T2
2018-05-24 16:40:27 +02:00
matejcik
35b9ab898d
travis: also trigger trezor-mcu when running tests
...
because now it should be ALL GREEN
2018-05-23 17:08:32 +02:00
matejcik
17b37034e8
device_tests: fix test_msg_recoverydevice for T1
2018-05-23 17:08:16 +02:00
matejcik
f8f0be9c86
device_tests: fix T1 test differences in wording
2018-05-23 16:54:24 +02:00
matejcik
7e83eb11e5
trezorctl: drop remaining stellar_sign_message command
2018-05-23 14:27:10 +02:00
matejcik
f2aee59e27
device_tests: do not xfail Lisk tests, they are now merged
2018-05-23 14:21:24 +02:00
matejcik
4b7926268e
drop Lisk and Stellar sign/verify message functionality
2018-05-23 14:20:54 +02:00