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

release 0.22.3

parent b1c67951
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
Changelog
=========
0.22.2
0.22.3
------
* Add two new hive api nodes
......
......@@ -317,6 +317,22 @@ class NodeList(list):
"owner": "steemit",
"hive": False,
"score": 5
},
{
"url": "https://api.hivekings.com",
"version": "0.23.0",
"type": "appbase",
"owner": "drakos",
"hive": True,
"score": 50
},
{
"url": "https://api.hive.blog",
"version": "0.23.0",
"type": "appbase",
"owner": "hive",
"hive": True,
"score": 20
}]
super(NodeList, self).__init__(nodes)
......@@ -408,7 +424,7 @@ class NodeList(list):
new_nodes.append(new_node)
super(NodeList, self).__init__(new_nodes)
def get_nodes(self, hive=True, exclude_limited=False, dev=False, testnet=False, testnetdev=False, wss=True, https=True, not_working=False, normal=True, appbase=True):
def get_nodes(self, hive=False, exclude_limited=False, dev=False, testnet=False, testnetdev=False, wss=True, https=True, not_working=False, normal=True, appbase=True):
""" Returns nodes as list
:param bool hive: When True, only HIVE nodes will be returned
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.1'
version = '0.22.2'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.1'
version = '0.22.2'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.1'
version = '0.22.2'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.1'
version = '0.22.2'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.22.2'
VERSION = '0.22.3'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
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