steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

The official Python (3) library for the Steem Blockchain.

Results 91 steem-python issues
Sort by recently updated
recently updated
newest added

When I add a my own node (e.g. `127.0.0.1:8090`) it gives the following error ``` Bad Cast:Invalid cast from type 'array_type' to Object ```

bug

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 - [x] #180...

`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...

`Post.export()` returns tags in a set. Sets can't be stored in mongo db and need to be converted to lists (which is how they were stored in the past). According...

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...

3
spike

todo: https://github.com/steemit/steem-js/pull/161/files

add support to run tests against dev and staging.

Fix dev-requirements.txt to be up to date.

default nodes in steempy are not working and when you try to stream with custom nodes it's not working. here is my list: ``` rpc.steemviz.com https://steemd.steemitstage.com http://steemd.pevo.science https://api.steemit.com ```

[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...