matejcik
97fa4670ac
transport: add message logging to bridge
2018-05-24 18:08:50 +02:00
matejcik
db92b13f97
cosi: move things around
...
ed25519raw is moved back to trezorlib
ed25519cosi is renamed to cosi, and has a couple more functions,
with the expectation that TrezorClient.cosi_* methods will move there.
Also most code shouldn't need ed25519raw for anything, so it might get
renamed to "_ed25519" to indicate that it's a private implementation.
For now, I added a "verify" method to cosi, so that you don't need to
call into ed25519raw.checkvalid. But trezor-core's keyctl is also
using ed25519raw.publickey. I'm not sure if that's worth replicating
in cosi, or whether to just leave it be, so I'm leaving it be for now.
Importantly, new function "sign_with_privkey" does that math thing that
was part of the selftest and is also explicitly listed in keyctl.
(it's called sign_with_privkey because I expect to have a "sign" method
here that calls into Trezor)
2018-05-17 12:53:01 +02:00
matejcik
cc7c8ccb59
client: clean up exception and decorator code
2018-05-11 15:34:49 +02:00
matejcik
a478dac5f7
client: clean up logging and printing
2018-05-11 15:34:23 +02:00
matejcik
123aec5d7d
tests/device_tests: remove all star imports
2018-05-11 15:29:38 +02:00
matejcik
266e34eec4
tests/device_tests: disable protobuf outputs unless run with -v
2018-05-11 15:29:38 +02:00
matejcik
0b6ec27064
logging: get rid of pprint and VerboseWireMixin
...
(and also TrezorClientVerbose)
2018-05-11 15:29:38 +02:00
matejcik
ca8ebacab9
logging: convenience function to set up protobuf logging
2018-05-11 15:29:38 +02:00
matejcik
1e4c1c093e
protobuf: improve prettyprint formatting
2018-05-11 15:29:38 +02:00
matejcik
eed91db880
protocol: python logging to supersede VerboseWire
2018-05-11 15:29:38 +02:00
matejcik
b7c7190573
trezorlib: remove Hash to btc_hash, prepare for moving it away from things
2018-05-11 15:29:38 +02:00
matejcik
325312d11c
protobuf: move formatter function to protobuf where it belongs better
2018-05-11 15:29:38 +02:00
matejcik
579adb1871
tests: update to use parse_path
2018-05-11 15:29:38 +02:00
matejcik
d106869061
trezorlib: deprecate client.expand_path and move the staticmethod
...
to an ordinary function tools.parse_path
Also remove PRIME_DERIVATION_FLAG and move it to tools.HARDENED_FLAG
2018-05-11 15:29:37 +02:00
matejcik
4f66b37f25
tests: update imports after tests.support move
2018-05-11 15:29:37 +02:00
matejcik
603b201ad0
tests: create tests.support module
...
for things that should not be part of trezorlib but tests use them
2018-05-11 15:29:37 +02:00
matejcik
e0d850df7d
protobuf: update generators and messages to be identical with trezor-core
2018-05-09 17:15:13 +02:00
Tomas Susanka
18adf6cc4d
tests/stellar: marked as passing on T1
2018-05-09 16:34:51 +02:00
matejcik
5329bc9463
Merge pull request #167 from zulucrypto/stellar
...
[Stellar] [WIP] Add Stellar support to trezorctl
2018-05-07 14:23:56 +02:00
matejcik
dd0217c746
protobuf: update trezor-common and messages
2018-05-07 14:14:16 +02:00
matejcik
28264a4fe0
protobuf: improve description of sint_to_uint
2018-05-07 14:10:34 +02:00
matejcik
df8c3da1a2
protobuf: properly implement signed types ( fixes #249 )
2018-05-07 14:10:34 +02:00
matejcik
4c06a613b5
ethereum: do 'int_to_big_endian' conversion manually
...
instead of relying on 'rlp.utils' from which it was removed
by 1.0, and moved to 'eth_utils' which don't support py3.4
2018-05-04 17:43:58 +02:00
Tomas Susanka
6f032456fc
tests/device/nem: mosaic with levy test
2018-05-03 14:03:38 +02:00
ZuluCrypto
7128347975
stellar tests - added missing pytest import
2018-04-28 13:06:13 -06:00
ZuluCrypto
5fccc4381b
fix style to match flake8
2018-04-28 12:59:08 -06:00
ZuluCrypto
200b5a71df
Merge remote-tracking branch 'upstream/master' into stellar
2018-04-28 12:54:32 -06:00
ZuluCrypto
2cf6414fa5
stellar - minor cleanup and simplification of some boolean field checks
2018-04-28 12:39:55 -06:00
Tomas Susanka
7cfbe689e8
tests/device/nem: different amounts; note about what is displayed
2018-04-27 17:39:04 +01:00
Tomas Susanka
50e755be46
tests/device/nem: known/unknown mosaics test
2018-04-27 17:37:29 +01:00
Aleksey Popov
8f31422adf
lisk: Fix wrong signature in tx tests
2018-04-23 16:47:15 +02:00
ZuluCrypto
49025aad2b
stellar tests - fix imports and indicate that tests are currently expected to fail
2018-04-20 10:35:01 -06:00
ZuluCrypto
61f5e1df61
stellar.py now returns a tuple from parse_transaction_bytes and no longer uses a reserved argument name
2018-04-20 10:34:26 -06:00
ZuluCrypto
ea6ced4dae
client.py - refactor Stellar signing loop to make the message flow clearer
2018-04-20 10:33:56 -06:00
ZuluCrypto
94f3f43746
sync with current state of upstream master
2018-04-19 15:18:55 -06:00
ZuluCrypto
1fb521f4cd
client.py updated to use Stellar messages instead of map
2018-04-19 15:10:57 -06:00
ZuluCrypto
73b07a489b
stellar - refactor parser to return protobuf messages instead of map
2018-04-19 15:10:27 -06:00
ZuluCrypto
38647de7f9
client.py - minor style fixes and fix for use of "types.Message" instead of "proto.Message"
2018-04-19 13:29:36 -06:00
matejcik
1008c45100
tests: xfail Lisk tests until trezor-core#90 is merged
2018-04-18 15:46:10 +02:00
Aleksey Popov
45cca15e5f
lisk: Add lisk_sign_tx
2018-04-18 12:09:09 +02:00
Aleksey Popov
5e1168c48d
lisk: Add lisk_get_publickey
2018-04-18 12:09:09 +02:00
Aleksey Popov
514e808b56
lisk: Add lisk_verify_message
2018-04-18 12:09:09 +02:00
Aleksey Popov
d3685639f9
lisk: Add lisk_sign_message
2018-04-18 12:09:09 +02:00
Aleksey Popov
3e742177d2
lisk: Add lisk_get_address method
2018-04-18 12:09:09 +02:00
Aleksey Popov
c0418333c1
common: update trezor-common submodule
2018-04-18 12:09:09 +02:00
Tomas Susanka
fd16bbfc8e
tests: nem mosaics fix
2018-04-16 12:39:17 +02:00
Tomas Susanka
767330aea0
tests: multisig fixes
2018-04-16 12:24:55 +02:00
Peter van Mourik
497f0467cf
Added Wanchain support ( #230 )
2018-04-11 12:24:13 +02:00
Roman Zeyde
892eb41837
tests: add device test for auto-lock delay
2018-04-11 11:17:17 +02:00
Roman Zeyde
0a10b53e3a
client: allow setting auto-lock delay
2018-04-11 11:17:17 +02:00