1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-29 18:08:19 +00:00
Commit Graph

13365 Commits

Author SHA1 Message Date
Pavol Rusnak
f20e374fcc
defs: generate wip coindefs in defs/coins/combine.py 2018-04-28 15:27:23 +01:00
Pavol Rusnak
7e39981133
defs: add more icons 2018-04-28 15:16:57 +01:00
Pavol Rusnak
5e90d5116c
prodtest: add wipe command to erase vendorheader 2018-04-28 14:49:20 +01:00
Jon D
ceacaaedc0 add btx logo (#99) 2018-04-28 14:06:01 +01:00
Pavol Rusnak
757ab636e7
gen: update trezor logo 2018-04-28 14:01:33 +01:00
Tomas Susanka
7cfbe689e8 tests/device/nem: different amounts; note about what is displayed 2018-04-27 17:39:04 +01:00
Tomas Susanka
50e755be46 tests/device/nem: known/unknown mosaics test 2018-04-27 17:37:29 +01:00
Pavol Rusnak
d75bf98c15
defs: add coins images 2018-04-25 19:12:42 +01:00
Pavol Rusnak
5ccdb5b3f8
defs: enable travis build 2018-04-24 15:14:45 +01:00
Pavol Rusnak
cc789677f0
defs: fix last commit 2018-04-24 15:13:34 +01:00
Pavol Rusnak
31fbb2b0a3
defs: update coin definitions 2018-04-24 15:11:18 +01:00
Jon D
e0da01371b Add Bitcore (BTX) support (#98) 2018-04-24 14:11:06 +01:00
Pavol Rusnak
d44f4f65b1
defs: add more info to coin definitions 2018-04-23 22:02:44 +01:00
Pavol Rusnak
71a38266ca
defs: add combine script 2018-04-23 21:15:58 +01:00
Pavol Rusnak
7dd3b37f66
defs: introduce combine script, add more fields to coin definitions 2018-04-23 16:57:59 +01:00
Jan Pochyla
0f2ed0f07c src/apps/ethereum: use wire.Error 2018-04-23 16:12:44 +01:00
Jan Pochyla
db696b23fd src/trezor/wire: add exceptions for all defined FailureTypes
Makes the error API much more ergonomic.
2018-04-23 16:12:44 +01:00
Aleksey Popov
8f31422adf lisk: Fix wrong signature in tx tests 2018-04-23 16:47:15 +02:00
Pavol Rusnak
1adcaea9cd
remove debug printfs from test_check_cashaddr 2018-04-23 15:20:01 +01:00
Yura Pakhuchiy
bd81c2c6e7 Groestl hash: remove even more dead code 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
c861ad8bbc Groestl hash: more cleanups 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
f15605bd45 Groestl hash: fix -Wshadow warnings 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
9e08e8ce63 Groestl hash cleanup
- Remove unused code
- Remove x86 specific optimizations (to test code which closer to ARM on
emulator)
- Fix -Wundef warnings
2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
e7281cf9f5 Add GRS curve 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
5cb15e3420 Add tests for GRS addresses 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
08512053c4 Groestl hash: do it twice and truncate to 256 bits 2018-04-23 16:15:59 +02:00
Yura Pakhuchiy
2fdcebfbb6 Add Groestl hash 2018-04-23 16:15:59 +02:00
Pavol Rusnak
9f1c77c1d7
defs: fix last commit 2018-04-23 15:05:40 +01:00
Pavol Rusnak
4fff5fbb7f
defs: add more altcoins 2018-04-23 15:04:25 +01:00
Pavol Rusnak
8a40c5f9ed
defs: add coins subdirectory (extracted from coins.json and pull requests) 2018-04-23 14:59:21 +01:00
matejcik
cc7e3eb9b5 travis: force setuptools>=38 which download prebuilt .whls
this fixes a build error in dependencies that we seriously don't care about
which was happening in travis's py34
2018-04-23 13:35:14 +02:00
Pavol Rusnak
7df4b251ea
prodtest: update sconscript file 2018-04-23 12:19:57 +01:00
Pavol Rusnak
d3844977a8
vendor: update trezor-crypto 2018-04-23 11:14:57 +01:00
ZuluCrypto
49025aad2b
stellar tests - fix imports and indicate that tests are currently expected to fail 2018-04-20 10:35:01 -06:00
ZuluCrypto
61f5e1df61
stellar.py now returns a tuple from parse_transaction_bytes and no longer uses a reserved argument name 2018-04-20 10:34:26 -06:00
ZuluCrypto
ea6ced4dae
client.py - refactor Stellar signing loop to make the message flow clearer 2018-04-20 10:33:56 -06:00
ZuluCrypto
94f3f43746
sync with current state of upstream master 2018-04-19 15:18:55 -06:00
ZuluCrypto
1fb521f4cd
client.py updated to use Stellar messages instead of map 2018-04-19 15:10:57 -06:00
ZuluCrypto
73b07a489b
stellar - refactor parser to return protobuf messages instead of map 2018-04-19 15:10:27 -06:00
ZuluCrypto
38647de7f9
client.py - minor style fixes and fix for use of "types.Message" instead of "proto.Message" 2018-04-19 13:29:36 -06:00
ZuluCrypto
76241dca5c
trezorctl - clean up imports 2018-04-19 13:28:31 -06:00
matejcik
1008c45100 tests: xfail Lisk tests until trezor-core#90 is merged 2018-04-18 15:46:10 +02:00
Aleksey Popov
45cca15e5f lisk: Add lisk_sign_tx 2018-04-18 12:09:09 +02:00
Aleksey Popov
5e1168c48d lisk: Add lisk_get_publickey 2018-04-18 12:09:09 +02:00
Aleksey Popov
514e808b56 lisk: Add lisk_verify_message 2018-04-18 12:09:09 +02:00
Aleksey Popov
d3685639f9 lisk: Add lisk_sign_message 2018-04-18 12:09:09 +02:00
Aleksey Popov
3e742177d2 lisk: Add lisk_get_address method 2018-04-18 12:09:09 +02:00
Aleksey Popov
c0418333c1 common: update trezor-common submodule 2018-04-18 12:09:09 +02:00
matejcik
688fe06e93 tools: remove forgotten debug statements in encfs_aes_getpass 2018-04-16 17:29:57 +02:00
matejcik
9255507529 tools: update encfs_aes_getpass to work with Py3
probably fixes #169
2018-04-16 17:21:29 +02:00