1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-15 12:29:13 +00:00
Commit Graph

751 Commits

Author SHA1 Message Date
Dragos Badea
b7b1f54642 Added Gincoin support (#253) 2018-12-16 19:43:36 +01:00
-k
6708499b15 include AXE in the firmware (#252) 2018-12-13 17:54:24 +01:00
-k
78ce725d63 add AXE support (#250) 2018-12-13 12:44:47 +01:00
Robert "Red" English
29c3c9fd30 Add Florincoin support (#248) 2018-12-12 11:49:58 +01:00
Pavol Rusnak
86f15f392b
defs: regenerate coins_details.json 2018-12-09 19:12:26 +01:00
Michael Ira Krufky
9141eefb4b Add REOSC Ecosystem support (#246) 2018-12-07 13:45:27 +01:00
Pavol Rusnak
79a9891939
wallets: add electrum-ftc 2018-12-05 14:53:00 +01:00
matejcik
8906ebf92c coin_info: sort keys after deduplication
this ensures that key order is stable in cases where some ERC20 tokens
are sorted with identical keys which change later

i.e.: Two tokens with erc20:eth:REP keys are sorted based on the order
of reading them from disk. Previously, at most one such key would be
left in data so their mutual order wouldn't matter. Now, one of them can
be deprecated and get a ":deprecated" suffix. Depending on the load
order, this could be the first or the second of them, so the resulting
sort would not be stable.
To fix that, we do key deduplication first and sorting second.

To prevent further problems like this, we also sort glob results.
2018-12-03 16:47:13 +01:00
mattt21
22f5ba1dfe defs: add NIX 2018-12-02 12:43:11 +01:00
Pavol Rusnak
30bcad5174
defs: regenerate coins_details.json 2018-11-30 13:43:20 +01:00
Pavol Rusnak
eaa3efa228
defs: rename RSK to RBTC in support.json 2018-11-30 13:42:47 +01:00
Ilan
047e3e7f21 Update RSK Network shortcut (#243) 2018-11-30 13:34:37 +01:00
matejcik
71528b5260 coins_details: add a bunch of overrides for network names, regenerate 2018-11-29 16:42:12 +01:00
matejcik
2f198f0b46 coins_details: hide testnet and deprecated tokens 2018-11-29 16:39:31 +01:00
matejcik
5f59b5100b support: release tokens for 2.0.10 2018-11-29 15:59:59 +01:00
matejcik
91923097de support: change handling of "soon" coins
"soon" coins that are not tokens will not be included in build
2018-11-29 15:59:18 +01:00
matejcik
7eb479c4f3 support: regenerate duplicates list 2018-11-29 15:46:26 +01:00
matejcik
e8d38b9090 defs: allow USDT ERC20 token (collides with USDT OMNI token) 2018-11-29 15:43:49 +01:00
matejcik
b02390f560 tokens: new tokens checkout 2018-11-29 15:43:30 +01:00
matejcik
e51aa9b3cd tools: new rules for ERC20 duplicates
We now allow duplicates if they're their own testnets, or if they're
deprecated. Also some checks are smarter.
2018-11-29 15:42:49 +01:00
martin
dd02e2bf83 Update ZEC support
Actually after sapling, ZEC is supported only by newer firmware versions
2018-11-28 12:37:55 +01:00
David
638f401172 Add wallet link for Bitcore BTX 2018-11-27 17:23:53 +01:00
matejcik
a1265b48d1 support: add ETH and ETC as supported in webwallet
also use this information when generating coins_details.json
2018-11-20 18:00:38 +01:00
matejcik
88fa3c7381 cointool: fix uniformity check
also uniformize misc.json
2018-11-20 17:59:15 +01:00
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
martin
beb8bb6dec increase version for DGB
Increase version for DGB to 1.6.3 and 2.0.7. Motivation is to make it work seamlessly in current webwallet. Lower versions would need some workarounds.
2018-11-20 14:18:46 +01:00
Tomas Susanka
016a71c6d0 protobuf: eth fix 2018-11-16 14:14:18 +01:00
Tomas Susanka
ff34e73f9c protobuf: EthereumPublicKey 2018-11-16 14:12:52 +01:00
Pavol Rusnak
caa4a87c5c
defs: remove USDT erc20 2018-11-16 01:45:53 +01:00
Pavol Rusnak
b646fe1928
defs: regenerate coins_details.json 2018-11-16 01:44:46 +01:00
Pavol Rusnak
b4e5684093
defs/misc: add maid, omni, usdt 2018-11-16 01:43:32 +01:00
Pavol Rusnak
b1b592f062
defs: fix t2 support version 2018-11-16 01:31:02 +01:00
Pavol Rusnak
1fa013ddca
defs: EOS erc20 not required anymore in override.json 2018-11-16 01:26:17 +01:00
Pavol Rusnak
67d699ca3f
defs: add Tezos SimpleStaking wallet 2018-11-16 01:21:44 +01:00
Pavol Rusnak
8d7dd590ff
defs: change trc contact 2018-11-14 11:17:28 +01:00
Pavol Rusnak
8c53177626
defs: remove eos, trx erc20 tokens 2018-11-12 14:12:26 +01:00
Pavol Rusnak
3600af0c8e
defs: add eos, trx 2018-11-12 14:03:10 +01:00
Pavol Rusnak
9f02376c70
support: replace soon with version where applicable 2018-11-12 14:03:10 +01:00
matejcik
491f1c1ad2 tools/support.py: set --ignore-tokens as default when running the checks 2018-11-12 12:08:33 +01:00
matejcik
0fd94f6bee tools/support.py: fix bug when token collides with coin 2018-11-12 12:08:33 +01:00
Pavol Rusnak
4f153b5fd0
travis: put back ignore-missing 2018-11-11 13:59:48 +01:00
Pavol Rusnak
bea5e32046
add new stuff to support.json 2018-11-11 13:58:28 +01:00
Michael Ira Krufky
eb0c46542b Add Mix support (#234) 2018-11-11 13:54:48 +01:00
WillyTheCat
8757aa5cc0 Added BitCash (#232) 2018-11-11 13:53:57 +01:00
Pavol Rusnak
37a22b045f
defs: fix testnet backend uris 2018-11-09 16:08:24 +01:00
Pavol Rusnak
97655c70e7
add missing support info 2018-11-09 15:36:25 +01:00
Pavol Rusnak
19f1e3f008
defs: remove invalid backend APIs 2018-11-09 15:29:16 +01:00
Harris Brakmić
31ad279a62 Actinium integration (#221) 2018-11-09 15:14:46 +01:00
David
f5924dc694 Add Bitsend (BSD) support (#222) 2018-11-09 15:11:38 +01:00
David
cae5137bf1 Add Megacoin (MEC) support (#223) 2018-11-09 15:11:26 +01:00