Skip to content
Snippets Groups Projects
Commit f24a20b6 authored by Holger's avatar Holger
Browse files

Update node list

parent 5ddfbfb3
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
...@@ -55,28 +55,36 @@ class NodeList(list): ...@@ -55,28 +55,36 @@ class NodeList(list):
"score": 20 "score": 20
}, },
{ {
"url": "wss://steemd.privex.io", "url": "https://api.steemdb.online",
"version": "0.20.2", "version": "0.23.0",
"type": "appbase", "type": "appbase",
"owner": "privex", "owner": "steem_supporter",
"hive": False, "hive": False,
"score": -10 "score": 20
}, },
{ {
"url": "https://anyx.io", "url": "https://api.steem.buzz",
"version": "0.23.0", "version": "0.23.0",
"type": "appbase", "type": "appbase",
"owner": "anyx", "owner": "ericet",
"hive": True, "hive": False,
"score": 50 "score": 20
},
{
"url": "https://api.steem.buzz",
"version": "0.23.0",
"type": "appbase",
"owner": "ericet",
"hive": False,
"score": 20
}, },
{ {
"url": "http://anyx.io", "url": "https://anyx.io",
"version": "0.23.0", "version": "0.23.0",
"type": "appbase", "type": "appbase",
"owner": "anyx", "owner": "anyx",
"hive": True, "hive": True,
"score": 20 "score": 50
}, },
{ {
"url": "https://hive-test-beeabode.roelandp.nl", "url": "https://hive-test-beeabode.roelandp.nl",
...@@ -120,17 +128,17 @@ class NodeList(list): ...@@ -120,17 +128,17 @@ class NodeList(list):
}, },
{ {
"url": "https://steem.61bts.com", "url": "https://steem.61bts.com",
"version": "0.22.5", "version": "0.23.0",
"type": "appbase", "type": "appbase",
"owner": "", "owner": "ety001",
"hive": False, "hive": False,
"score": 10 "score": 10
}, },
{ {
"url": "https://steem.bts.tw", "url": "https://cn.steems.top",
"version": "0.22.5", "version": "0.22.5",
"type": "appbase", "type": "appbase",
"owner": "", "owner": "maiyude",
"hive": False, "hive": False,
"score": 10 "score": 10
}, },
......
...@@ -20,7 +20,7 @@ class Testcases(unittest.TestCase): ...@@ -20,7 +20,7 @@ class Testcases(unittest.TestCase):
def test_get_nodes(self): def test_get_nodes(self):
nodelist = NodeList() nodelist = NodeList()
all_nodes = nodelist.get_nodes(exclude_limited=False, dev=True, testnet=True, testnetdev=True) all_nodes = nodelist.get_nodes(exclude_limited=False, dev=True, testnet=True, testnetdev=True)
self.assertEqual(len(nodelist) - 18, len(all_nodes)) self.assertEqual(len(nodelist) - 16, len(all_nodes))
https_nodes = nodelist.get_nodes(wss=False) https_nodes = nodelist.get_nodes(wss=False)
self.assertEqual(https_nodes[0][:5], 'https') self.assertEqual(https_nodes[0][:5], 'https')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment