1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
Commit Graph

2220 Commits

Author SHA1 Message Date
Jan Pochyla
edcc96ee09 embed: use correct string constructors
Reflects micropython commit 4601759bf59e16b860a3f082e9aa4ea78356bf92
2018-06-19 18:26:43 +02:00
Jan Pochyla
62cc3cb283 micropython: update to 1.9.4 2018-06-19 18:26:43 +02:00
Pavol Rusnak
97bb26b7f3
embed/extmod/modtrezorcrypto: use kwargs for Blake2b/Blake2s 2018-06-19 18:15:58 +02:00
Pavol Rusnak
abc0e98993
firmware: bump version 2018-06-19 16:47:47 +02:00
Pavol Rusnak
c7a7537ffe
tools: update keyctl-proxy to work with new python-trezor 2018-06-19 16:43:00 +02:00
Jan Pochyla
8e270fbabd src/trezor/ui/text: fix layout issues 2018-06-18 17:49:16 +02:00
Ilan
270bf73212 Update RSKIP-60 checksum separator (#244) 2018-06-16 13:08:17 +02:00
Pavol Rusnak
8e9ae534c0
embed/extmod/modtrezorcrypto: fix last commit, update trezor-crypto 2018-06-15 10:35:19 +02:00
Marcel O'Neil
565d60d004 fix: emulator docs link (#242) 2018-06-15 10:29:01 +02:00
Karel Bílek
eeff66be88 zcash: use personal field in blake2b (#243) 2018-06-15 10:20:32 +02:00
Ilan
3e2e5fa7b8 Apply RSKIP-60 in require_confirm_tx (#241) 2018-06-13 23:21:19 +02:00
Pavol Rusnak
a6d316db25
style: make flake8 happy 2018-06-13 19:04:40 +02:00
Ilan
0c13a43518
src/apps/ethereum: implement RSKIP-60 checksum in get_address 2018-06-13 18:59:46 +02:00
Pavol Rusnak
0a6d890335
src/apps/wallet/sign_tx: refactor writers.get_tx_hash usage 2018-06-13 17:19:56 +02:00
Tomas Susanka
5910ebf279 nem: wire.ProcessError instead of ValueError 2018-06-13 14:00:15 +02:00
Pavol Rusnak
9910fef423
vendor: update trezor-common 2018-06-12 17:48:13 +02:00
Pavol Rusnak
604083ee25
tests: add test_apps.ethereum.get_address 2018-06-12 17:46:31 +02:00
Pavol Rusnak
285c845e9b
src+test: fix flake8 warning 2018-06-12 17:41:49 +02:00
Pavol Rusnak
da4bea34a0
src/apps/wallet: small docu fix in Bip143 class 2018-06-12 17:41:49 +02:00
Milan Rossa
db763bf05d bootloader: ask again for block if invalid (#230)
fixes #135
2018-06-11 19:36:03 +02:00
Pavol Rusnak
ad1e0e81b2
src/apps/ethereum: refactor networks module 2018-06-11 18:03:38 +02:00
Pavol Rusnak
6c2c99688b
src/apps/wallet: drop cashaddr prefix from the ui 2018-06-11 13:48:15 +02:00
Jan Pochyla
1a0233af9d
Merge pull request #213 from trezor/text_layout
Efficient text layout
2018-06-08 15:18:07 +02:00
Jan Pochyla
2603c477c5 embed/extmod/modtrezorui: distinguish font ids from colors 2018-06-08 14:53:46 +02:00
Jan Pochyla
c9a58ba22c trezor.ui.text: add work break and configurable new_lines
Now it is possible to combine multiple font styles per line,
a nd to manually control line breaks with trezor.ui.text.BR.
2018-06-08 14:53:46 +02:00
Jan Pochyla
6ceb3f2770 embed/extmod/modtrezorui: text functions return width 2018-06-08 14:53:46 +02:00
Jan Pochyla
f72667c761
Merge pull request #217 from alepop/restore-lisk-sign-verify-message
Lisk sign/verify functionality
2018-06-07 15:55:21 +02:00
Jan Pochyla
1513578737 app.lisk: fix code style 2018-06-07 15:48:47 +02:00
Tomas Susanka
14bcfea17f tests: nem is not xfail anymore 2018-06-07 14:42:15 +02:00
Aleksey Popov
de552b19f5
app.lisk: update LiskVerifyMessage message 2018-06-07 15:26:59 +03:00
Aleksey Popov
c0f71d3d03
vendor: update trezor-common 2018-06-07 15:26:00 +03:00
Jan Pochyla
b1a870177c
Merge pull request #179 from trezor/tsusanka/nem
NEM
2018-06-07 13:31:07 +02:00
Jan Pochyla
b13dba115a nem: fix unit tests 2018-06-07 13:18:45 +02:00
Aleksey Popov
caffef2e0a
app.lisk: restore sign and verify functions with correct message digest (with prefix) 2018-06-06 23:53:15 +03:00
Jan Pochyla
df7a8977ea nem: allow tests 2018-06-06 17:24:07 +02:00
Jan Pochyla
1b495324e7 nem: remove star-imports, fix some style 2018-06-06 17:24:07 +02:00
Jan Pochyla
3dc1c79b1a nem: cleanup modtrezorcrypto bindings 2018-06-06 17:24:07 +02:00
Tomas Susanka
9855a50526 nem: readme 2018-06-06 17:24:07 +02:00
Tomas Susanka
e0014a76d5 nem: xem amount and mosaic levy fix 2018-06-06 17:24:07 +02:00
Tomas Susanka
3422474811 nem: mosaics definitions are generated from trezor-common 2018-06-06 17:24:07 +02:00
Tomas Susanka
0093d21bb6 nem: correct mosaic quantities 2018-06-06 17:24:07 +02:00
Tomas Susanka
616d117648 nem: mosaics are checked against definition and user is asked appropriately 2018-06-06 17:24:07 +02:00
Tomas Susanka
a45ac4ad4b nem: refactored to have a common message as an argument 2018-06-06 17:24:07 +02:00
Tomas Susanka
1355b19c77 nem: multisig correct serialization fix 2018-06-06 17:24:07 +02:00
Tomas Susanka
9a52039b25 nem/layout: trim and levy fee 2018-06-06 17:24:07 +02:00
Tomas Susanka
85c904cbf7 nem: layout refactoring and fixes 2018-06-06 17:24:07 +02:00
Tomas Susanka
8de3cd7cac nem: refactored to directories 2018-06-06 17:24:07 +02:00
Tomas Susanka
32681972f1 nem: aggregate modification relative_change is int 2018-06-06 17:24:07 +02:00
Tomas Susanka
b80a8022d0 nem: multisig 2018-06-06 17:24:07 +02:00
Tomas Susanka
d54d33df3a nem: big refactoring of serialization
protocol classes are now used; reflected in unit tests
2018-06-06 17:24:07 +02:00