1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
matejcik
56fbd816c9 improve wallet lists
- move bitcoin wallet links from coins_details.override.json to a separate
wallets.json file
- drop NanoWallet links from nem nem_mosaics.json, auto-add them in
coins_details.py instead
- move misc wallet links to misc.json
- clean out override file
- change wallet format in coins_details.json:
  - they're now list instead of dict, so that we can specify ordering
- add Trezor Beta wallet link to ETH/ETC and their tokens
- somewhat stricter checking of trezor.io wallet data
2018-11-20 17:27:12 +01:00
Pavol Rusnak
b4e5684093
defs/misc: add maid, omni, usdt 2018-11-16 01:43:32 +01:00
Pavol Rusnak
3600af0c8e
defs: add eos, trx 2018-11-12 14:03:10 +01:00
Pavol Rusnak
74e1fceaea
update coin definitions 2018-11-01 15:29:01 +01:00
Pavol Rusnak
d72b787d85
defs/misc: add curve and github to misc coins 2018-09-13 01:10:03 +02:00
matejcik
1dc75fb051 defs: add Wanchain to misc
because while it's technically an Ethereum fork, it doesn't fit into networks
2018-08-30 17:02:43 +02:00
Pavol Rusnak
e52ec75a91
defs/misc: add slip44 to misc.json 2018-08-28 13:55:10 +02:00
matejcik
1fd1db2477 defs: add after-merge coins 2018-08-15 19:36:43 +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