Commit Graph

727 Commits

Author SHA1 Message Date
Pavol Rusnak bf1c580d85
bump version 2017-06-18 23:41:15 +02:00
Pavol Rusnak 65985b30f3
bump requirements for protobuf to 3.1.0 2017-06-18 23:19:15 +02:00
Pavol Rusnak de2f9e7c14
protob: regenerate, fix using old failure codes 2017-06-18 23:18:23 +02:00
Roman Zeyde e33f4d7612 Add 'requests' dependency 2017-06-15 16:51:28 +02:00
Pavol Rusnak 348db51775
add trezorctl to readme 2017-06-14 18:23:14 +02:00
Pavol Rusnak 4874f117f5
use travis-tox 2017-06-13 15:43:14 +02:00
Roman Zeyde 2e85aa6587 Add a test for running 'compileall' over trezorlib package 2017-06-13 15:16:12 +02:00
Roman Zeyde a2db5a57f2 Fix client.py and protobuf_json.py for Python 3 support 2017-06-13 15:16:12 +02:00
Pavol Rusnak 9f90179bef
update travis notification url 2017-06-12 14:38:07 +02:00
Pavol Rusnak e39021d7fd
add wire_tiny, wire_bootloader options 2017-05-29 14:07:48 +02:00
Pavol Rusnak 9311a45e97
refactor txhash ids 2017-05-15 14:14:45 +02:00
Pavol Rusnak a96fdd86be
fix test_msg_signtx.test_fee_too_high 2017-05-15 12:09:48 +02:00
Pavol Rusnak f484f69f88
move native segwit tests to segwit_native.py files (they fail now) 2017-05-13 00:59:39 +02:00
Pavol Rusnak 318355a896
update protobuf 2017-05-12 22:47:46 +02:00
Pavol Rusnak 5ffc2a1d7f
tests: split xprv loading into separate test 2017-05-08 22:15:24 +02:00
Pavol Rusnak 530954acdc
update test_msg_getentropy.py 2017-05-08 22:10:47 +02:00
Pavol Rusnak 6f092f323b
add new txcache files 2017-05-07 00:47:23 +02:00
Pavol Rusnak dbe95dc3cc
add setuptools requirement to travis.yml 2017-05-07 00:46:47 +02:00
Pavol Rusnak 91ffca595b
rework multisig tests to specify external outputs via address, not multisig structure 2017-05-06 19:58:21 +02:00
Pavol Rusnak 5fc76709b3
revert part of last commit 2017-05-04 18:10:17 +02:00
Jochen Hoenicke f9cd5da505
Segwit: Fixed Unittests and new tests.
- Wrong BIP-32 path in change address leads to ButtonRequest.
- Add tests for change address with segwit and correct bip32 path.
2017-05-03 19:16:47 +02:00
Jochen Hoenicke 1bee5f4de7
Segwit: Unit tests for getaddress 2017-05-03 19:16:46 +02:00
Jochen Hoenicke 0b4d56842e
Segwit: Added unit tests for multisig 2017-05-03 19:16:46 +02:00
Pavol Rusnak 2363db721a
fix stderr.write to use bytes 2017-05-03 17:50:37 +02:00
Pavol Rusnak 91222b4687
tests/config: fix usb hid logic 2017-05-03 17:35:49 +02:00
Pavol Rusnak 5860207e68
Revert "test_msg_signidentity: ed25519 pubkey starts with 1 not 0"
This reverts commit 30b13dba58.
2017-05-03 17:27:02 +02:00
Pavol Rusnak 4cba191997
fix logic in device tests config 2017-04-25 17:04:59 +02:00
Pavol Rusnak 58faa02263
print info on skipping transports 2017-04-25 16:55:59 +02:00
Pavol Rusnak e9958d115f
travis: add python 3.6 build 2017-04-25 16:50:56 +02:00
Pavol Rusnak 0840117033
update pipe_exists function 2017-04-25 16:47:30 +02:00
Pavol Rusnak 4999056678
make device tests work without hid 2017-04-25 16:37:27 +02:00
Pavol Rusnak 9c744a1c3d
fix test_msg_signtx.test_fee_too_high (make fee higher) 2017-04-25 15:50:00 +02:00
Peter Banik 44b51af1d8 -c <coin> CLI argument (#110) 2017-04-24 16:31:18 +02:00
Peter Banik a99e29a05f
Added coin_name argument to get_public_node and trezorctl (#108) 2017-04-21 19:23:59 +02:00
Peter Banik ca1d3e5f39 Added Decred to coin list (#109) 2017-04-21 19:14:04 +02:00
Tomas Rojas 637d45b196 Configure Bridge only once per process (#107)
This saves a lot of time on requests retrieving config_signed.bin and
reconfiguring the bridge for every device enumeration or transport
instantiation.
2017-04-20 13:16:15 +02:00
Pavol Rusnak 3cb4118850
bump version 2017-04-19 14:20:48 +02:00
Pavol Rusnak 504db8283b
add version and lock_time attributes to sign_tx function 2017-04-19 14:19:26 +02:00
Pavol Rusnak 30b13dba58
test_msg_signidentity: ed25519 pubkey starts with 1 not 0 2017-04-16 22:05:55 +02:00
Pavol Rusnak bee9af1f90
use v1 transport for T2 bootloader (for now) 2017-04-12 17:54:34 +02:00
Pavol Rusnak 29348f4098
add new firmware update method, update protobuf 2017-04-12 14:11:42 +02:00
Pavol Rusnak dccc1b08ed
update requirement for hidapi to 0.7.99.post20 2017-03-06 12:02:49 +01:00
Pavol Rusnak 4758eb7b07
add more coins to coin expansion 2017-03-04 16:20:38 +01:00
mruddy 3ccc412de4
add tool to aid in rng testing and evaluation (#104) 2017-02-28 19:11:28 +01:00
Pavol Rusnak 5e1526d286
refactor tx_sign_tool.py 2017-02-26 17:11:31 +01:00
mruddy 72ab93bd87 add a tx signing tool that handles bitcoin, testnet, and litecoin 2017-02-26 16:44:49 +01:00
mruddy b29331ca40
fix UnboundLocalError cache_file referenced before assignment (#102) 2017-02-26 16:38:56 +01:00
Pavol Rusnak 127d76a913
enable/disable passphrase protection via trezorctl 2017-02-23 11:56:54 +01:00
mruddy 3e8122ba28 bump version to 0.7.11 (#100) 2017-02-22 15:39:07 +01:00
Pavol Rusnak 18bd3e6197
update mnemonic requirement 2017-02-22 15:07:58 +01:00