Commit Graph

  • 972459281b Fixing Bitcoin usage & adding note this is non-SegWit Jonathan Cross 2017-11-07 13:55:21 +0100
  • a5fc76d8c9
    don't use generic Exception, but rather specific subclass Pavol Rusnak 2017-11-06 11:09:54 +0100
  • 1ab602423c
    requirements: add pyblake2 Pavol Rusnak 2017-11-04 01:18:19 +0100
  • ebb9540ac2 Added unit tests for sign/verifymessage bech32 Jochen Hoenicke 2017-11-01 22:18:09 +0100
  • 6d74c6c9df Updated segwit_native tests to bech32 and python3 Jochen Hoenicke 2017-10-31 18:02:59 +0100
  • cc9ddcbc12 device_tests: wrap tests in a session Jan Pochyla 2017-10-31 17:04:27 +0100
  • fcd793e6e4 transport_hid: force V1 transport with env var Jan Pochyla 2017-10-31 13:51:13 +0100
  • 6a777788ab
    trezorctl: use better detection if raw_input replacement is needed Pavol Rusnak 2017-10-25 21:33:33 +0200
  • cef2ba0129
    flake: silence some new warnings Pavol Rusnak 2017-10-24 01:00:08 +0200
  • 23d75bfc10
    trezorctl: sign_tx command based on tx_sign_tool by mruddy Pavol Rusnak 2017-09-16 00:05:47 +0900
  • 54426761c6
    fix transport_hid for python2 Pavol Rusnak 2017-10-23 17:28:01 +0200
  • fb648a241e Add instructions for FreeBSD users Emanuel Haupt 2017-10-12 07:50:13 +0200
  • 0f722c1991
    tests: add device test for CoSi Pavol Rusnak 2017-10-04 00:37:45 +0200
  • 5057e022c0
    trezorlib: move ed25519cosi and ed25519raw from trezor-core Pavol Rusnak 2017-10-04 00:37:45 +0200
  • a71c33d123
    trezorctl+client: add support for CoSi commit/sign Pavol Rusnak 2017-10-03 16:45:42 +0200
  • 54df69a407 client.py: matrix recovery info: mention backspace bithobbes 2017-09-13 10:13:21 +0200
  • 66ba2c20c0 transport: add TransportException Jan Pochyla 2017-09-05 17:15:00 +0200
  • ac0184413d transport_hid: refcount for hid handle Jan Pochyla 2017-09-05 17:10:58 +0200
  • dffa93bee3
    fix last commit (newline eof) Pavol Rusnak 2017-09-04 17:40:15 +0200
  • b60ab51f9b transport_hid: more strict interface detection Jan Pochyla 2017-09-04 17:30:07 +0200
  • 2a3f613242
    hid: fix product_ids for v2 Pavol Rusnak 2017-09-04 14:31:15 +0200
  • 52f96b3792 transport_hid: raise on missing debuglink Jan Pochyla 2017-09-04 13:44:19 +0200
  • 259a61878b tools: update to new transport api Jan Pochyla 2017-09-04 13:36:31 +0200
  • 8202971109 rework lazy connecting in client Jan Pochyla 2017-09-04 13:36:08 +0200
  • 051f8e961b protocol: 2/3 compat fixes Jan Pochyla 2017-09-04 11:44:33 +0200
  • 3d3c2a29d0 client: add missing close method Jan Pochyla 2017-09-04 11:30:34 +0200
  • c805284a86 tests: fix client init Jan Pochyla 2017-09-04 11:22:41 +0200
  • 02437d166a fix v1 protocol mruddy 2017-09-03 11:53:15 -0400
  • c20cea6389
    setup: add missing files Pavol Rusnak 2017-09-03 19:15:34 +0200
  • 29a145154f device_tests: Add test_msg_nem_getaddress Saleem Rashid 2017-09-03 14:45:19 +0100
  • eb1d66e27f trezorlib: Add nem_get_address Saleem Rashid 2017-09-03 14:35:22 +0100
  • 4f5d9c4323 device_tests: Add test_msg_nem_signtx Saleem Rashid 2017-09-03 14:15:13 +0100
  • 58b56bead6 trezorctl: Add nem_sign_tx Saleem Rashid 2017-07-01 14:43:33 +0100
  • 991d367416 trezorlib: Update Protocol Buffers Saleem Rashid 2017-07-01 17:06:31 +0100
  • 888a1edafa fix style Jan Pochyla 2017-08-24 14:41:31 +0200
  • bc42eb68d6 transports: refactor, split protocol code Jan Pochyla 2017-08-24 14:29:27 +0200
  • 7019438a49 Make -n/--address parameter required. Jochen Hoenicke 2017-08-19 13:05:40 +0200
  • a4a7aa8d85
    trezorctl: fix hexlify calls on python3 Pavol Rusnak 2017-08-17 21:18:49 +0200
  • e3c7146a80 tests: add multisig marker Jan Pochyla 2017-08-15 17:33:11 +0200
  • 5cfa973a78 Fixed white-spaces Jochen Hoenicke 2017-08-13 18:01:43 +0200
  • 600bcba69c Updated unit tests for BitcoinCash Jochen Hoenicke 2017-08-12 21:10:12 +0200
  • 29f29626fc Added multisig test Jochen Hoenicke 2017-07-29 22:03:30 +0200
  • ff157264a2
    trezorctl: print message name to output Pavol Rusnak 2017-08-09 00:52:52 +0200
  • 8a663f7ec3
    tests: rename BCC to BCH, Bitcoin Cash to Bcash Pavol Rusnak 2017-07-31 15:29:11 +0200
  • 32fa08f38b
    tests: remove estimate_tx_size Pavol Rusnak 2017-07-31 14:00:26 +0200
  • b6dc73ce9c
    tests: fix bytes/str problem in test_msg_ethereum_signtx Pavol Rusnak 2017-07-31 13:56:25 +0200
  • b469519e26 client: fix matrix recovery, use named enums, use isdigit(), ignore broken E721 test Saleem Rashid 2017-07-31 12:35:31 +0100
  • 81d5170c10
    tests: start rewriting device tests to pytest Pavol Rusnak 2017-07-28 18:07:20 +0200
  • 8a1d211ee9
    tests: fix flake8 errors Pavol Rusnak 2017-07-28 16:07:50 +0200
  • 6df01fbfa3 TransportV2: adapt to recent changes Jan Pochyla 2017-07-24 17:24:06 +0200
  • 5309baf48e
    tests: reduce unhexlify reuse Pavol Rusnak 2017-07-28 15:24:18 +0200
  • 11bfacc9b3
    tests: bytes are not necessary in unhexlify Pavol Rusnak 2017-07-28 15:17:00 +0200
  • 9917d9ebfc
    New unit tests for signing (bitcoin cash) Jochen Hoenicke 2017-07-27 21:50:12 +0200
  • efe36b3a2f
    unit_tests: rewrite from unittest to pytest Pavol Rusnak 2017-07-26 14:48:20 +0200
  • 11b686a9f2
    tests: add tests for Segwit SignMessage/VerifyMessage Pavol Rusnak 2017-07-25 19:29:28 +0200
  • 8133317172
    add SignMessage.script_type Pavol Rusnak 2017-07-24 16:11:38 +0200
  • de6402e95e
    implement set_flags (aka ApplyFlags) Pavol Rusnak 2017-07-17 18:36:53 +0200
  • 36985519b5
    tests: add test for ethereum sign/verify message Pavol Rusnak 2017-07-17 14:40:35 +0200
  • afdd27c551
    trezorctl: fix set_homescreen for python3 Pavol Rusnak 2017-07-16 15:03:01 +0200
  • d865c0ea31
    trezorctl: load_device -s now loads SLIP-0014 mnemonic, --skip-checksum renamed to --ignore-checksum Pavol Rusnak 2017-07-16 14:53:28 +0200
  • 23ab43d612
    ethereum: implement EthereumSignMessage/EthereumVerifyMessage Pavol Rusnak 2017-07-12 18:35:54 +0200
  • 20aebed394
    trezorctl: seems that click.Choice is not friends with ints Pavol Rusnak 2017-07-12 15:45:16 +0200
  • 4ad7fb42b5
    set protobuf requirement to protobuf==2.6.1 0.7.x Pavol Rusnak 2017-07-12 12:32:30 +0200
  • d30281f0a9
    regenerate protobuf messages using protoc-2.6.1 Pavol Rusnak 2017-07-12 12:31:51 +0200
  • ee5f53d4be
    fix ethereum_get_address for python3 Pavol Rusnak 2017-07-11 19:37:25 +0200
  • b0be154288
    decrease requirement for protobuf to 2.6.1 Pavol Rusnak 2017-07-11 12:29:21 +0200
  • 3806e51e5d
    trezorlib: Add libprotobuf2 support Saleem Rashid 2017-07-09 15:26:20 +0100
  • cc063936e8
    simplify SelfTest.payload Pavol Rusnak 2017-07-10 19:01:14 +0200
  • c7a2c72a75
    simplify SelfTest.payload Pavol Rusnak 2017-07-10 19:01:14 +0200
  • 5ffc700f0c
    use isinstance to detect whether result is protobuf message Pavol Rusnak 2017-07-10 18:20:32 +0200
  • 1727b9a9b6
    add SelfTest.payload Pavol Rusnak 2017-07-10 17:40:13 +0200
  • e5ac95e18e
    add SelfTest.payload Pavol Rusnak 2017-07-10 17:39:07 +0200
  • f73fc33439
    drop internal use of protobuf_json, use json_format provided by google.protobuf Pavol Rusnak 2017-07-10 15:36:44 +0200
  • 2d643031ac
    change dependency to protobuf>=3.0.0 Pavol Rusnak 2017-07-10 14:41:56 +0200
  • e6acf90f2b
    tests: add test for broken BackupDevice workflow Pavol Rusnak 2017-07-05 13:03:06 +0200
  • 5a89a15935
    trezorctl: use more idiomatic approach using resultcallback Pavol Rusnak 2017-07-04 13:55:05 +0200
  • b335d30b8d
    use click in trezorctl Pavol Rusnak 2017-07-03 17:45:56 +0200
  • 0ee1667c6f
    trezorctl: cleanup Pavol Rusnak 2017-07-01 17:59:11 +0200
  • d33e9a178b
    bump version to 0.8.0a0 Pavol Rusnak 2017-07-05 12:51:41 +0200
  • f18ec19aeb
    bump version v0.7.16 Pavol Rusnak 2017-07-05 12:52:56 +0200
  • bcf54dbe94
    trezorctl/client: add self_test Pavol Rusnak 2017-07-03 18:49:03 +0200
  • b9293d6bcb
    regenerate protobuf Pavol Rusnak 2017-07-03 18:42:21 +0200
  • 9a709832a9
    tests: unit test for ResetDevice_skipbackup (and subsequent BackupDevice) Pavol Rusnak 2017-06-28 17:56:58 +0200
  • cbce29163b
    tests: add test for RecoveryDevice.dry_run Pavol Rusnak 2017-06-28 16:28:03 +0200
  • e9dbfc757c
    add usage; add newlines to some tests Pavol Rusnak 2017-06-28 13:37:35 +0200
  • 7f0f73d1c6
    tests: fix style in tools/signtest.py Pavol Rusnak 2017-06-25 18:10:05 +0200
  • 33f274d145
    style: use flake8 Pavol Rusnak 2017-06-23 21:31:42 +0200
  • 71996c1e43
    update protobuf, update tox.ini, prepare for BackupDevice Pavol Rusnak 2017-06-23 19:23:08 +0200
  • c51089803d
    trezorctl: add newline to failure print Pavol Rusnak 2017-06-23 17:05:47 +0200
  • 0d76936174 Allow testing recovery with an initialized device Roman Zeyde 2017-06-21 17:29:49 +0300
  • f50d547ce4
    regenerate protobuf, added RecoveryDevice.dry_run Pavol Rusnak 2017-06-22 12:38:57 +0200
  • f880a09ae7
    add protoc version and trezor-common revision to autogenerated files Pavol Rusnak 2017-06-21 13:44:26 +0200
  • e435920d6a
    support v2 firmware in trezorctl Pavol Rusnak 2017-06-20 17:17:33 +0200
  • 609b8d4a4a
    fix stderr.write usage Pavol Rusnak 2017-06-20 16:36:40 +0200
  • 564e6590c2
    use FirmwareErase.length field Pavol Rusnak 2017-06-20 16:32:54 +0200
  • c1fae7d19f
    bump version v0.7.15 Pavol Rusnak 2017-06-19 00:00:50 +0200
  • e7a56899c6
    more python3 compatibility Pavol Rusnak 2017-06-19 00:00:26 +0200
  • bf1c580d85
    bump version v0.7.14 Pavol Rusnak 2017-06-18 23:41:15 +0200
  • 65985b30f3
    bump requirements for protobuf to 3.1.0 Pavol Rusnak 2017-06-18 23:19:15 +0200
  • de2f9e7c14
    protob: regenerate, fix using old failure codes Pavol Rusnak 2017-06-18 23:14:28 +0200