python-trezor/trezorlib
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).
2015-05-10 16:11:03 +02:00
..
qt add trezorlib/qt/__init__.py 2014-07-30 21:05:13 +02:00
__init__.py Refactored code to follow trezor-common structures 2013-12-16 18:14:58 +01:00
ckd_public.py Reflects changes in multisig API: Pass HDNodeType+address_n instead of pubkeys 2014-12-12 22:19:30 +01:00
client.py old PIN -> current PIN 2015-02-28 14:06:23 +01:00
debuglink.py rename word variables in DebugLinkState message 2014-03-07 17:38:38 +01:00
filecache.py add local version of filecache (used just for unittests), cache globally (to tmpdir) 2015-05-07 18:29:38 +02:00
mapping.py cleanup protobuf mess 2013-12-16 17:40:25 +01:00
messages_pb2.py update pb 2015-02-20 16:47:23 +01:00
protobuf_json.py fix protobuf_json while handling enums 2014-07-26 17:15:12 +02:00
tools.py fix _customPrintFieldValue 2015-02-21 12:52:01 +01:00
transport_bridge.py Verify the localback.net certificate 2015-03-05 11:15:53 +01:00
transport_fake.py add transport for bridge 2014-07-26 16:40:51 +02:00
transport_hid.py Don't spam the usb. 2015-04-29 19:31:48 +02:00
transport_pipe.py add transport for bridge 2014-07-26 16:40:51 +02:00
transport_serial.py add transport for bridge 2014-07-26 16:40:51 +02:00
transport_socket.py add transport for bridge 2014-07-26 16:40:51 +02:00
transport.py Document Transport class 2014-08-26 13:54:06 +00:00
tx_api.py insight api: use hex code 2015-05-10 16:11:03 +02:00
types_pb2.py update pb 2015-02-20 16:47:23 +01:00