steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Create Node class to lay groundwork for better node handling. #220

Open cyon1c opened 6 years ago

cyon1c commented 6 years ago

Nodes should hold a little more information outside of uri - ie, status, prefix, version, etc. (Dynamic Global Properties + some extra stuff). This will allow us to start building a more intelligent node handling framework within steem-python.

This is part of the attempt to remove the SQL Config from steem-python. Reference issue #216 .

bobinson commented 6 years ago

When you say "more intelligent node handling" does that also means handling scenario which are down / unrechable ?

cyon1c commented 6 years ago

We haven't devised a spec yet for this, but that is certainly part of the intended enhancements.