diff --git a/.travis.yml b/.travis.yml index 361471166..d9cbb6ef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/defs/support.json b/defs/support.json index 7479c282f..28d1e204e 100644 --- a/defs/support.json +++ b/defs/support.json @@ -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",