Commit Graph

519 Commits (700bfdeee5604f45bc39a780e7480aaad3cca821)
 

Author SHA1 Message Date
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 9 years ago
Pavol Rusnak 11e7f21ac3 nicer image in homescreen test 9 years ago
Pavol Rusnak e42cfe365f use better image for test 9 years ago
Pavol Rusnak 686b8cc4b8 update protobuf, introduce homescreen 9 years ago
Pavol Rusnak d83926fb13 add failing test to test_op_return 9 years ago
Pavol Rusnak 85d8fa90c8 update protobuf, enable OP_RETURN 9 years ago
Pavol Rusnak 657a008e0c python-trezor is LGPLv3 9 years ago
slush0 2533a52df5 version 0.6.0 9 years ago
slush0 bb4d21ba65 Added feature check 9 years ago
Pavol Rusnak 83e8655ece Merge pull request #23 from runn1ng/patch-1
Update README.rst
9 years ago
Karel Bílek 7f4f15fb32 Update README.rst 9 years ago
Pavol Rusnak 1daf603135 increase range for bip32 caching test 9 years ago
slush0 018a347aca Added test of DerivationCache 9 years ago
slush0 bd7c575be3 Fixed testnet URL 9 years ago
Pavol Rusnak 7f222e3c1e update pb 10 years ago
Pavol Rusnak 399deeee67 add tests for multisig tx change confirmation 10 years ago
Pavol Rusnak a51a530dbc cleanup multisig test 10 years ago