Commit Graph

279 Commits (0a2e1b66c9bd930351a5e9f34e8d2c0d60966cc9)
 

Author SHA1 Message Date
slush 0176c60d2a Version 0.1 of proto file 11 years ago
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.
test_basic.py passes succesfully, others will come soon...
11 years ago
slush 5b214bbed2 Removed OTP constructs.
Implements PinMatrix.
Codebase now reflects latest protobuf changes
11 years ago
slush 5db17b3a6d Proper loading of trezor_pb2.py 11 years ago
slush ce7e6fbb50 Synchronized protobuf,
compiled protobuf moved from bitkey_pb2.py to trezor_pb2.py
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 12 years ago
slush 0af7a672f0 Updated protobuf files 12 years ago
slush 29bd7a10f8 Tests fixed to work with latest sources 12 years ago
slush 4b9a6675c7 SignTx test 12 years ago
slush a6f0657de7 Fixes workflow for failed test 12 years ago
slush d363c2448d Removed 'algorithm' from protobuf 12 years ago
slush ea3c8eaef0 Refactored protobuf 12 years ago
slush d0bc74ff21 Removed algorithm switching 12 years ago
slush 1ae4ab42f8 Refactored protobuf 12 years ago
slush d0708f323b Merge branch 'master' of github.com:slush0/bitkeylib-python 12 years ago
slush 5f381bd936 Enabled HID transport, 'list' command enumerates HID devices 12 years ago
slush 5d1e1a79ae Working HID transport 12 years ago
Pavol Rusnak 8cd7c1aa0a add gitignore 12 years ago
slush a2ad820ac1 Removed unused FakeRead 12 years ago
slush c0d267e7d8 Fixes reading of message headers 12 years ago
slush 41b706d56a HID transport 12 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
Basic signtx unit test
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
Implemented get_address, get_master_public_key and some other basic commands
12 years ago
slush 9d7e55ea30 Implemented get_address API 12 years ago