matejcik
1e032d4da5
tools: clean up and update coins_details.py, regenerate json
2018-07-27 14:53:49 +02:00
matejcik
44240c9503
tools: add support tool and coin_gen tool
...
support.py - query and modify info in support.json
coin_gen.py - generate coins_json, render mako templates, run checks
2018-07-27 14:53:49 +02:00
Pavol Rusnak
51d810b6da
vendor: update trezor-common
2018-07-27 12:34:59 +02:00
matejcik
cd5538bcc5
defs: add support for dogecoin and vertcoin (port of #176 )
2018-07-27 12:33:00 +02:00
matejcik
3630571a0a
tools: add support data and validation to coin_defs
...
also add checks that were not brought over from build_coins.py
2018-07-27 12:33:00 +02:00
matejcik
9e6b3dba5f
tools: coin_defs cleanup
...
* btc-like coins are now called `coins`, with key type `coin`,
for consistency with names in other tools
* `others` are renamed to `misc` and placed in a separate subdir
* added many docstrings that explain the behavior
* renamed and privatized many functions
2018-07-27 12:33:00 +02:00
matejcik
288445cecc
tools: unified retrieval of coin data, regenerated coins_details
2018-07-27 12:33:00 +02:00
matejcik
cebeb81e8c
defs: update and tweak json data, add others.json for Lisk, Stellar etc
2018-07-27 12:33:00 +02:00
matejcik
2a234c1b00
defs: change format of support.json
2018-07-27 12:33:00 +02:00
matejcik
57021f9080
defs: regenerate coins_details with new tokens
...
also make slight tweaks to existing coins_details.py, so that the
following diff is prettier
2018-07-27 12:33:00 +02:00
Michael Ira Krufky
8b63ffce61
ethereum: add Akroma chain ( #387 )
2018-07-27 12:31:01 +02:00
Michael Ira Krufky
105fbeb16d
defs: add Akroma ( #177 )
2018-07-27 12:22:56 +02:00
Pavol Rusnak
38b17555f1
defs: add cooldown attribute to coins definitions
2018-07-26 18:11:45 +02:00
Pavol Rusnak
0cea64b52b
defs: fix build_coins test-backend options
2018-07-26 17:43:42 +02:00
Pavol Rusnak
fed80b34f6
defs: add testnet backends (bitcore)
2018-07-26 17:36:41 +02:00
Pavol Rusnak
e9f509e3d0
defs: remove one mona backend
2018-07-26 17:22:33 +02:00
Pavol Rusnak
46431fb7c8
defs: remove /api from coins backend
2018-07-26 17:17:21 +02:00
Pavol Rusnak
a01a9cef9e
protob: add GetPublicKey.script_type
2018-07-26 17:04:03 +02:00
Pavol Rusnak
32fbc69c30
embed: refactor BUFFER_OFFSET modification in display_set_orientation
2018-07-26 15:32:23 +02:00
Szymon Lesisz
ecac910d7f
connect support for dogecoin and vertcoin ( #176 )
2018-07-26 12:09:52 +02:00
D.Matskevych
5a677c3782
Added Zencash supporting
2018-07-26 11:34:51 +02:00
jmuravsky
09ddcc7ac9
cardano: add Cardano currency support
2018-07-25 17:56:29 +02:00
mcudev
8cd8be9bd1
boardloader, sdcard: avoid fatal error when card is ejected during countdown
2018-07-25 11:52:28 +02:00
Jan Pochyla
a932816a25
fido_u2f: unify handling of bogus app ids
2018-07-24 15:05:40 +02:00
Jan Pochyla
934b32707c
fido_u2f: parse and serialize keypath as LE
2018-07-24 15:05:40 +02:00
Pavol Rusnak
9d4e38bd4c
embed: wait 100ms after turning off sdcard/touch circuit
2018-07-24 14:24:00 +02:00
Pavol Rusnak
cb9e7b5885
embed: cleanup Keccak API (drop keccak arg from digest() func)
2018-07-23 15:19:38 +02:00
Dusan Klinec
8cf0b93df7
sha3: keccak parameter in the constructor
...
- enable to construct keccak sha3 so keccak-sha3 digest can be used in hmac / pbkdf transparently (without need to call special digest(keccak=True) as some functions taking Digest object call digest() directly so keccak mode have to be specified before that point)
2018-07-23 15:01:46 +02:00
Dušan Klinec
ca22a57963
xmr: wire type fix ( #175 )
2018-07-23 12:48:09 +02:00
Pavol Rusnak
08725c16e8
embed: fix sdcard issue
2018-07-23 11:58:36 +02:00
Pavol Rusnak
c1209dcc17
embed: sdcard investigation
2018-07-23 11:58:36 +02:00
Pavol Rusnak
08d8cf6a25
embed: remove superfluous != NULL
2018-07-23 11:58:36 +02:00
Pavol Rusnak
f1d8a3aaf2
embed: don't set pins to OUTPUT in {sdcard,touch}_active_pin_state when they were already set like this in {sdcard,touch}_default_pin_state
2018-07-23 11:58:36 +02:00
Pavol Rusnak
99c5d049b9
embed: moved configuration of SD detect pin to sdcard_default_pin_state
2018-07-23 11:58:36 +02:00
Pavol Rusnak
ca9162f7b7
embed: introduce {sdcard,touch}_active_pin_state
2018-07-23 11:58:36 +02:00
Pavol Rusnak
c97226a4c9
embed: add touch_power_on to firmware
2018-07-23 11:58:35 +02:00
Pavol Rusnak
add16b6b27
embed: move {sdcard,touch}_default_pin_state to the beginning of {sdcard,touch}_init
2018-07-23 11:58:35 +02:00
Pavol Rusnak
7ca460457e
embed: refactor sdcard/touch, extract touch_power_on/off functions from touch_init
2018-07-23 11:58:35 +02:00
Pavol Rusnak
9fa3a7a399
protob: more meta info in monero messages
2018-07-22 21:04:48 +02:00
Pavol Rusnak
a5e6dff3ff
protob: refactor Monero messages
2018-07-22 20:07:05 +02:00
Dušan Klinec
ac0193b0b6
Monero protocol messages added ( #164 )
2018-07-22 19:47:30 +02:00
Pavol Rusnak
a7463bcb85
tests: don't use AES_VAR for tests/libtrezor-crypto.so
2018-07-20 11:14:51 +02:00
Pavol Rusnak
9462601849
tests: extract eip155 tests for ethereum, add more cases
2018-07-19 18:06:56 +02:00
Pavol Rusnak
3067339b41
src: fix ethereum sign for chain_id >= 0x100
2018-07-19 18:05:26 +02:00
HackyMiner
1ef73190b9
fixed rlp_length for chain_id > 255 ( #381 )
2018-07-19 17:56:11 +02:00
Pavol Rusnak
ee6897d153
defs: fix dust_limit for litecoin
2018-07-18 22:09:51 +02:00
Pavol Rusnak
20237ace5c
docs: update hardware.md to use jpgs
2018-07-18 20:15:55 +02:00
Pavol Rusnak
0123e4a155
docs: convert pngs to jpgs where it makes sense (photos)
2018-07-18 20:14:28 +02:00
Pavol Rusnak
fecc6e53a0
tools: update tools to generate clang-format compatible output
2018-07-18 12:17:51 +02:00
mcudev
0fbf2261cc
boardloader: partial fix for powering off sd
2018-07-18 11:33:05 +02:00