add missing support info

pull/41/head
Pavol Rusnak 6 years ago
parent 19f1e3f008
commit 97655c70e7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -24,7 +24,7 @@ script:
- jsonlint defs/*.json
- jsonlint defs/*/*.json
- 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
notifications:

@ -1,11 +1,9 @@
{
"connect": {
"supported": {
"bitcoin:ACM": true,
"bitcoin:BCH": true,
"bitcoin:BTC": true,
"bitcoin:BTG": true,
"bitcoin:CPC": true,
"bitcoin:DASH": true,
"bitcoin:DOGE": true,
"bitcoin:LTC": true,
@ -53,8 +51,10 @@
"supported": {
"bitcoin:ACM": "soon",
"bitcoin:BCH": "1.6.2",
"bitcoin:BSD": "soon",
"bitcoin:BTC": "1.5.2",
"bitcoin:BTCP": "1.6.2",
"bitcoin:BTDX": "soon",
"bitcoin:BTG": "1.6.2",
"bitcoin:BTX": "1.7.1",
"bitcoin:CPC": "soon",
@ -71,6 +71,7 @@
"bitcoin:KOTO": "1.7.1",
"bitcoin:LTC": "1.5.2",
"bitcoin:MONA": "1.6.0",
"bitcoin:MEC": "soon",
"bitcoin:MUE": "1.7.1",
"bitcoin:NMC": "1.5.2",
"bitcoin:PTC": "1.7.1",
@ -967,8 +968,10 @@
"supported": {
"bitcoin:ACM": "soon",
"bitcoin:BCH": "2.0.7",
"bitcoin:BSD": "soon",
"bitcoin:BTC": "2.0.5",
"bitcoin:BTCP": "2.0.7",
"bitcoin:BTDX": "soon",
"bitcoin:BTG": "2.0.7",
"bitcoin:BTX": "2.0.8",
"bitcoin:CPC": "soon",
@ -985,6 +988,7 @@
"bitcoin:KOTO": "2.0.8",
"bitcoin:LTC": "2.0.5",
"bitcoin:MONA": "2.0.5",
"bitcoin:MEC": "soon",
"bitcoin:MUE": "2.0.8",
"bitcoin:NMC": "2.0.5",
"bitcoin:PTC": "2.0.8",

Loading…
Cancel
Save