Commit Graph

45 Commits (f87d931ce72d018acab84d454ff5729bd8094288)

Author SHA1 Message Date
Tomas Susanka 869af4498b tests/device: Bitcoin Gold tests
6 years ago
脇山P 4cbf74f789 Support monacoin (#215)
6 years ago
Anton Kolesnyk a8cd90c3ad Add varying url to broadcast tx, depending on the api
7 years ago
Anton Kolesnyk 28c9820b3d Fixes for BlockCypher API and Dogecoin.
7 years ago
Pavol Rusnak 6b31ac9753
fix typo
7 years ago
Anton Kolesnyk 956d5e7149 Add sign_tx support for Dogecoin
7 years ago
Saleem Rashid 9229f8b80a coins: Add Decred Testnet
7 years ago
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation
7 years ago
Jochen Hoenicke 69067c9280 Parse json floats as string
7 years ago
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Pavol Rusnak 23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy
7 years ago
Pavol Rusnak 33f274d145
style: use flake8
7 years ago
Pavol Rusnak e7a56899c6
more python3 compatibility
7 years ago
mruddy 72ab93bd87 add a tx signing tool that handles bitcoin, testnet, and litecoin
7 years ago
mruddy b29331ca40
fix UnboundLocalError cache_file referenced before assignment (#102)
7 years ago
Pavol Rusnak 06cedd2150
move device (=TREZOR) tests to tests/device_tests, create tests/unit_tests for unit tests
8 years ago
Pavol Rusnak ec966a0111
rename txcache files to json
8 years ago
Pavol Rusnak 0bba092741
add LGPLv3 headers to sources files
8 years ago
Pavol Rusnak 046ced3f81
rework txapi class to use local cache, add txcache fixtures
8 years ago
Pavol Rusnak 22faa4cafa
add msg_signtx_zcash unittest
8 years ago
Jochen Hoenicke d5daf1d2f0
Fixed unit tests (also for Python 3)
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).
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
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
10 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