Commit Graph

620 Commits (7673ebf952bd5da85bf7bb8249b12fb27ae627b3)

Author SHA1 Message Date
matejcik 266e34eec4 tests/device_tests: disable protobuf outputs unless run with -v
6 years ago
matejcik 0b6ec27064 logging: get rid of pprint and VerboseWireMixin
6 years ago
matejcik ca8ebacab9 logging: convenience function to set up protobuf logging
6 years ago
matejcik 1e4c1c093e protobuf: improve prettyprint formatting
6 years ago
matejcik eed91db880 protocol: python logging to supersede VerboseWire
6 years ago
matejcik b7c7190573 trezorlib: remove Hash to btc_hash, prepare for moving it away from things
6 years ago
matejcik 325312d11c protobuf: move formatter function to protobuf where it belongs better
6 years ago
matejcik 579adb1871 tests: update to use parse_path
6 years ago
matejcik d106869061 trezorlib: deprecate client.expand_path and move the staticmethod
6 years ago
matejcik 4f66b37f25 tests: update imports after tests.support move
6 years ago
matejcik 603b201ad0 tests: create tests.support module
6 years ago
Tomas Susanka 77766d2d0f tests/device/eth: known/unknown token test
6 years ago
matejcik e0d850df7d protobuf: update generators and messages to be identical with trezor-core
6 years ago
Tomas Susanka 18adf6cc4d tests/stellar: marked as passing on T1
6 years ago
matejcik 5329bc9463
Merge pull request #167 from zulucrypto/stellar
6 years ago
matejcik dd0217c746 protobuf: update trezor-common and messages
6 years ago
matejcik 28264a4fe0 protobuf: improve description of sint_to_uint
6 years ago
matejcik df8c3da1a2 protobuf: properly implement signed types (fixes #249)
6 years ago
matejcik 4c06a613b5 ethereum: do 'int_to_big_endian' conversion manually
6 years ago
Tomas Susanka 6f032456fc tests/device/nem: mosaic with levy test
6 years ago
ZuluCrypto 7128347975
stellar tests - added missing pytest import
6 years ago
ZuluCrypto 5fccc4381b
fix style to match flake8
6 years ago
ZuluCrypto 200b5a71df
Merge remote-tracking branch 'upstream/master' into stellar
6 years ago
ZuluCrypto 2cf6414fa5
stellar - minor cleanup and simplification of some boolean field checks
6 years ago
Tomas Susanka 7cfbe689e8 tests/device/nem: different amounts; note about what is displayed
6 years ago
Tomas Susanka 50e755be46 tests/device/nem: known/unknown mosaics test
6 years ago
Aleksey Popov 8f31422adf lisk: Fix wrong signature in tx tests
6 years ago
ZuluCrypto 49025aad2b
stellar tests - fix imports and indicate that tests are currently expected to fail
6 years ago
ZuluCrypto 61f5e1df61
stellar.py now returns a tuple from parse_transaction_bytes and no longer uses a reserved argument name
6 years ago
ZuluCrypto ea6ced4dae
client.py - refactor Stellar signing loop to make the message flow clearer
6 years ago
ZuluCrypto 94f3f43746
sync with current state of upstream master
6 years ago
ZuluCrypto 1fb521f4cd
client.py updated to use Stellar messages instead of map
6 years ago
ZuluCrypto 73b07a489b
stellar - refactor parser to return protobuf messages instead of map
6 years ago
ZuluCrypto 38647de7f9
client.py - minor style fixes and fix for use of "types.Message" instead of "proto.Message"
6 years ago
matejcik 1008c45100 tests: xfail Lisk tests until trezor-core#90 is merged
6 years ago
Aleksey Popov 45cca15e5f lisk: Add lisk_sign_tx
6 years ago
Aleksey Popov 5e1168c48d lisk: Add lisk_get_publickey
6 years ago
Aleksey Popov 514e808b56 lisk: Add lisk_verify_message
6 years ago
Aleksey Popov d3685639f9 lisk: Add lisk_sign_message
6 years ago
Aleksey Popov 3e742177d2 lisk: Add lisk_get_address method
6 years ago
Aleksey Popov c0418333c1 common: update trezor-common submodule
6 years ago
Tomas Susanka fd16bbfc8e tests: nem mosaics fix
6 years ago
Tomas Susanka 767330aea0 tests: multisig fixes
6 years ago
Peter van Mourik 497f0467cf Added Wanchain support (#230)
6 years ago
Roman Zeyde 892eb41837 tests: add device test for auto-lock delay
6 years ago
Roman Zeyde 0a10b53e3a client: allow setting auto-lock delay
6 years ago
matejcik ab62f5db6f flake8: delete trailing lines
6 years ago
matejcik 928498c666 coins: wrap JSON errors in an ImportError
6 years ago
matejcik bd43363b1c coins: refactor, use data from coins.json instead of hardcoded lists
6 years ago
matejcik c4f38fd740 trezor-common: update to version with Decred Testnet API URL
6 years ago
matejcik 40ff849228 flake8: make flake8 better and more strict
6 years ago
matejcik e3d59eedfb tx_api: drop completely unused Smartbit API
6 years ago
Tomas Susanka edbcd2012d tests/device/nem: multisig tests
6 years ago
Tomas Susanka 891865f948 tests/device/nem: tests fixes due to layout changes
6 years ago
Pavol Rusnak 24dc617f36
disable bcash tests for T2
6 years ago
Jochen Hoenicke e43a62cb03 Updated unit tests for cashaddr. (#195)
6 years ago
Tomas Susanka 0631a0a5b1 tests/device/nem: transfer multiple mosaics
6 years ago
Tomas Susanka 51d9a809bc tests: pytest xfail is used instead of skipping
6 years ago
ZuluCrypto 7eef1df6b0
stellar - added some unit tests
6 years ago
ZuluCrypto 1d722f838a
add Stellar support
6 years ago
ZuluCrypto 0902aefd62
update generated protobuf files with Stellar changes
6 years ago
matejcik 020b298020 tests/device: autodetect Trezor version and skip the appropriate tests automatically
6 years ago
Pavol Rusnak 12c58ce3cc transport: inject info about udev rules into io/os exception
6 years ago
Tomas Susanka 7c08800cb9 tests/device/nem: test files seperated; swiping for t2
6 years ago
Tomas Susanka 6935c0ee7d tests/device/nem: importance transfer test
6 years ago
Tomas Susanka 5ce254c535 tests/device/nem: aggregate modification test
6 years ago
Tomas Susanka 326056b968 tests/device/nem: mosaic supply change test; const fixes
6 years ago
Tomas Susanka 48cb8d0216 tests/device/nem: mosaic creation levy test
6 years ago
Tomas Susanka 3248b47e5b tests/device/nem: mosaic creation properties test
6 years ago
Tomas Susanka 0e108a662f tests/device/nem: mosaic_creation basic test
6 years ago
Tomas Susanka ac51c73365 tests/device/nem: provision_namespace test
6 years ago
matejcik e79026cb4b trezorlib: fix client ctors for `transport` arg
6 years ago
Roman Zeyde bd3d014dd4 Allow specifying 'state' at ProtocolMixin c-tor
6 years ago
Tomas Susanka 5d0b5632b3 nem: missing return fix
6 years ago
Tomas Susanka c4dc6e2c93 tests/device/nem: constants used
6 years ago
Jan Pochyla 8d296ed4c1 tests: add T2 RecoveryDevice test
6 years ago
Tomas Susanka e435175d79 tests/device: nem encrypted payload doesn't ask for confirmation
6 years ago
Tomas Susanka 333343224b tests/device: typos in nem tests
6 years ago
matejcik e4a2946398 nem: fill out address_n properly for nem_sign_tx
6 years ago
Tomas Susanka 93dbdb14c1 tests/device: nem encrypted payload
6 years ago
Jan Pochyla 71dd003637 tests: add T2 ResetDevice test
6 years ago
Jan Pochyla 3e65761395 debuglink: add new fields
6 years ago
matejcik 4b59d9191c flake8: fix complaints in new code.
6 years ago
matejcik 7e1d962799 trezorlib: sign_tx only downloads non-segwit transactions.
6 years ago
matejcik afb3e04c24 trezorlib/protobuf.py: return BytesType from wire as bytes, not bytearray.
6 years ago
matejcik f87d931ce7 trezorlib: factor out NEM to a separate module
6 years ago
Tomas Susanka a5e3d50fb0 tests/device: nem bytes assert
6 years ago
matejcik 6efe4e4418 trezorlib/messages: regenerate messages with new pb2py
6 years ago
Pavol Rusnak 35aadfd32f
update protobuf
6 years ago
Pavol Rusnak a0dd3ee502
trezorctl: add passphrase_source handling to apply_settings
6 years ago
Pavol Rusnak 3ac96f5b00
update protobuf
6 years ago
Roman Zeyde ab5e4eee34 tests: add test_msg_getecdhsessionkey.py (#233)
6 years ago
matejcik 6b51228090 use binascii.hexlify instead of bytearray.hex (which doesn't exist in python < 3.5)
6 years ago
matejcik 5edcea9ba6
transport: fix all_transports when required modules are missing (#232)
6 years ago
Tomas Susanka 89eac8f157 tests/device: more Bitcoin Gold tests
6 years ago
Tomas Susanka 869af4498b tests/device: Bitcoin Gold tests
6 years ago
Pavol Rusnak 683f383e90
tests: fix test_msg_getpublickey_curve.py (don't try public derivation for ed25519)
6 years ago
matejcik d8c9c970f5 flake8: clean up imports from last commit
6 years ago
matejcik dd052d07b0 better getch() functions, fixed windows version (fixes #207)
6 years ago
matejcik c0d2af557c further cleanup of normalize_nfc usage
6 years ago