Pavol Rusnak
|
7537c26c83
|
trezor.crypto: use mp_obj_new_str_from_vstr where we already have preallocated vstr
|
2018-01-07 13:56:18 +01:00 |
|
Pavol Rusnak
|
981ec87877
|
trezor.crypto: put back vstr where it makes sense (= user controlled input)
|
2018-01-05 13:13:20 +01:00 |
|
Pavol Rusnak
|
26ac0b6e52
|
cross: don't use MICROPY_FORCE_32BIT=1 (no need for that)
|
2018-01-05 01:07:05 +01:00 |
|
Pavol Rusnak
|
94fcc8c9a4
|
add bip84 (native segwit)
|
2018-01-04 22:30:40 +01:00 |
|
Pavol Rusnak
|
8eb071f371
|
docker/travis: update to gcc-arm-none-eabi-7-2017-q4-major
|
2018-01-04 18:18:24 +01:00 |
|
Pavol Rusnak
|
f587135b8d
|
fix last commit (also skip print statement)
|
2018-01-04 16:55:27 +01:00 |
|
Tomas Susanka
|
4e01971e4c
|
client: expected field check fix
|
2018-01-04 16:48:16 +01:00 |
|
Pavol Rusnak
|
7d1d6ce393
|
src: import hexlify explicitly, fix hexlify usage
|
2018-01-04 13:24:39 +01:00 |
|
Pavol Rusnak
|
4a7592d470
|
trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str
|
2018-01-03 21:53:58 +01:00 |
|
Pavol Rusnak
|
8dd5edb4a1
|
tools: add codegen/gen_cert_bundle.py
|
2018-01-02 20:59:09 +01:00 |
|
Pavol Rusnak
|
b98a1db6ee
|
embed: cleanup unused modules
|
2018-01-02 20:00:12 +01:00 |
|
Pavol Rusnak
|
fa95f0a037
|
trezor.crypto: implement chacha20poly1305 aka rfc7539
|
2018-01-02 18:57:23 +01:00 |
|
Pavol Rusnak
|
5a304d8e25
|
vendor: update trezor-crypto
|
2018-01-02 14:35:41 +01:00 |
|
Pavol Rusnak
|
8d8bc9c762
|
bip39: use static modifier
|
2018-01-02 14:15:08 +01:00 |
|
Pavol Rusnak
|
b9d5af8c19
|
modtrezorcrypto: remove ssss (different implementation will be re-added later)
|
2018-01-02 14:13:42 +01:00 |
|
Pavol Rusnak
|
4cc8a5432d
|
bootloader: use normal/regular font rather than bold
|
2018-01-02 01:44:39 +01:00 |
|
Pavol Rusnak
|
94588dd588
|
modtrezorui: introduce TREZOR_FONT_PREFILL, set it to 0 in bootloader
|
2018-01-02 01:37:31 +01:00 |
|
Pavol Rusnak
|
424115967f
|
embed: fix wur for usb functions
|
2018-01-01 21:49:08 +01:00 |
|
Pavol Rusnak
|
f1a75b36f7
|
vendor: update micropython to 1.9.3 release
|
2018-01-01 21:49:08 +01:00 |
|
slush
|
c71f234a8b
|
Added deprecation warning for Python2
Removed dependency to google's protobuf in bridge transport
Fixed PinRequest handling
|
2017-12-29 19:19:18 +01:00 |
|
Peter Jensen
|
ae02858ef4
|
removed unused bgs
|
2017-12-28 16:10:04 +01:00 |
|
Pavol Rusnak
|
6b31ac9753
|
fix typo
|
2017-12-27 01:44:26 +01:00 |
|
Anton Kolesnyk
|
956d5e7149
|
Add sign_tx support for Dogecoin
|
2017-12-27 01:39:06 +01:00 |
|
mcudev
|
4962207703
|
sign_tx: add rbf opt-in enable, add locktime, add tx version
|
2017-12-27 01:28:59 +01:00 |
|
Saleem Rashid
|
79da872316
|
trezorctl: Guess script type from BIP-32 in sign_tx
Also add change output to sign_tx
|
2017-12-27 01:16:46 +01:00 |
|
Saleem Rashid
|
881015ae5f
|
trezorctl: Ask for input script type in sign_tx
|
2017-12-27 01:16:46 +01:00 |
|
Saleem Rashid
|
35db3c5efb
|
trezorctl: Add ChoiceType to replace click.Choice
|
2017-12-27 01:16:46 +01:00 |
|
Pavol Rusnak
|
888b6f9171
|
fix file flags
|
2017-12-24 22:37:24 +01:00 |
|
Martin Skoviera
|
dac97ed5b6
|
Fixed enums in WordRequestType
|
2017-12-24 22:37:01 +01:00 |
|
Saleem Rashid
|
bbed79f658
|
build_protobuf: Refactor
* Use `set -e` to fail on error
* Change into script directory automatically
|
2017-12-24 12:16:24 +00:00 |
|
Saleem Rashid
|
ff5999162a
|
pb2py: Add pb2/ to sys.path
This removes the need for sed (which was problematic on OS X as it ships
with BSD Sed instead of GNU Sed)
|
2017-12-24 12:04:36 +00:00 |
|
Saleem Rashid
|
fd5f232fdd
|
pb2py: Refactor
|
2017-12-24 11:51:13 +00:00 |
|
Saleem Rashid
|
6e81c91443
|
pb2py: Clean up argparse usage
|
2017-12-24 11:51:13 +00:00 |
|
Aleksey Popov
|
c88d7b962a
|
protob: Add protobuf syntax tag
|
2017-12-23 22:15:59 +01:00 |
|
Pavol Rusnak
|
d94b68fd30
|
fix flake8 warning
|
2017-12-23 22:13:09 +01:00 |
|
Pavol Rusnak
|
70e6d13c23
|
device tests: simplify, drop unittest dependency
|
2017-12-23 22:03:24 +01:00 |
|
Pavol Rusnak
|
d6593e710b
|
apps.ethereum: implement SignMessage/VerifyMessage
|
2017-12-23 15:12:31 +01:00 |
|
Pavol Rusnak
|
e47aa9f0c4
|
apps.ethereum: code cleanup
|
2017-12-23 14:09:45 +01:00 |
|
Pavol Rusnak
|
1881b0e6fd
|
device tests: re-enable ethereum tests for T2 again
|
2017-12-23 13:51:18 +01:00 |
|
Saleem Rashid
|
2782467555
|
blake256: Replace with working implementation
|
2017-12-23 13:45:36 +01:00 |
|
Roman Zeyde
|
31c4836073
|
udp: fix __str__ method and allow simple enumeration
|
2017-12-23 13:43:51 +01:00 |
|
Roman Zeyde
|
f8a277dfba
|
transport_bridge: fix messages' module import
|
2017-12-23 13:43:51 +01:00 |
|
Roman Zeyde
|
8689440d90
|
client: fix PinMatrixRequestType enum usage
|
2017-12-23 13:43:51 +01:00 |
|
Saleem Rashid
|
b3ef649f64
|
device_tests: Add test_decred_multisig_change
|
2017-12-23 13:42:59 +01:00 |
|
Saleem Rashid
|
2df19127fd
|
device_tests: Add test_decred_send_change
|
2017-12-23 13:42:59 +01:00 |
|
Saleem Rashid
|
0926ab9bc8
|
device_tests: Clean up test_decred_send
|
2017-12-23 13:42:59 +01:00 |
|
Saleem Rashid
|
ee211f4bc8
|
protob: Add decred_script_version to TxInputType
|
2017-12-23 13:41:52 +01:00 |
|
Tomas Susanka
|
54fcbb68df
|
HashWriter: getvalue -> get_digest
|
2017-12-22 17:10:28 +01:00 |
|
Tomas Susanka
|
8880d218b3
|
HashWriter: extra arguments are passed to the hash function
|
2017-12-22 17:10:28 +01:00 |
|
Tomas Susanka
|
5bf5d477b9
|
ethereum/signing: hashwriter is used
|
2017-12-22 17:10:28 +01:00 |
|