Commit Graph

978 Commits (python/v0.9.1)
 

Author SHA1 Message Date
slush e41387c6e4 Removed OTP and PIN handling in cmd.py
11 years ago
slush 682578f1ad Added padding to HID messages
11 years ago
slush 813fb233a1 Added session depth
11 years ago
slush 8e5abb560e Fixed imports
11 years ago
slush bdfe3fd4ae Removed 'random' field from signing transaction, because of deterministic ECDSA signing
11 years ago
slush 3e39a4c267 test_addresses.py passed (although it uses Electrum algo, not BIP32)
11 years ago
slush 702460d153 Protect call test passed!
11 years ago
slush 6fe26c26e4 Fix PIN handling
11 years ago
slush cb594df790 Updated test structure to comply with latest changes.
11 years ago
slush 5b214bbed2 Removed OTP constructs.
11 years ago
slush 5db17b3a6d Proper loading of trezor_pb2.py
11 years ago
slush ce7e6fbb50 Synchronized protobuf,
11 years ago
slush b01c49715e Mapping reflects latest changes in protobuf file
11 years ago
slush cc37fbaa5f Protocol has been heavily modified, check trezor-emu for further details
11 years ago
slush 1fa4f1eb81 Test if USB device is presented
11 years ago
slush 8f42da3fcc Use first USB device by default
11 years ago
slush b120043fcc Fixed load_device
11 years ago
slush 0af7a672f0 Updated protobuf files
11 years ago
slush 29bd7a10f8 Tests fixed to work with latest sources
11 years ago
slush 4b9a6675c7 SignTx test
11 years ago
slush a6f0657de7 Fixes workflow for failed test
11 years ago
slush d363c2448d Removed 'algorithm' from protobuf
11 years ago
slush ea3c8eaef0 Refactored protobuf
11 years ago
slush d0bc74ff21 Removed algorithm switching
11 years ago
slush 1ae4ab42f8 Refactored protobuf
11 years ago
slush d0708f323b Merge branch 'master' of github.com:slush0/bitkeylib-python
11 years ago
slush 5f381bd936 Enabled HID transport, 'list' command enumerates HID devices
11 years ago
slush 5d1e1a79ae Working HID transport
11 years ago
Pavol Rusnak 8cd7c1aa0a add gitignore
11 years ago
slush a2ad820ac1 Removed unused FakeRead
11 years ago
slush c0d267e7d8 Fixes reading of message headers
11 years ago
slush 41b706d56a HID transport
11 years ago
slush 43c2d9b042 load_device moved to debuglink
12 years ago
slush 235aaf7768 Added link to homepage
12 years ago
slush 9a56af5dcb Refactored messages TxInput/TxOutput
12 years ago
slush 53ffe3b755 Fixed address_n
12 years ago
slush 5f0bf64bfa Messages TxInput and TxOutput refactored to TxRequest
12 years ago
slush 83aa0e6e66 UUID is exactly 9 bytes long
12 years ago
slush 29de33fa98 Data for testing private key generation
12 years ago
slush ca94e682d3 Unit test for Electrum address generation
12 years ago
slush 2730631e6d Implemented responder for signing
12 years ago
slush 80e25b1410 Removed unnecessary import in test_protect_call
12 years ago
slush db26da19a9 Fixed protobuf, int32 instead of uint32 in InputRequest
12 years ago
slush 1e6588e28f Test for protect_call
12 years ago
slush 1c78397c1b ButtonAck sent over recursion call, like other *Ack
12 years ago
slush 9b4359fe01 Refactored tests, added common.BitkeyTest
12 years ago
slush 4aafd2deff Stub for protect_call tests
12 years ago
slush ca78da632d Fixed DebugLink handling
12 years ago
slush 9d7e55ea30 Implemented get_address API
12 years ago
slush 842720052a Better exception handling
12 years ago