Pavol Rusnak
e821fd4358
emulator: rename TREZOR_NOUI macro to TREZOR_EMULATOR_NOUI
2018-09-03 17:56: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
01a876f486
embed: add confirm/cancel actions to touch events
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
Tomas Susanka
b23077b707
cardano: cardano prefix removed from functions
2018-08-30 12:15:25 +02:00
Tomas Susanka
ccde69b5ff
docs: coin paths modifications (yup, it wasn't final)
2018-08-29 17:22:31 +02:00
Tomas Susanka
fc4b71ae06
docs: coin paths final modifications (hopefully)
2018-08-29 17:03:58 +02:00
Tomas Susanka
f8f1a62563
docs: coin paths modifications
2018-08-29 15:54:48 +02:00
matejcik
75c14433de
templates: make diff louder
2018-08-29 12:04:37 +02:00
matejcik
9a2be54e94
nem: update test to expect the right name
2018-08-29 12:04:37 +02:00
matejcik
c208a72202
travis: add checking templates to CI
2018-08-29 12:04:37 +02:00
matejcik
348b99b8dc
build: generate code with Mako templates
2018-08-29 12:04:37 +02:00
Pavol Rusnak
92eb6b8fe1
docs: fix markdown syntax in coins/readme
2018-08-28 16:16:43 +02:00
Tomas Susanka
af63104d21
docs: list of used derivation paths
2018-08-28 16:12:13 +02:00
Tomas Susanka
ed963743e9
nem: trim fix
2018-08-28 14:36:51 +02:00
Tomas Susanka
9477cd15ea
nem: trims removed
2018-08-28 10:55:46 +02:00
Jan Pochyla
c1b284cdfa
apps: use {app}.layout for common layouts
2018-08-27 15:36:02 +02:00
Jan Pochyla
8421fa4fdb
apps: unify wire registering, load modules automatically
2018-08-27 14:56:21 +02:00
Tomas Susanka
a08a1a5e2a
apps: split_address moved to show only ( #307 )
2018-08-24 16:45:27 +02:00
Jan Pochyla
f7c1465d57
apps: unify common writer logic
2018-08-23 20:06:00 +02:00
Jan Pochyla
2f910839fe
ui.text: optimize font detection
2018-08-23 14:42:13 +02:00
Tomas Susanka
741443165c
tests/wallet: UiConfirmTotal includes fee
2018-08-23 11:23:58 +02:00
Tomas Susanka
889315ba00
wallet: total amount fix ( #318 )
2018-08-23 11:23:58 +02:00
Tomas Susanka
e6486ad90a
ripple: note on which curve is used
2018-08-22 16:21:45 +02:00
Tomas Susanka
e657397c83
cardano: signing returns CardanoSignedTx
2018-08-21 20:15:56 +02:00
Tomas Susanka
4305c1da1b
stellar: get public key removed
2018-08-21 20:15:56 +02:00
Tomas Susanka
db71e919b7
cardano: message renamed
2018-08-21 20:15:56 +02:00
Tomas Susanka
0323355299
vendor: trezor-common update; protobuf: regen
2018-08-21 20:15:56 +02:00
Pavol Rusnak
3ceb9c42ee
bootloader: check both touch_is_detected and touch_read to detect touch
2018-08-21 17:34:34 +02:00
mcudev
1695533c8a
touch: follow ft6236 power on sequence closer
2018-08-21 17:25:18 +02:00
Pavol Rusnak
bdd7e932a0
embed: bump version to 2.0.8
2018-08-21 16:37:16 +02:00
Tomas Susanka
cb105c015f
stellar: get public key simplified
2018-08-21 13:48:23 +02:00
Tomas Susanka
a5a7b9a1af
cardano: show public key
2018-08-21 13:48:23 +02:00
Tomas Susanka
afa8fe1567
common: display_address -> show
2018-08-21 13:48:23 +02:00
Tomas Susanka
e13a3a70c8
common: show pubkey moved to common
2018-08-21 13:48:23 +02:00
Tomas Susanka
0acd9d8918
protobuf: regen
2018-08-20 19:37:47 +02:00
Tomas Susanka
137cd23290
vendor: trezor-common update
2018-08-20 19:32:12 +02:00
Tomas Susanka
aab3a5eed6
Merge pull request #319 from ph4r05/tests_async
...
tests: support async test cases added
2018-08-20 16:09:44 +02:00
Pavol Rusnak
1bf1a76973
src/apps/ethereum: implement Ethereum canonical signatures, fix max_chain_id
2018-08-20 15:49:56 +02:00
Aleksey Popov
af494a65b8
lisk: fix raw transaction fields update
2018-08-19 19:00:16 +02:00
Pavol Rusnak
6801b61514
embed/extmod/modtrezorui: remove FONT_PY_TO_C/FONT_C_TO_PY, use (signed) int globally for font id
2018-08-16 21:16:34 +02:00
Pavol Rusnak
3a2c1eecdb
embed/extmod/modtrezorui: add MONO_BOLD font
2018-08-16 20:59:24 +02:00
Dusan Klinec
f0b8fcc106
tests: support async test cases added
...
- test cases starting with 'test_async' are executed on the async manner
2018-08-16 01:49:41 +02:00
hackyminer
9a5c38dad4
src/apps/ethereum: support full 32bit chain_id
...
* remove chain_id restriction to support full 32bit chain_id.
* for chain_id > MAX_CHAIN_ID(2147483630) case, simply return v signature parity.
* see also https://github.com/trezor/trezor-mcu/pull/399
2018-08-14 19:46:27 +02:00
hackyminer
cadc6786f0
docker: protobuf stuff added
2018-08-14 19:43:19 +02:00
Tomas Susanka
25f14f6695
cardano: bip32 path is not displayed ( #306 )
2018-08-14 15:30:41 +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