Commit Graph

25 Commits (master)

Author SHA1 Message Date
Jochen Hoenicke d5daf1d2f0
Fixed unit tests (also for Python 3)
Removed old unit tests for non-implemented functions (SimpleSignTx, Ecies).
8 years ago
Pavol Rusnak 3a108ee8a5
fix pylint warnings 8 years ago
Pavol Rusnak fdc3cff1d6
use requests instead of urllib mess 8 years ago
slush0 64fadde3e0
Passes first unit tests (against trezor-emu over transport_pipe).
WIP: Issue with console printing of protobuf messages (probably bug in protobuf for python3 itself).
WIP: Disabled Bridge transport because of json_protobuf incompatibility with python3.
WIP: Broken expectations of returned objects in unit tests
8 years ago
slush0 6ec2ff3eac
Preparation for python3 support (WIP) 8 years ago
Pavol Rusnak 828026dd40
Merge branch 'segwit' of github.com:jhoenicke/python-trezor 8 years ago
Pavol Rusnak ec870f3a57
update protobuf, disable filecache 8 years ago
Jochen Hoenicke aa3392fa7c SegWit support 8 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 e2a8f08581 add local version of filecache (used just for unittests), cache globally (to tmpdir) 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 049166d6c9 disable filecache by default 9 years ago
slush0 bd7c575be3 Fixed testnet URL 9 years ago
Pavol Rusnak 399deeee67 add tests for multisig tx change confirmation 10 years ago
Pavol Rusnak 87d3688ed7 update bitcore to insight in tx_api.py 10 years ago
slush0 4e963cfd3c Fixed handling of coinbase tx 10 years ago
slush0 ff77261a61 Fixed bin_output 10 years ago
Pavol Rusnak 60df691bb2 make txapi class more universal 10 years ago
Pavol Rusnak c3f74420a4 add OP_EQUAL to txapi parser 10 years ago
Pavol Rusnak 0ca0594077 parse sequence in txapi as well 10 years ago
Pavol Rusnak 49eec8b78e txapi cleanup 10 years ago
Pavol Rusnak 7a1e2827c8 check for known scriptPubKey asm 10 years ago
Pavol Rusnak 38ed16934f use bitcore for tx api 10 years ago
Pavol Rusnak 860aa753c9 put TXAPIs into one location 10 years ago