elli furedy
elli furedy
### Version of Python you are running ### 2.7 ### Version of steem-python you are running ### 1.0.0 (`master` once PR #234 is merged). ### Expected Behavior ### "STEEM_BLOCK_INTERVAL" should...
Lots of old stale branches. Need to go through and clean up repo. Doneness: Only branches left should be `master`, any open PR's, and any branches with up to date...
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...
Configuration values that are currently stored in `storage.py`. Similar to [hivemind's conf strategy](https://github.com/steemit/hivemind/blob/master/hive/conf.py), we should move these into a combination of command line args and environment variables. Reference - #216...
The SQL config causes more trouble than it's worth and several irritating bugs persist due to it's existence. Refactoring this out should resolve: - [ ] #186 - [ ]...
`steembase/exceptions.py` has the foundations of a meaningful error routing architecture for RPC Errors. We should build this out further and then leverage it inside `http_client.py` to create a more comprehensible...
Create a list of deltas in testing between current approach and, as a baseline for doneness, replicating the tests run on `steem-js`. From there, a further list should be made...
add support to run tests against dev and staging.
Fix dev-requirements.txt to be up to date.
[1](https://circleci.com/gh/steemit/steem-python/173),[2](https://circleci.com/gh/steemit/steem-python/164),[3](https://circleci.com/gh/steemit/steem-python/159),[4](https://circleci.com/gh/steemit/steem-python/157),[5](https://circleci.com/gh/steemit/steem-python/145),[6](https://circleci.com/gh/steemit/steem-python/143),[7](https://circleci.com/gh/steemit/steem-python/118) These appear to be intermittent. My initial thought was that they were a curiosity of the build environment, but am now thinking they are uncovering some corner cases as...