1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
Commit Graph

646 Commits

Author SHA1 Message Date
matejcik
467b41efda defs/tools: rename "coins" to "bitcoin" 2018-08-24 17:01:44 +02:00
Michael Ira Krufky
9dd7a1d4ed Add support for AtheiosChain (ATH) (#195) 2018-08-24 16:22:29 +02:00
matejcik
a903b996c8 support: fix bug in support.py show 2018-08-24 15:29:48 +02:00
matejcik
a01b92339d Merge branch 'master' into matejcik/coin-defs 2018-08-24 15:25:01 +02:00
matejcik
15a971764a support: finish support.py release flow 2018-08-24 15:21:11 +02:00
matejcik
0abfb6cd91 coin_info: tweak API for less repetition 2018-08-24 15:20:25 +02:00
matejcik
98c2fdc6df cointool: improve and document some more intricate parts of checks 2018-08-23 19:32:28 +02:00
matejcik
f152ca9b79 cointool: check non-uniform keys (e.g. someone adding a "description"
field to the defs json)
2018-08-23 19:09:54 +02:00
matejcik
4dbfc220b4 cointool: explain and improve address collision check 2018-08-23 19:09:35 +02:00
matejcik
1a01c5d686 travis: run new checks 2018-08-23 18:34:07 +02:00
matejcik
70d1ae268d support: move some responsibility away from support.py check 2018-08-23 18:10:06 +02:00
Sotiris Blad
f30131b8db Update monetaryunit.json (#194) 2018-08-23 17:57:28 +02:00
matejcik
e070b22aa3 coins_details: update tool, overrides, generated files and upstream
token source
2018-08-23 17:54:27 +02:00
matejcik
a3240380c6 tools: ERC20 duplicate management 2018-08-23 17:32:50 +02:00
matejcik
5ad2eb74a0 coin_info: shuffle knowledge about duplicates, validation
and support information
2018-08-23 13:05:41 +02:00
matejcik
11c0404bfa coins_details: refresh market caps, rename VET->VEN 2018-08-23 12:56:27 +02:00
matejcik
a00bac9584 support: drop "new-style" support data (superseded by original-style) 2018-08-22 15:33:26 +02:00
matejcik
2c564a74f4 support: up-to-date support info 2018-08-22 15:30:01 +02:00
Tomas Susanka
3167bd63e3 stellar: get public key removed 2018-08-21 14:29:40 +02:00
Tomas Susanka
13747474c1 cardano: SignTransaction -> SignTx to match other coins 2018-08-21 14:11:56 +02:00
Tomas Susanka
debd6871d6 cardano: SignedTransaction -> SignedTx to match other coins 2018-08-21 11:57:08 +02:00
Tomas Susanka
564310d34d protob: cardano's GetPublicKey has show_display arg
updates https://github.com/trezor/trezor-core/issues/324
2018-08-20 15:49:53 +02:00
matejcik
1fd1db2477 defs: add after-merge coins 2018-08-15 19:36:43 +02:00
matejcik
1f6a15430c Merge branch 'master' into matejcik/coin-defs 2018-08-15 19:28:52 +02:00
WO
69acf51075 Enable Koto (#189) 2018-08-15 19:28:51 +02:00
matejcik
5fcbe5135e defs: move Electrum URLs to override json 2018-08-15 19:28:00 +02:00
matejcik
0d1846d68a defs: unsupport recently added Eth chains 2018-08-15 19:27:25 +02:00
matejcik
a11edef98a defs: convert support.json to a format with all the tokens 2018-08-15 19:25:27 +02:00
matejcik
4726d3259e tools: update coin_info to new support method and duplicate checking 2018-08-15 19:24:23 +02:00
matejcik
6cbc2a94ee tools: add better duplicate checking 2018-08-15 19:20:15 +02:00
matejcik
81513f47b6 tools: rewrite support.py 2018-08-15 19:00:42 +02:00
matejcik
a090388c5f tools: rename coin_gen.py to cointool.py 2018-08-15 18:46:00 +02:00
matejcik
962178fbeb tools/coin_info.py: use f-strings where appropriate 2018-08-15 17:36:24 +02:00
matejcik
f64a090517 tools: update coin_gen.py to new support format 2018-08-15 17:34:20 +02:00
matejcik
3cfca58c6a tools: drop support check from coin_gen, moved to support.py 2018-08-15 17:34:04 +02:00
matejcik
7ab69b18cd tools: support Black-compatible repr format 2018-08-15 17:33:33 +02:00
matejcik
59063e0cc2 defs: change symbols for Ethereum testnets 2018-08-15 17:30:39 +02:00
Pavol Rusnak
21b3cd4352
protob: fix whitespace and order in messages-monero.proto 2018-08-15 11:44:43 +02:00
Dušan Klinec
1ef050fb15 xmr: protob protocol improvements (#192)
- uses protobuff messages only for the transaction construction data - forward compatible. Not stable on Monero side, serialization format of the cryptonote serialization could be changed in the future (new fields), CN serialization does not support versioning, thus it is not forward compatible.
- MoneroTransactionDestinationEntry, MoneroTransactionSourceEntry have to be defined in the root level as they are used in various protocol messages
2018-08-15 11:39:06 +02:00
Michael Ira Krufky
3765399d9d eth: Add Pirl support (#193) 2018-08-15 11:29:29 +02:00
Pavol Rusnak
d3989c68d6
protob: fix whitespace in Ontology messages 2018-08-14 20:59:00 +02:00
Pavol Rusnak
a6a53441f5
protob: fix Ontology message ids (closes #191) 2018-08-14 20:53:02 +02:00
Pavol Rusnak
390b0272e8
protob: reorder Ontology messages/fields 2018-08-14 15:25:42 +02:00
Matus Zamborsky
18739987ee protob: Add Ontology support (#184) 2018-08-14 15:23:07 +02:00
Adrián Matejov
13f2f0042d tezos: field updates and added reveal operation (#170)
Signed-off-by: Adrian Matejov <adrian.matejov@simplestaking.com>
2018-08-13 17:45:36 +02:00
Karel Bílek
b0059adf3f Lowering dash minfee (#190) 2018-08-13 17:01:23 +02:00
matejcik
8d1400cbd6 ignore .vscode project dir 2018-08-07 13:03:51 +02:00
matejcik
25a706f042 tools: coin_gen can render into a given filename
before, it could only render from `foo.bar.mako` to `foo.bar`
2018-08-07 13:00:30 +02:00
Michael Ira Krufky
b6232410a8 eth: add Ether-1 (ETHO) 2018-08-06 16:22:25 +02:00
脇山P
2e0aaf5cff add monacoin's blockbook (#187) 2018-08-06 12:32:34 +02:00