Commit Graph

582 Commits (16b6289c506345889efc7bb1aebeaf5c6a5173f6)
 

Author SHA1 Message Date
Pavol Rusnak eb69431651 Merge pull request #39 from reiven/master
Add information to README on how to enter scrambled pin
9 years ago
Federico Reiven c9aecdb15c Add information to README on how to enter scrambled pin 9 years ago
Pavol Rusnak 6f975532c0 Merge pull request #38 from romanz/ssh-agent
update protobuf with ECDSA curve selection
9 years ago
Roman Zeyde b155b83ca5 update protobuf with ECDSA curve selection 9 years ago
Pavol Rusnak d8f3a47eaf cleanup and release 0.6.5 9 years ago
Pavol Rusnak 05bdc56a8b release 0.6.4 9 years ago
Pavol Rusnak 16c07561b5 don't assign tx_api when not needed 9 years ago
Pavol Rusnak 83b1b86f95 Update hashbang to use /usr/bin/env python 9 years ago
Pavol Rusnak 99f58ac25d Merge pull request #37 from mdance/master
Update hashbang to use /usr/bin/env python
9 years ago
Michael Dance d995059656 Update hashbang to use /usr/bin/env python 9 years ago
slush0 591ac01b75 Merge pull request #36 from mdance/patch-2
Update hashbang to use /usr/bin/env python in helloworld.py
9 years ago
Pavol Rusnak 7dc8b6aa8f Merge pull request #35 from mdance/patch-1
Update hashbang to use /usr/bin/env python
9 years ago
Michael Dance c28bf68740 Update hashbang to use /usr/bin/env python
Please use the /usr/bin/env python hashbang in order to properly detect alternative python installations (like those installed through homebrew on a mac).
9 years ago
Michael Dance dae4424fca Update hashbang to use /usr/bin/env python
Please use the /usr/bin/env python hashbang in order to properly detect alternative python installations (like those installed through homebrew on a mac).
9 years ago
Pavol Rusnak 04bc56e048 Merge pull request #34 from jhoenicke/master
insight api: use hex code
9 years ago
Jochen Hoenicke 337fe029fd insight api: use hex code
The insight api transaction parser used to look at the assembly to
reconstruct the input and output scripts.  This patch changes it to
use the hex input directly.  This fixes parsing some instructions with
unknown opcodes (e.g. multisig inputs with "0" opcode).
9 years ago
Pavol Rusnak bf539f0b47 split xprv unit test into two 9 years ago
Pavol Rusnak fdbdb527dc add test for encrypted xprv 9 years ago
Pavol Rusnak e2a8f08581 add local version of filecache (used just for unittests), cache globally (to tmpdir) 9 years ago
Pavol Rusnak 17f3942f77 remove images 9 years ago
Pavol Rusnak 9954514c76 Merge pull request #33 from jhoenicke/master
Don't spam the usb.
9 years ago
Jochen Hoenicke 6cedf149d2 Don't spam the usb.
The connected logic was flawed.  After 10 s it would continuously
check if the device is still connected.  Now, we reset the timer
after every check.
9 years ago
slush0 2f2ffd5239 Minor fixes of firmware_update 9 years ago
slush0 4ffadc2216 trezorctl firmware_update: allow updating from URL, detects hex and converts to binary 9 years ago
Pavol Rusnak c47065fb11 Merge branch 'master' of github.com:trezor/python-trezor 9 years ago
Pavol Rusnak 95817eb5d3 adapt to SLIP-0013 9 years ago
Pavol Rusnak ddef895647 Merge pull request #30 from ywecur/patch-1
Add ’git‘ to list of programs to install under Debian-Ubuntu
9 years ago
ywecur 33a913d951 Add ’git‘ to list of programs to install under Debian-Ubuntu 9 years ago
Pavol Rusnak 66cf46d7c5 Merge pull request #29 from jhoenicke/master
Verify the localback.net certificate
9 years ago
Jochen Hoenicke 6f59de799a Verify the localback.net certificate 9 years ago
Pavol Rusnak 690702063c Merge pull request #28 from jhoenicke/master
Use right URL for bridge and keep-alive connection
9 years ago
Jochen Hoenicke 9107aab76a Use right URL for bridge and keep-alive connection
The bridge is using https with a certificate signed for localback.net.

Use a session object (self.conn) to keep connection alive and
prevent costly ssl handshakes for every call.
9 years ago
Pavol Rusnak e523d34596 Merge pull request #27 from nelisky/insight_tx-fixes
Insight tx fixes
9 years ago
nelisky f3b7629a4f Prevent floating point issues when pushing output amount 9 years ago
nelisky e4429242aa Allow insight_tx to be passed a dict object instead of an url 9 years ago
Pavol Rusnak f74d31788c old PIN -> current PIN 9 years ago
Pavol Rusnak 45d9955bc2 speed up communication 9 years ago
Pavol Rusnak 049166d6c9 disable filecache by default 9 years ago
Pavol Rusnak 3358906c65 add trezorctl to package and bump version 9 years ago
Pavol Rusnak 06ed6a27a7 rename cmdtr.py to trezorctl (but keep symlink for now) 9 years ago
Pavol Rusnak 109cca5ab3 fix _customPrintFieldValue 9 years ago
Pavol Rusnak 68ef2d2262 implement SignIdentity/SignedIdentity 9 years ago
Pavol Rusnak a996573c81 update pb 9 years ago
Pavol Rusnak 812184ecec add kocicka.png 9 years ago
Pavol Rusnak 870da7aa17 don't try to change 2 things using apply_settings in unit test 9 years ago
Pavol Rusnak 62aff7a22a adapt tests to reflect reorder change 9 years ago
Pavol Rusnak c77dd236e7 add homescreen call to cmdtr.py 10 years ago
Pavol Rusnak 11e7f21ac3 nicer image in homescreen test 10 years ago
Pavol Rusnak e42cfe365f use better image for test 10 years ago
Pavol Rusnak 686b8cc4b8 update protobuf, introduce homescreen 10 years ago