1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-28 10:52:32 +00:00
Commit Graph

7184 Commits

Author SHA1 Message Date
Peter van Mourik
78ece6631f Wanchain support (#313) 2018-05-02 15:33:22 +01:00
Pavol Rusnak
a1cde6e0ce
vendor: update trezor-common (disable Lisk messages for now) 2018-05-02 15:24:37 +01:00
ZuluCrypto
8e8749dc68 Add support for Stellar 2018-05-02 15:19:05 +01:00
Tomas Susanka
b466b721a2 defs: nem mosaics 2018-05-02 15:11:39 +02:00
Pavol Rusnak
2c56c4de1b
firmware: use -Os except for crypto/nanopb parts 2018-05-02 13:15:12 +01:00
Alex Yocom-Piatt
17e89412a3 Add Decred mainnet coin definition (#101) 2018-05-01 00:00:51 +01:00
Pavol Rusnak
eb7d98ff5c
defs: fix travis build 2018-04-30 23:58:54 +01:00
Dusan Klinec
60805d0001 ed25519-donna/modm: sub more effective
- using trick: https://www.imperialviolet.org/2010/12/04/ecc.html
2018-04-30 23:55:11 +01:00
Dusan Klinec
6a20ba5586 ed25519-donna/modm: neg, sub added 2018-04-30 23:55:11 +01:00
Dusan Klinec
5708a7257f ed25519-donna/modm: comment typo fix 2018-04-30 23:55:11 +01:00
Pavol Rusnak
73d7fa8582
defs: add icons to coin definitions 2018-04-28 21:00:06 +01:00
Pavol Rusnak
bc6ccb66e4
defs: update coin icons 2018-04-28 20:59:30 +01:00
ZuluCrypto
7128347975
stellar tests - added missing pytest import 2018-04-28 13:06:13 -06:00
ZuluCrypto
5fccc4381b
fix style to match flake8 2018-04-28 12:59:08 -06:00
ZuluCrypto
200b5a71df
Merge remote-tracking branch 'upstream/master' into stellar 2018-04-28 12:54:32 -06:00
ZuluCrypto
2cf6414fa5
stellar - minor cleanup and simplification of some boolean field checks 2018-04-28 12:39:55 -06:00
Pavol Rusnak
81ca42a749
defs: move tools to def/coins/tools 2018-04-28 19:16:14 +01:00
Pavol Rusnak
7f2f37c62e
defs: use plain ints for coin defs 2018-04-28 19:14:28 +01:00
Pavol Rusnak
8fd80a5d09
defs: json cleanup 2018-04-28 16:11:49 +01:00
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