Commit Graph

573 Commits (97ce804cb7cb698c936703ce422679e22d82548e)
 

Author SHA1 Message Date
slush0 97ce804cb7 Pipe w/ trezor1-emu works
UDP write to trezor2-emu works, reads to be tested
8 years ago
slush0 e8f76ebd03 WIP 8 years ago
slush0 b0e39b571a Merge pull request #64 from jhoenicke/unit
Update Unit Tests, added SetU2FCounter and debug mem functions
8 years ago
Jochen Hoenicke d5daf1d2f0
Fixed unit tests (also for Python 3)
Removed old unit tests for non-implemented functions (SimpleSignTx, Ecies).
8 years ago
Jochen Hoenicke eac9c99e32
Bug fixes
- Ignore u2f interface instead of failing.
- Fix set_mnenomic in debug client
- Don't encode utf-8 mnenomics to byte arrays.
8 years ago
Jochen Hoenicke e51fb2078f
new message SetU2FCounter 8 years ago
Jochen Hoenicke c81cd11253
command line tool to read/write memory 8 years ago
Jochen Hoenicke c388d0837c
New debug messages 8 years ago
slush0 def164fbd4 Fixed typo in set_mnemonic 8 years ago
Pavol Rusnak f9d82511f2
bump version 8 years ago
Pavol Rusnak 73864e2979
determine hid version 8 years ago
Pavol Rusnak d2b8f51a07
add initial bash_completion script 8 years ago
Pavol Rusnak b497cffb1d
whitespace 8 years ago
Pavol Rusnak 3fc42a8bff
update protobuf 8 years ago
Pavol Rusnak afe2cb450b Merge pull request #63 from romanz/master
Add ECDH support to Python client
8 years ago
Roman Zeyde f60c42cd94 Add ECDH support to client 8 years ago
Roman Zeyde bc13f8f0a0 Update protobuf definitions for ECDH support 8 years ago
Pavol Rusnak 84dab0faae
update install section 8 years ago
Pavol Rusnak f2c35e9d13
show usage if run outside of extfs context 8 years ago
Pavol Rusnak 6696dcb985 Merge pull request #62 from Arachnid/ethereum_send_tx
Implement ethereum_send_tx
8 years ago
Nick Johnson 8d2f33d8b5 Implemented ethereum_send_tx 8 years ago
Pavol Rusnak 4d0d3af4e7 Merge pull request #61 from Arachnid/ethereum
Implement ethereum_sign_tx
8 years ago
Nick Johnson 0c3449298c Implement ethereum_sign_tx 8 years ago
Pavol Rusnak 3a108ee8a5
fix pylint warnings 8 years ago
Pavol Rusnak cbbd7004a8 Merge pull request #60 from Arachnid/ethereum
Add support for get_ethereum_address to trezorlib and trezorctl
8 years ago
Nick Johnson 593406ef46 Rename to ethereum_get_address, use binascii.hexlify 8 years ago
Pavol Rusnak 7a3a45321c
import requests just in firmware_update function 8 years ago
Nick Johnson 67bd1c223e Add support for get_ethereum_address to trezorlib and trezorctl. 8 years ago
Nick Johnson 1dce3088f3 Update PB for Ethereum message types 8 years ago
Pavol Rusnak a59eb22bcd
use env for python 8 years ago
Pavol Rusnak 54c8bfd1d4
import print function from future 8 years ago
Pavol Rusnak 1fe94e7fa5
more python3 fixes 8 years ago
Pavol Rusnak 021389efe8
more fixes 8 years ago
Pavol Rusnak 52ad4e9f0d
update get_public_key and get_address tests to reflect reality 8 years ago
Pavol Rusnak fdc3cff1d6
use requests instead of urllib mess 8 years ago
Pavol Rusnak 61579deff6
update signidentity tests 8 years ago
Pavol Rusnak f7cc1cd3a1
remove FIXME :) 8 years ago
Pavol Rusnak de9b10fd90
more python3 stuff 8 years ago
Roman Zeyde c567ceec94
transport_hid: fix buffer handling for Python 3 8 years ago
slush0 64fadde3e0
Passes first unit tests (against trezor-emu over transport_pipe).
WIP: Issue with console printing of protobuf messages (probably bug in protobuf for python3 itself).
WIP: Disabled Bridge transport because of json_protobuf incompatibility with python3.
WIP: Broken expectations of returned objects in unit tests
8 years ago
slush0 6ec2ff3eac
Preparation for python3 support (WIP) 8 years ago
Pavol Rusnak 79a64abd24
Merge branch 'master' of github.com:trezor/python-trezor 8 years ago
slush0 ab514b6bb5 Fixed UDP transport 8 years ago
Pavol Rusnak 828026dd40
Merge branch 'segwit' of github.com:jhoenicke/python-trezor 8 years ago
Pavol Rusnak ec870f3a57
update protobuf, disable filecache 8 years ago
Pavol Rusnak 146ff56253
add link to gitter 8 years ago
Pavol Rusnak 7097d1aed6 update setup.py to also accept protobuf 3.x 8 years ago
Jochen Hoenicke 5b62fe32da Test program that signs big transaction 8 years ago
Jochen Hoenicke aa3392fa7c SegWit support 8 years ago
Jochen Hoenicke ead2781aff added --curve argument for get_public_node 8 years ago