Commit Graph

  • e33f4d7612 Add 'requests' dependency Roman Zeyde 2017-06-15 00:06:54 +0300
  • 348db51775
    add trezorctl to readme Pavol Rusnak 2017-06-14 18:23:14 +0200
  • 4874f117f5
    use travis-tox Pavol Rusnak 2017-06-13 15:43:14 +0200
  • 2e85aa6587 Add a test for running 'compileall' over trezorlib package Roman Zeyde 2017-06-05 22:48:44 +0300
  • a2db5a57f2 Fix client.py and protobuf_json.py for Python 3 support Roman Zeyde 2017-06-05 22:28:41 +0300
  • 9f90179bef
    update travis notification url Pavol Rusnak 2017-06-12 14:38:07 +0200
  • e39021d7fd
    add wire_tiny, wire_bootloader options Pavol Rusnak 2017-05-29 14:07:48 +0200
  • 9311a45e97
    refactor txhash ids Pavol Rusnak 2017-05-15 14:14:45 +0200
  • a96fdd86be
    fix test_msg_signtx.test_fee_too_high Pavol Rusnak 2017-05-15 12:09:34 +0200
  • f484f69f88
    move native segwit tests to segwit_native.py files (they fail now) Pavol Rusnak 2017-05-13 00:59:39 +0200
  • 318355a896
    update protobuf Pavol Rusnak 2017-05-12 22:47:46 +0200
  • 5ffc2a1d7f
    tests: split xprv loading into separate test Pavol Rusnak 2017-05-08 22:15:24 +0200
  • 530954acdc
    update test_msg_getentropy.py Pavol Rusnak 2017-05-08 22:10:47 +0200
  • 6f092f323b
    add new txcache files Pavol Rusnak 2017-05-07 00:47:23 +0200
  • dbe95dc3cc
    add setuptools requirement to travis.yml Pavol Rusnak 2017-05-07 00:46:47 +0200
  • 91ffca595b
    rework multisig tests to specify external outputs via address, not multisig structure Pavol Rusnak 2017-05-06 19:58:21 +0200
  • 5fc76709b3
    revert part of last commit Pavol Rusnak 2017-05-04 18:10:17 +0200
  • f9cd5da505
    Segwit: Fixed Unittests and new tests. Jochen Hoenicke 2017-03-30 20:02:05 +0200
  • 1bee5f4de7
    Segwit: Unit tests for getaddress Jochen Hoenicke 2017-01-07 17:50:40 +0100
  • 0b4d56842e
    Segwit: Added unit tests for multisig Jochen Hoenicke 2017-01-07 17:36:59 +0100
  • 2363db721a
    fix stderr.write to use bytes Pavol Rusnak 2017-05-03 17:50:37 +0200
  • 91222b4687
    tests/config: fix usb hid logic Pavol Rusnak 2017-05-03 17:35:49 +0200
  • 5860207e68
    Revert "test_msg_signidentity: ed25519 pubkey starts with 1 not 0" Pavol Rusnak 2017-05-03 17:27:02 +0200
  • 4cba191997
    fix logic in device tests config Pavol Rusnak 2017-04-25 17:04:59 +0200
  • 58faa02263
    print info on skipping transports Pavol Rusnak 2017-04-25 16:55:59 +0200
  • e9958d115f
    travis: add python 3.6 build Pavol Rusnak 2017-04-25 16:50:56 +0200
  • 0840117033
    update pipe_exists function Pavol Rusnak 2017-04-25 16:47:30 +0200
  • 4999056678
    make device tests work without hid Pavol Rusnak 2017-04-25 16:37:27 +0200
  • 9c744a1c3d
    fix test_msg_signtx.test_fee_too_high (make fee higher) Pavol Rusnak 2017-04-25 15:46:12 +0200
  • 44b51af1d8 -c <coin> CLI argument (#110) Peter Banik 2017-04-24 16:31:18 +0200
  • a99e29a05f
    Added coin_name argument to get_public_node and trezorctl (#108) Peter Banik 2017-04-21 19:14:15 +0200
  • ca1d3e5f39 Added Decred to coin list (#109) Peter Banik 2017-04-21 19:14:04 +0200
  • 637d45b196 Configure Bridge only once per process (#107) Tomas Rojas 2017-04-20 08:16:15 -0300
  • 3cb4118850
    bump version v0.7.13 Pavol Rusnak 2017-04-19 14:20:48 +0200
  • 504db8283b
    add version and lock_time attributes to sign_tx function Pavol Rusnak 2017-04-19 14:19:26 +0200
  • 30b13dba58
    test_msg_signidentity: ed25519 pubkey starts with 1 not 0 Pavol Rusnak 2017-04-16 22:05:55 +0200
  • bee9af1f90
    use v1 transport for T2 bootloader (for now) Pavol Rusnak 2017-04-12 17:54:34 +0200
  • 29348f4098
    add new firmware update method, update protobuf Pavol Rusnak 2017-04-12 14:11:42 +0200
  • dccc1b08ed
    update requirement for hidapi to 0.7.99.post20 Pavol Rusnak 2017-03-06 12:02:49 +0100
  • 4758eb7b07
    add more coins to coin expansion Pavol Rusnak 2017-03-04 16:20:38 +0100
  • 3ccc412de4
    add tool to aid in rng testing and evaluation (#104) mruddy 2017-02-28 13:11:00 -0500
  • 5e1526d286
    refactor tx_sign_tool.py Pavol Rusnak 2017-02-26 17:11:31 +0100
  • 72ab93bd87 add a tx signing tool that handles bitcoin, testnet, and litecoin mruddy 2017-02-26 09:32:23 -0500
  • b29331ca40
    fix UnboundLocalError cache_file referenced before assignment (#102) mruddy 2017-02-26 05:35:36 -0500
  • 127d76a913
    enable/disable passphrase protection via trezorctl v0.7.12 Pavol Rusnak 2017-02-23 11:56:54 +0100
  • 3e8122ba28 bump version to 0.7.11 (#100) v0.7.11 mruddy 2017-02-22 09:39:07 -0500
  • 18bd3e6197
    update mnemonic requirement Pavol Rusnak 2017-02-22 15:04:14 +0100
  • 71d0c483f8 add tools support for reading bootloader from debug link enabled device (#99) mruddy 2017-02-20 08:36:00 -0500
  • fe4662d389
    bump version v0.7.10 Pavol Rusnak 2017-02-11 20:16:11 +0100
  • a2792cda19 load_device_by_mnemonic and recovery_device: expand unique mnemonic word prefix matches (#96) mruddy 2017-02-11 14:15:09 -0500
  • ce54014f51
    fix typo Pavol Rusnak 2017-02-10 14:39:54 +0100
  • de94bf2247 load_device_by_mnemonic: normalize mnemonic before validation (#95) mruddy 2017-02-09 08:25:32 -0500
  • 03272b6170
    bump version v0.7.9.post1 Pavol Rusnak 2017-01-26 14:04:31 +0100
  • 1dc3152c11 Make ScrambledWords default recovery method (#93) Jochen Hoenicke 2017-01-26 13:58:33 +0100
  • 8609f62f91
    bump version v0.7.9 Pavol Rusnak 2017-01-25 19:05:33 +0100
  • 1105490cb3 Ethereum: trezorctl updates Jochen Hoenicke 2017-01-22 18:58:29 +0100
  • a990743010 Ethereum: More unit tests for signing Jochen Hoenicke 2017-01-22 18:57:57 +0100
  • 607893f9ac Ethereum: EIP-155 replay protection Jochen Hoenicke 2017-01-22 13:51:07 +0100
  • 4b98513ff7 Updated protobuf Jochen Hoenicke 2017-01-22 19:04:36 +0100
  • 464d1db929
    WIP protocol-device Pavol Rusnak 2017-01-10 15:23:41 +0100
  • d7ce51e858
    remove obsolete pipe transport Pavol Rusnak 2017-01-09 16:38:22 +0100
  • 3aa18c1f2b
    use hid instead of usb to avoid confusion later Pavol Rusnak 2017-01-07 21:11:15 +0100
  • af850d6669
    split transport and connection Jan Pochyla 2017-01-06 12:14:26 +0100
  • 795427588a
    add trezor.io to supported vendors Pavol Rusnak 2017-01-17 14:13:02 +0100
  • 2e1da5f337
    -> trezor.io Pavol Rusnak 2017-01-10 15:25:13 +0100
  • beae46bf36
    remove obsolete pipe transport transport-connection Pavol Rusnak 2017-01-09 16:38:22 +0100
  • 67732c51d6
    use hid instead of usb to avoid confusion later Pavol Rusnak 2017-01-07 21:11:15 +0100
  • 70074278c3 split transport and connection Jan Pochyla 2017-01-06 12:14:26 +0100
  • 08cfe0d8c6
    add license headers to unit tests Pavol Rusnak 2017-01-03 19:40:05 +0100
  • 586be7e1aa Merge pull request #90 from jhoenicke/master Pavol Rusnak 2017-01-03 19:36:05 +0100
  • 8f424b2299 Segwit: Added another unit test Jochen Hoenicke 2017-01-03 15:56:22 +0100
  • 3e2cccf225 SegWit: Display address on Trezor Jochen Hoenicke 2017-01-02 21:25:07 +0100
  • 7ce7732c63 Segwit: Added unit test for signing Jochen Hoenicke 2017-01-02 17:17:16 +0100
  • 6eee9c7499
    old recovery method is default (scrambled) Pavol Rusnak 2016-12-08 15:36:51 +0100
  • 3da5b48054
    fix double import Pavol Rusnak 2016-12-02 16:23:17 +0100
  • b3c298d87c Added support for signing Ethereum transactions without node connection (#89) Santiago Rodríguez 2016-12-01 15:23:38 +0100
  • 71ecf77616
    nitpick: unify ckd_public import across the package Pavol Rusnak 2016-12-01 14:16:32 +0100
  • c86201dc5b
    add Qt5 support for PinMatrixWidget Pavol Rusnak 2016-11-28 17:56:32 +0100
  • 06cedd2150
    move device (=TREZOR) tests to tests/device_tests, create tests/unit_tests for unit tests Pavol Rusnak 2016-11-28 16:01:45 +0100
  • ec966a0111
    rename txcache files to json Pavol Rusnak 2016-11-28 14:33:24 +0100
  • 23f7feb438
    bump version to 0.7.8 v0.7.8 Pavol Rusnak 2016-11-27 13:49:20 +0100
  • 5451db6e27
    update readme, drop cmdtr Pavol Rusnak 2016-11-27 13:48:45 +0100
  • 34e089d067
    add bash_completion.d into source tarball Pavol Rusnak 2016-11-27 13:42:43 +0100
  • 725b64bede
    update protobuf_json.py to be as close as possible to upstream https://github.com/dpp-name/protobuf-json/blob/master/protobuf_json.py Pavol Rusnak 2016-11-26 00:10:45 +0100
  • 0bba092741
    add LGPLv3 headers to sources files Pavol Rusnak 2016-11-25 22:53:55 +0100
  • 5cc9893d6f
    remove test_suite directive from setup.py Pavol Rusnak 2016-11-25 22:05:35 +0100
  • 1dd4cd78f5
    fix whitespace Pavol Rusnak 2016-11-23 13:55:08 +0100
  • 84b4446ec4
    bump version to 0.7.7 v0.7.7 Pavol Rusnak 2016-11-23 13:52:10 +0100
  • a6c489ab4b
    update protobuf Pavol Rusnak 2016-11-23 13:27:21 +0100
  • c935b51849
    Support for matrix recovery Jochen Hoenicke 2016-06-29 22:40:37 +0200
  • 17435cf174
    update to new ApplySettings order Pavol Rusnak 2016-11-22 22:02:50 +0100
  • ad6a2160cc Include the COPYING in sdist (#82) Jonny Heggheim 2016-11-17 00:30:05 +0000
  • 737200c7ef debuglink: fix debuglink for V2 Jan Pochyla 2016-11-15 13:46:00 +0100
  • c12bfc4add
    enable debuglink for v2 Emulator Pavol Rusnak 2016-11-14 18:54:02 +0100
  • 77bfef3a25
    allow running tests without debuglink Pavol Rusnak 2016-11-12 15:06:32 +0100
  • b494b2d3a0
    trezorctl: cleanup old stuff Pavol Rusnak 2016-11-11 19:18:52 +0100
  • ae3f4823ae
    trezorctl: remove unused PinMatrixThread Pavol Rusnak 2016-11-11 19:12:30 +0100
  • 35f789122b
    tests: support v2 emulator in tests Pavol Rusnak 2016-11-11 18:57:59 +0100
  • df338c4399
    tests: remove obsoleted raspi code Pavol Rusnak 2016-11-11 18:42:02 +0100
  • d1bfc76d91
    tools: fix signtest.py Pavol Rusnak 2016-11-09 12:39:25 +0100