mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 18:02:35 +00:00
add missing support info
This commit is contained in:
parent
19f1e3f008
commit
97655c70e7
@ -24,7 +24,7 @@ script:
|
|||||||
- jsonlint defs/*.json
|
- jsonlint defs/*.json
|
||||||
- jsonlint defs/*/*.json
|
- jsonlint defs/*/*.json
|
||||||
- python tools/cointool.py check
|
- python tools/cointool.py check
|
||||||
- python tools/support.py check --ignore-tokens --ignore-missing
|
- python tools/support.py check --ignore-tokens
|
||||||
- python protob/graph.py protob/*.proto
|
- python protob/graph.py protob/*.proto
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"connect": {
|
"connect": {
|
||||||
"supported": {
|
"supported": {
|
||||||
"bitcoin:ACM": true,
|
|
||||||
"bitcoin:BCH": true,
|
"bitcoin:BCH": true,
|
||||||
"bitcoin:BTC": true,
|
"bitcoin:BTC": true,
|
||||||
"bitcoin:BTG": true,
|
"bitcoin:BTG": true,
|
||||||
"bitcoin:CPC": true,
|
|
||||||
"bitcoin:DASH": true,
|
"bitcoin:DASH": true,
|
||||||
"bitcoin:DOGE": true,
|
"bitcoin:DOGE": true,
|
||||||
"bitcoin:LTC": true,
|
"bitcoin:LTC": true,
|
||||||
@ -53,8 +51,10 @@
|
|||||||
"supported": {
|
"supported": {
|
||||||
"bitcoin:ACM": "soon",
|
"bitcoin:ACM": "soon",
|
||||||
"bitcoin:BCH": "1.6.2",
|
"bitcoin:BCH": "1.6.2",
|
||||||
|
"bitcoin:BSD": "soon",
|
||||||
"bitcoin:BTC": "1.5.2",
|
"bitcoin:BTC": "1.5.2",
|
||||||
"bitcoin:BTCP": "1.6.2",
|
"bitcoin:BTCP": "1.6.2",
|
||||||
|
"bitcoin:BTDX": "soon",
|
||||||
"bitcoin:BTG": "1.6.2",
|
"bitcoin:BTG": "1.6.2",
|
||||||
"bitcoin:BTX": "1.7.1",
|
"bitcoin:BTX": "1.7.1",
|
||||||
"bitcoin:CPC": "soon",
|
"bitcoin:CPC": "soon",
|
||||||
@ -71,6 +71,7 @@
|
|||||||
"bitcoin:KOTO": "1.7.1",
|
"bitcoin:KOTO": "1.7.1",
|
||||||
"bitcoin:LTC": "1.5.2",
|
"bitcoin:LTC": "1.5.2",
|
||||||
"bitcoin:MONA": "1.6.0",
|
"bitcoin:MONA": "1.6.0",
|
||||||
|
"bitcoin:MEC": "soon",
|
||||||
"bitcoin:MUE": "1.7.1",
|
"bitcoin:MUE": "1.7.1",
|
||||||
"bitcoin:NMC": "1.5.2",
|
"bitcoin:NMC": "1.5.2",
|
||||||
"bitcoin:PTC": "1.7.1",
|
"bitcoin:PTC": "1.7.1",
|
||||||
@ -967,8 +968,10 @@
|
|||||||
"supported": {
|
"supported": {
|
||||||
"bitcoin:ACM": "soon",
|
"bitcoin:ACM": "soon",
|
||||||
"bitcoin:BCH": "2.0.7",
|
"bitcoin:BCH": "2.0.7",
|
||||||
|
"bitcoin:BSD": "soon",
|
||||||
"bitcoin:BTC": "2.0.5",
|
"bitcoin:BTC": "2.0.5",
|
||||||
"bitcoin:BTCP": "2.0.7",
|
"bitcoin:BTCP": "2.0.7",
|
||||||
|
"bitcoin:BTDX": "soon",
|
||||||
"bitcoin:BTG": "2.0.7",
|
"bitcoin:BTG": "2.0.7",
|
||||||
"bitcoin:BTX": "2.0.8",
|
"bitcoin:BTX": "2.0.8",
|
||||||
"bitcoin:CPC": "soon",
|
"bitcoin:CPC": "soon",
|
||||||
@ -985,6 +988,7 @@
|
|||||||
"bitcoin:KOTO": "2.0.8",
|
"bitcoin:KOTO": "2.0.8",
|
||||||
"bitcoin:LTC": "2.0.5",
|
"bitcoin:LTC": "2.0.5",
|
||||||
"bitcoin:MONA": "2.0.5",
|
"bitcoin:MONA": "2.0.5",
|
||||||
|
"bitcoin:MEC": "soon",
|
||||||
"bitcoin:MUE": "2.0.8",
|
"bitcoin:MUE": "2.0.8",
|
||||||
"bitcoin:NMC": "2.0.5",
|
"bitcoin:NMC": "2.0.5",
|
||||||
"bitcoin:PTC": "2.0.8",
|
"bitcoin:PTC": "2.0.8",
|
||||||
|
Loading…
Reference in New Issue
Block a user