1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +00:00
Commit Graph

675 Commits

Author SHA1 Message Date
mruddy
a2792cda19 load_device_by_mnemonic and recovery_device: expand unique mnemonic word prefix matches () 2017-02-11 20:15:09 +01:00
Pavol Rusnak
ce54014f51
fix typo 2017-02-10 14:40:11 +01:00
mruddy
de94bf2247 load_device_by_mnemonic: normalize mnemonic before validation () 2017-02-09 14:25:32 +01:00
Pavol Rusnak
03272b6170
bump version 2017-01-26 14:04:31 +01:00
Jochen Hoenicke
1dc3152c11 Make ScrambledWords default recovery method ()
For backwards compatibility, existing code should use the old recovery
method unless it explicitly states that it is compatible to the new
one.
2017-01-26 13:58:33 +01:00
Pavol Rusnak
8609f62f91
bump version 2017-01-25 19:05:33 +01:00
Jochen Hoenicke
1105490cb3 Ethereum: trezorctl updates
- Allow nonce, gas_limit, gas_price to be explicitly set to 0.
- Updated usage info.
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
a990743010 Ethereum: More unit tests for signing 2017-01-22 19:13:21 +01:00
Jochen Hoenicke
607893f9ac Ethereum: EIP-155 replay protection
Added chain_id parameter to sign tx (and updated protobuf).
Added a unit test with chain_id for Ropsten testnet.
trezorctl:
 - Fixed compatibility with new ethjsonrpc
 - added chain_id parameter
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
4b98513ff7 Updated protobuf
Ethereum: sign_tx eip-155 change
2017-01-22 19:13:21 +01:00
Pavol Rusnak
795427588a
add trezor.io to supported vendors 2017-01-17 14:13:02 +01:00
Pavol Rusnak
2e1da5f337
-> trezor.io 2017-01-10 15:25:13 +01:00
Pavol Rusnak
08cfe0d8c6
add license headers to unit tests 2017-01-03 19:40:05 +01:00
Pavol Rusnak
586be7e1aa Merge pull request from jhoenicke/master
Segwit preparations
2017-01-03 19:36:05 +01:00
Jochen Hoenicke
8f424b2299 Segwit: Added another unit test 2017-01-03 15:56:22 +01:00
Jochen Hoenicke
3e2cccf225 SegWit: Display address on Trezor 2017-01-02 21:43:49 +01:00
Jochen Hoenicke
7ce7732c63 Segwit: Added unit test for signing 2017-01-02 21:43:49 +01:00
Pavol Rusnak
6eee9c7499
old recovery method is default (scrambled) 2016-12-08 15:36:51 +01:00
Pavol Rusnak
3da5b48054
fix double import 2016-12-02 16:23:17 +01:00
Santiago Rodríguez
b3c298d87c Added support for signing Ethereum transactions without node connection ()
* Added support for signing without node connection

* Removed transaction details output
2016-12-01 15:23:38 +01:00
Pavol Rusnak
71ecf77616
nitpick: unify ckd_public import across the package 2016-12-01 14:16:32 +01:00
Pavol Rusnak
c86201dc5b
add Qt5 support for PinMatrixWidget 2016-11-28 18:03:52 +01:00
Pavol Rusnak
06cedd2150
move device (=TREZOR) tests to tests/device_tests, create tests/unit_tests for unit tests 2016-11-28 16:04:55 +01:00
Pavol Rusnak
ec966a0111
rename txcache files to json 2016-11-28 14:33:24 +01:00
Pavol Rusnak
23f7feb438
bump version to 0.7.8 2016-11-27 13:49:20 +01:00
Pavol Rusnak
5451db6e27
update readme, drop cmdtr 2016-11-27 13:48:45 +01:00
Pavol Rusnak
34e089d067
add bash_completion.d into source tarball 2016-11-27 13:42:43 +01:00
Pavol Rusnak
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
2016-11-26 00:15:36 +01:00
Pavol Rusnak
0bba092741
add LGPLv3 headers to sources files 2016-11-25 22:53:55 +01:00
Pavol Rusnak
5cc9893d6f
remove test_suite directive from setup.py 2016-11-25 22:05:35 +01:00
Pavol Rusnak
1dd4cd78f5
fix whitespace 2016-11-23 13:55:08 +01:00
Pavol Rusnak
84b4446ec4
bump version to 0.7.7 2016-11-23 13:52:10 +01:00
Pavol Rusnak
a6c489ab4b
update protobuf 2016-11-23 13:27:21 +01:00
Jochen Hoenicke
c935b51849
Support for matrix recovery
See issue 
2016-11-23 11:42:20 +01:00
Pavol Rusnak
17435cf174
update to new ApplySettings order 2016-11-22 22:04:23 +01:00
Jonny Heggheim
ad6a2160cc Include the COPYING in sdist () 2016-11-17 01:30:05 +01:00
Jan Pochyla
737200c7ef debuglink: fix debuglink for V2 2016-11-15 13:46:00 +01:00
Pavol Rusnak
c12bfc4add
enable debuglink for v2 Emulator 2016-11-14 18:54:02 +01:00
Pavol Rusnak
77bfef3a25
allow running tests without debuglink 2016-11-12 15:06:32 +01:00
Pavol Rusnak
b494b2d3a0
trezorctl: cleanup old stuff 2016-11-11 19:18:52 +01:00
Pavol Rusnak
ae3f4823ae
trezorctl: remove unused PinMatrixThread 2016-11-11 19:12:30 +01:00
Pavol Rusnak
35f789122b
tests: support v2 emulator in tests 2016-11-11 18:57:59 +01:00
Pavol Rusnak
df338c4399
tests: remove obsoleted raspi code 2016-11-11 18:42:21 +01:00
Pavol Rusnak
d1bfc76d91
tools: fix signtest.py 2016-11-09 12:39:25 +01:00
Pavol Rusnak
046ced3f81
rework txapi class to use local cache, add txcache fixtures 2016-11-08 15:07:58 +01:00
Pavol Rusnak
2257117278
update protobuf 2016-11-05 21:58:32 +01:00
Jochen Hoenicke
08511d3f81
tools/signtest: Added P2SH segwit inputs 2016-11-05 21:56:48 +01:00
Jochen Hoenicke
6b17bf179b
monkey-patch build_pb.sh to support python3 2016-11-05 21:56:42 +01:00
Pavol Rusnak
897d57803a
add choices to words argument for recovery_device 2016-11-01 13:20:37 +01:00
Pavol Rusnak
02c319f850
trezorctl: accept also cointype/a/b/c as get_address path 2016-10-29 15:11:56 +02:00