chren
78efd4f2e0
minor color changes in pin dialog
2016-10-06 17:59:46 +02:00
Pavol Rusnak
90836621f5
tools: skip hidden files in res_collect
2016-10-06 17:54:57 +02:00
Pavol Rusnak
81a8f0b9bc
hasattr hack for refresh is not needed
2016-10-06 17:41:53 +02:00
Pavol Rusnak
1234ab94d4
update trezor-crypto
2016-10-06 17:01:17 +02:00
Jochen Hoenicke
a0ade6343e
Reworked rfc6979 signing. ( #116 )
...
New parameter is_canonical that allows for generating signatures that
have additional requirements.
2016-10-06 16:58:05 +02:00
Pavol Rusnak
a654b4c17d
stmhal: fix display_raw
2016-10-06 16:56:38 +02:00
Jochen Hoenicke
157caf3763
ecdsa: fix out-of-bounds read in point_multiply ( #71 )
...
Fixes #70 .
2016-10-06 16:54:25 +02:00
Jochen Hoenicke
133c068f37
Reworked rfc6979 signing. ( #72 )
...
This adds an is_canonic parameter to all sign functions. This is a
callback that determines if a signature corresponds to some coin
specific rules. It is used, e. g., by ethereum (where the recovery
byte must be 0 or 1, and not 2 or 3) and or steem signatures (which
require both r and s to be between 2^248 and 2^255).
This also separates the initialization and the step function of the
random number generator, making it easy to restart the signature
process with the next random number.
2016-10-06 16:54:07 +02:00
chren
cb2399197f
fixed wipe device header
2016-10-06 16:35:36 +02:00
chren
5a20a48745
added ui header and icons
2016-10-06 16:17:11 +02:00
Pavol Rusnak
3e9b6c09b0
stmhal: simplify init of display
2016-10-06 15:57:05 +02:00
Jan Pochyla
abd20741f6
add seed module, GetPublicKey now works
2016-10-06 15:05:14 +02:00
Jan Pochyla
d0bb7edbfa
storage: change api to protobuf
2016-10-06 15:05:14 +02:00
Jan Pochyla
6b94511472
LoadDevice: validate mnemonic, import xprv
2016-10-06 15:05:14 +02:00
Jan Pochyla
e62ded3a2f
update micropython submodule
2016-10-06 15:05:14 +02:00
Jan Pochyla
128a4b20b5
crypto: add bip32
2016-10-06 15:05:14 +02:00
Jan Pochyla
71793cc6d1
update trezor-crypto submodule
2016-10-06 15:05:14 +02:00
Jan Pochyla
492e71f147
workflow: less verbose naming
2016-10-06 15:05:14 +02:00
Jan Pochyla
6d5514ac4a
make logging less verbose
2016-10-06 15:05:14 +02:00
Jan Pochyla
c019741c33
wire: fix write_message, pbuf dumps is sync now
2016-10-06 15:05:14 +02:00
Jan Pochyla
4b0da8677a
wire: fix read_message for v1 protocol
2016-10-06 15:05:14 +02:00
Jan Pochyla
c3ee7dd709
loop: refresh display after every step
2016-10-06 15:05:14 +02:00
Jan Pochyla
cc22d59eca
ui: clear the screen before common layouts
2016-10-06 15:05:14 +02:00
Jan Pochyla
b2299c118a
protobuf: fix repeated fields
2016-10-06 15:05:14 +02:00
Jan Pochyla
be069a771b
protobuf: use async/await, make loads/dumps sync
2016-10-06 15:05:14 +02:00
Jan Pochyla
ec412c6da3
protobuf: fix uvarint dumping
...
In python3, chr() is not a proper way to pack an int to bytes.
2016-10-06 15:05:14 +02:00
Pavol Rusnak
d7ff70caf6
add checking of buttons to bootloader
2016-10-06 15:03:11 +02:00
Pavol Rusnak
6be657114e
add travis notification hook
2016-10-06 14:40:54 +02:00
Pavol Rusnak
8b22a38bce
new init sequence for display
2016-10-06 14:29:24 +02:00
Jan Pochyla
00413c0b6e
bip32: serialization returns nu. of written bytes
2016-10-06 12:36:23 +02:00
chren
b68423a325
micro changes in ui mockups layout
2016-10-06 11:47:12 +02:00
Pavol Rusnak
846846561c
add possibility to save screen to png using ui.display.save() (unix port only)
2016-10-06 00:02:46 +02:00
Pavol Rusnak
bd1774e764
add experiment with logo/fingerprint switching
2016-10-05 21:36:11 +02:00
Pavol Rusnak
7dc53219d2
extract common bootloader stuff into bl_common.py
2016-10-05 21:09:45 +02:00
Pavol Rusnak
e405a6305d
use bar_radius where needed
2016-10-05 20:36:28 +02:00
Pavol Rusnak
c5897e71ad
split extract bar_radius into a separate function
2016-10-05 20:30:53 +02:00
chren
73d0bba0f0
vendor neutral mockup
2016-10-05 20:27:35 +02:00
chren
7a6f6b9d59
added clear screen to bootloader mockups
2016-10-05 20:17:41 +02:00
Pavol Rusnak
036a4ead33
remove playground from main.py
2016-10-05 20:16:48 +02:00
chren
fcde4a4c84
added header icon to bootloader mockups
2016-10-05 19:52:38 +02:00
Pavol Rusnak
2e39c86b42
cleanup
2016-10-05 19:48:08 +02:00
chren
a47b6ee7bb
design changes in bootloader mockups
2016-10-05 19:36:30 +02:00
str4d
1e74952359
Update Zcash entries to match spec version 2016.0-beta-1.8 ( #18 )
2016-10-05 16:18:07 +02:00
slush0
083e90a092
Fixing Namecoin and Zcash testnet
2016-10-05 15:48:48 +02:00
chren
5cbb1ff892
minor design changes in ui-mockups of bootloader
2016-10-05 15:44:34 +02:00
Pavol Rusnak
a536e2d6a5
loader is now smaller
2016-10-05 15:15:21 +02:00
Pavol Rusnak
177db6b6d8
add more build tests to travis
2016-10-05 12:50:11 +02:00
Pavol Rusnak
27fb301b22
validate mp_buffer_info_t usage for cases where len==0
2016-10-04 19:22:48 +02:00
chren
1cb309260a
ui mockups
2016-10-04 18:49:11 +02:00
Pavol Rusnak
727a5f8393
add crypto calls to bootloader
2016-10-04 18:01:48 +02:00