Tomas Susanka
8348d47fd7
stellar/tests: T2 support merged -> xfail dropped
2018-07-12 15:21:46 +02:00
Tomas Susanka
e5cdf45956
stellar/tests: some device tests set show_display=True
2018-07-11 16:03:38 +02:00
matejcik
87837bc305
stellar: drop protocol_version
2018-07-09 14:06:11 +02:00
matejcik
2f3a32f8e8
trezorlib: drop support for EncryptMessage and DecryptMessage
2018-07-09 13:46:18 +02:00
matejcik
19a0f4cc7b
tx_api: support blockbook, allow url-less operation
...
Bitcoin Testnet backends were removed.
This broke our tests that work purely on local data but nevertheless
need to know backend URLs. Because the design is less than ideal.
Here, we do a little cleanup:
* blockbook URLs are respected
* Dogecoin is now supported by our blockbook backend so we don't need
a special tx-api implementation
* it's possible to instantiate a TxApi that is backed by the cache,
without a known URL
* relevant tests now make use of this feature
2018-07-09 13:46:18 +02:00
matejcik
85a32d01b9
build: do not import trezorlib in setup.py, parse out __version__
by hand
...
also update path to coin generating tool
2018-07-09 13:46:18 +02:00
matejcik
6f23331dfc
build: remove prebuilt protobuf files
...
Also clean out .gitignore a little while we're at it
2018-07-09 13:46:18 +02:00
matejcik
ad16588171
stellar: update T1 tests
2018-06-28 12:40:49 +02:00
ZuluCrypto
b2f35de8b8
stellar.py - do not alias trezorlib.messages import to "proto"
2018-06-28 11:57:56 +02:00
ZuluCrypto
cd7189839c
stellar - return addresses as utf-8 strings
2018-06-28 11:57:56 +02:00
ZuluCrypto
2549eaf5a6
test_stellar.py - split imports into two lines and do not alias messages to "proto"
2018-06-28 11:57:56 +02:00
ZuluCrypto
05afd986c1
test_stellar.py - fix style issues
2018-06-28 11:57:56 +02:00
ZuluCrypto
af38407a43
stellar - add unit tests for parsing XDR
2018-06-28 11:57:56 +02:00
ZuluCrypto
96f0801b90
stellar.py - fix missing destination_amount when parsing path payment
2018-06-28 11:57:56 +02:00
ZuluCrypto
dd324a99c5
stellar.py - fix mising str() cast on type
2018-06-28 11:57:56 +02:00
ZuluCrypto
8a284c03d1
stellar.py - fix incorrect constants
2018-06-28 11:57:56 +02:00
ZuluCrypto
4628327789
fix comment
2018-06-28 11:57:56 +02:00
ZuluCrypto
188178a438
stellar - add test for setting inflation destination
2018-06-28 11:57:56 +02:00
ZuluCrypto
6afaa41616
stellar - _xdr_read_address now returns string instead of bytes
2018-06-28 11:57:56 +02:00
Pavol Rusnak
cc6cc49999
tests: re-enable Stellar for T1
2018-06-27 17:42:11 +02:00
Tomas Susanka
5f73976893
stellar: note on BIP-32 usage; address test with Stellar's official test vectors
2018-06-26 11:52:47 +02:00
matejcik
201297a1f9
tests: close debuglink in fixture-based tests
2018-06-22 14:18:18 +02:00
Pavol Rusnak
3c1456939c
tests: update test_cancel to test using Initialize
2018-06-22 13:28:32 +02:00
matejcik
f9f79b745c
Merge branch '0.10.x'
2018-06-22 13:19:28 +02:00
matejcik
b7cbbba6a7
release: bump version to 0.10.2
2018-06-21 16:50:38 +02:00
matejcik
54f1599a5a
regenerate license headers
...
This clarifies the intent: the project is licenced under terms
of LGPL version 3 only, but the standard headers cover only "3 or later",
so we had to rewrite them.
In the same step, we removed author information from individual files
in favor of "SatoshiLabs and contributors", and include an AUTHORS
file that lists the contributors.
Apologies to those whose names are missing; please contact us if you wish
to add your info to the AUTHORS file.
2018-06-21 16:49:13 +02:00
Tomas Susanka
10bbb57c86
tests/device: stellar accounts are addresses
2018-06-20 15:58:13 +02:00
Pavol Rusnak
44ac7656b4
vendor: update trezor-common; regenerate protobuf
2018-06-20 15:57:35 +02:00
Pavol Rusnak
b1eae58884
tests: disable Stellar tests for T1 too
2018-06-20 00:13:34 +02:00
Pavol Rusnak
3f93b28fe4
device_tests: fix test_msg_signtx_zcash
2018-06-15 10:35:28 +02:00
Tomas Susanka
ebe41c69f8
tests/stellar: trezor core currently throws Firmware err
2018-06-13 13:40:58 +02:00
Pavol Rusnak
015d72102d
device_tests: add failing tests for stellar
2018-06-11 19:22:16 +02:00
matejcik
cf661a8196
Merge branch 'fix-0.10.1'
2018-06-11 19:05:32 +02:00
Pavol Rusnak
1477c9aa9e
trezorctl/trezorlib: add show_display to StellarGetAddress/StellarGetPublicKey
2018-06-11 18:55:52 +02:00
matejcik
77361e563d
release: bump version and changelog for 0.10.1
2018-06-11 18:51:16 +02:00
Tomas Susanka
22872c53c2
tests/stellar: missing field annotation
2018-06-11 18:42:23 +02:00
Tomas Susanka
d3d9ceb0c4
tests: stellar test for get address
2018-06-11 18:42:23 +02:00
Tomas Susanka
c0a823ca1c
protobuf: stellar get address
2018-06-11 18:42:23 +02:00
matejcik
741f264a2f
release: bump version and add date to changelog
2018-06-08 16:07:46 +02:00
matejcik
d2021fd8a2
ckd_public: restore as a deprecation wrapper
...
(because older versions of electrum will still require it)
2018-06-07 17:07:20 +02:00
matejcik
73f016c465
trezorctl: update firmware_update to work better with TT ( fix #269 )
...
This removes the --erase option which was fishy before (and is now superseded
by wipe_device in bootloader mode).
Also adds a draft of "local fingerprint check" functionality for T1. This will
be expanded to work with TT in future releases.
2018-06-07 17:06:31 +02:00
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
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
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