Pavol Rusnak
2277a9c754
src/apps/wallet/sign_tx: re-enable Decred
2018-10-10 13:00:36 +02:00
Pavol Rusnak
0d68711e47
Revert "src/apps/wallet/sign_tx: add support for Decred"
...
This reverts commit 7834d06aac
.
This reverts commit 335504ce5c
.
2018-10-08 14:29:59 +02:00
Pavol Rusnak
6bced8bb54
style: fix F841 local variable is assigned to but never used
2018-10-06 13:38:30 +02:00
Matheus Degiovani
7834d06aac
src/apps/wallet/sign_tx: add support for Decred
2018-10-06 13:24:01 +02:00
Pavol Rusnak
d2521de385
storage: implement no_backup option (aka seedless setup)
2018-10-04 17:36:44 +02:00
Tomas Susanka
8aa29ae1d6
style: new black release formats all hex numbers in uppercase
...
introduced in the new 18.9 version of black
2018-10-03 13:48:55 +02:00
Dusan Klinec
3ae4106465
vendor: trezor-common version bump, pb sync, template sync
2018-09-19 15:59:23 +02:00
Adrian Matejov
203c850779
tezos: supporting only ed25519 curve
...
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Adrian Matejov
2750d668ad
tezos: added tezos cryptocurrency
...
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-09-13 15:06:03 +02:00
Pavol Rusnak
5efab07b23
cardano: remove GetPublicKey.root_hd_passphrase, style changes
2018-09-07 19:35:57 +02:00
Dušan Plavák
060a8cbdfd
cardano: replace derivation scheme v1 for v2 ( #342 )
2018-09-07 19:07:15 +02:00
Tomas Susanka
12a7996364
vendor: trezor-common updated; protobuf regen
2018-09-06 14:46:24 +02:00
Jan Pochyla
38bbb9dd83
apps: remove split_words, use Text layout functionality
2018-09-06 13:52:38 +02:00
Pavol Rusnak
b296d627fa
vendor: update trezor-common
2018-09-05 17:00:39 +02:00
Tomas Susanka
a3f8ace253
vendor: trezor-common updated; protobuf regen
2018-09-04 14:04:53 +02:00
Pavol Rusnak
30b96a0f07
style: fix trezor.utils
2018-08-31 17:15:10 +02:00
Pavol Rusnak
8d9d4816da
embed/extmod/modtrezorutils: remove utils.symbol, use constants directly
2018-08-31 16:55:01 +02:00
Pavol Rusnak
e3607156d8
embed: make model and emulator orthogonal, update macros to match this logic
2018-08-31 16:55:01 +02:00
Dusan Klinec
5b5b593eb3
workflow: allow more arguments to the import workflow
...
Allows to use stateful message handlers
```python
wire.add(MessageType.MoneroTransactionSign, __name__, "get_address", STATE)
```
2018-08-30 14:12:03 +02:00
Jan Pochyla
8421fa4fdb
apps: unify wire registering, load modules automatically
2018-08-27 14:56:21 +02:00
Jan Pochyla
2f910839fe
ui.text: optimize font detection
2018-08-23 14:42:13 +02:00
Tomas Susanka
0323355299
vendor: trezor-common update; protobuf: regen
2018-08-21 20:15:56 +02:00
Tomas Susanka
0acd9d8918
protobuf: regen
2018-08-20 19:37:47 +02:00
Pavol Rusnak
3a2c1eecdb
embed/extmod/modtrezorui: add MONO_BOLD font
2018-08-16 20:59:24 +02:00
Pavol Rusnak
1a6e0f053a
embed/extmod/modtrezorcrypto: refactor AES API, use test from NIST SP 800-38A
2018-08-14 14:42:19 +02:00
Pavol Rusnak
ebf912c8f1
src/trezor/crypto: introduce SecureContext
...
usage:
from trezor.crypto import SecureContext
with SecureContext() as sc:
sc.var1 = ...
sc.var2 = ...
SecureContext will call destructors of all variables assigned
to sc in the block. It will also call gc.collect()
2018-08-06 17:05:58 +02:00
Pavol Rusnak
cc3882abf1
vendor: update trezor-common; regenerate messages
2018-08-03 19:14:29 +02:00
Tomas Susanka
b5c2ae49dd
ripple: get address
2018-07-30 16:37:48 +02:00
Pavol Rusnak
51d810b6da
vendor: update trezor-common
2018-07-27 12:34:59 +02:00
Pavol Rusnak
cb9e7b5885
embed: cleanup Keccak API (drop keccak arg from digest() func)
2018-07-23 15:19:38 +02:00
Pavol Rusnak
324d82507e
vendor: update trezor-common
2018-07-16 15:10:50 +02:00
Tomas Susanka
93571e469f
protobuf: regen (StellarGet{Address,PublicKey})
2018-07-11 17:20:25 +02:00
Tomas Susanka
12d622a496
protobuf: build (Ripple, Stellar drop protocol version)
2018-07-11 13:44:53 +02:00
Jan Pochyla
dcb15f77c3
src: run black
2018-07-10 13:05:15 +02:00
Jan Pochyla
ead154b907
src: run isort
2018-07-10 13:05:15 +02:00
Jan Pochyla
6751d84236
style: skip formatting in special cases
2018-07-10 11:17:12 +02:00
Yura Pakhuchiy
d09547fec3
Introduce coininfo.b58_hash
2018-07-09 21:30:10 +02:00
Pavol Rusnak
622eb001a6
src/apps/wallet/sign_tx: correct processing of block_height in bip115
2018-07-04 17:54:13 +02:00
Pavol Rusnak
13c659c202
vendor: update trezor-common, regenerate messages
2018-07-04 17:13:46 +02:00
Jan Pochyla
2b66deb3d6
ui.text: type -> normal
2018-07-03 16:49:52 +02:00
Jan Pochyla
f74a29b56a
ui.text: remove old API
2018-07-03 16:49:52 +02:00
Jan Pochyla
49e75851c7
ui.text: add mutable API
2018-07-03 16:49:52 +02:00
Pavol Rusnak
ac5e3f200a
src: rename wire_types to MessageType, drop copy in tools/build_protobuf
2018-07-02 20:40:51 +02:00
matejcik
28e2970cfb
vendor: update trezor-common, regenerate messages
2018-07-02 20:19:16 +02:00
Jan Pochyla
6e13a1475b
ui: introduce LazyWidget
...
Used in Button and Text.
2018-07-02 15:30:32 +02:00
Pavol Rusnak
9f90ca21a9
src/apps/wallet/sign_tx: fix bip115 code in last commit
2018-07-02 14:29:58 +02:00
idimon4uk
3b345f3c76
src/apps/wallet/sign_tx: add Zencash support ( #252 )
2018-07-02 14:16:26 +02:00
Pavol Rusnak
6ab2b5d6ee
vendor: update trezor-common
2018-06-28 14:00:53 +02:00
Pavol Rusnak
3d796b971a
src/apps/wallet/sign_tx: refactor address_short function
2018-06-28 11:21:07 +02:00
Jan Pochyla
88744d2450
wire: remove codec_v2.py
2018-06-21 15:51:36 +02:00