matejcik
03b64909ff
build: fix build on Windows ( fixes #274 )
2018-06-11 18:47:00 +02:00
Pavol Rusnak
b791e805a1
trezorctl: add stellar_get_address/stellar_get_public_key
2018-06-11 18:42:23 +02:00
Tomas Susanka
22872c53c2
tests/stellar: missing field annotation
2018-06-11 18:42:23 +02:00
Tomas Susanka
d3d9ceb0c4
tests: stellar test for get address
2018-06-11 18:42:23 +02:00
Tomas Susanka
c0a823ca1c
protobuf: stellar get address
2018-06-11 18:42:23 +02:00
Tomas Susanka
668a52b85f
submodules: trezor-common updated
2018-06-11 18:42:23 +02:00
Pavol Rusnak
ad1e0e81b2
src/apps/ethereum: refactor networks module
2018-06-11 18:03:38 +02:00
Pavol Rusnak
57a31feb2e
defs/ethereum: add rskip60 attribute to networks.json
2018-06-11 17:51:47 +02:00
EOS Classic
19448419e6
[EOSC] Change EOSC Chainid ( #127 )
2018-06-11 17:43:18 +02:00
Kefkius
95d25702ee
Add groestlcoin testnet native segwit header ( #128 )
2018-06-11 15:56:08 +02:00
Ilan
31469336c3
Rootstock to RSK - Network name ( #131 )
2018-06-11 15:51:55 +02:00
Tomas Susanka
dcda93322a
protob: stellar get address
2018-06-11 13:58:22 +02:00
Pavol Rusnak
6c2c99688b
src/apps/wallet: drop cashaddr prefix from the ui
2018-06-11 13:48:15 +02:00
Pavol Rusnak
bd5d543399
defs: due to changes in Bcash/Zcash, require recent versions of FW
2018-06-11 13:14:37 +02:00
Pavol Rusnak
7be980ae96
defs/coins: fix slip44 values
2018-06-10 22:43:37 +02:00
Kefkius
88e7f7e08d
Add groestlcoin native segwit header ( #125 )
2018-06-10 22:27:17 +02:00
Kefkius
a4b2331462
Add groestlcoin testnet ( #124 )
2018-06-10 22:26:31 +02:00
Tomas Susanka
3185eb0fd4
build: ciscript includes firmware sign
...
so that emulator build uses pipenv to ensure stable environment for python-trezor
but fetching python-trezor and friends doesn't needlessly slow down non-emulator builds
that don't need it
2018-06-08 16:57:06 +02:00
matejcik
58091ac099
changelog: linkify issues
2018-06-08 16:40:15 +02:00
Karel Bílek
55dc5c8f18
Add comments about build_coins.py ( #121 )
2018-06-08 16:31:57 +02:00
matejcik
741f264a2f
release: bump version and add date to changelog
2018-06-08 16:07:46 +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
Pavol Rusnak
6ac200abce
defs: add detection of colliding address versions
2018-06-08 14:17:21 +02:00
Pavol Rusnak
98300ea5db
coins_details: EOS is not ERC-20 anymore
2018-06-08 13:15:36 +02:00
matejcik
d2021fd8a2
ckd_public: restore as a deprecation wrapper
...
(because older versions of electrum will still require it)
2018-06-07 17:07:20 +02:00
matejcik
2f02b972d1
trezorctl: make wipe_device bootloader aware
2018-06-07 17:06:31 +02:00
matejcik
73f016c465
trezorctl: update firmware_update to work better with TT ( fix #269 )
...
This removes the --erase option which was fishy before (and is now superseded
by wipe_device in bootloader mode).
Also adds a draft of "local fingerprint check" functionality for T1. This will
be expanded to work with TT in future releases.
2018-06-07 17:06:31 +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
Tomas Susanka
63222931be
tests/device: nem is not xfail anymore
2018-06-07 14:41:47 +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
matejcik
e110d87494
protobuf: update trezor-common and regenerate
2018-06-07 14:07:26 +02:00
Aleksey Popov
922748e348
lisk: restore Lisk sign and verify message functionality
2018-06-07 14:07:26 +02:00
matejcik
435ab2f973
changelog for 0.10.0 (formerly 0.9.2)
2018-06-07 14:01:52 +02:00
matejcik
031404f822
trezorctl: fix pylint warnings
2018-06-07 14:01:52 +02:00
matejcik
477eff2fd4
gitignore more files
2018-06-07 14:01:52 +02:00
Pavol Rusnak
babc60a48e
protob: reorder fields in LiskVerifyMessage to match VerifyMessage
2018-06-07 13:51:37 +02:00
alepop
18f7dee118
protob: restore Lisk {SignMessage, MessageSignature, VerifyMessage} ( #120 )
2018-06-07 13:48:47 +02: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
Pavol Rusnak
747f2aa772
firmware: refactor expiry into tx_init
2018-06-07 13:17:51 +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