Commit Graph

134 Commits (d3df313442dbaa2a84f5950fd2a137f17e5982fe)
 

Author SHA1 Message Date
slush0 4530dc3684 All current tests passed 11 years ago
slush0 d273cdf86b Added unit tests for BTC, tBTC & LTC address generation 11 years ago
slush0 c514fe3edd Binary pb2 file 11 years ago
slush0 8d100bee0c Implemented ApplySettings, removed SetMaxFeeKb 11 years ago
slush 31aa66e1a2 Binary protofile 11 years ago
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 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 11 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