steem-python
steem-python copied to clipboard
The official Python (3) library for the Steem Blockchain.
### Version of Python you are running ### 3.6.5 ### Version of steem-python you are running ### 1.0.0. ### Steps to reproduce ### `steempy set nodes [Node that doesn't respond]`...
### Version of Python you are running ### 3.6 ### Version of steem-python you are running ### steem==1.0.2 ### Expected Behavior ### UnboundLocalError: local variable 'error' referenced before assignment ###...
how to send a post to steemit with steempy? steempy .....
using keychain extension, we get a signed message. how can i find out if signed_message belongs to the given account, so i can verify it's really that user?
``` scrypt-1.2.0/libcperciva/crypto/crypto_aes.c:6:10: fatal error: 'openssl/aes.h' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ``` This is *technically* an scrypt issue, but we...
### Version of Python you are running ### 3.6.8 ### Version of steem-python you are running ### no idea (how can I tell?) ### Expected Behavior ### I expected some...
if you don't provide tags, json_metadata, community or category, some RPC nodes will fail on RCP permlink too short error!
If no tags=[] or category is especified the RPC node returns: ``` http_client.py", line 278, in call raise RPCError(detail) steembase.exceptions.RPCError: assert_exception from xxx.xxx.xxx.xxx (Assert Exception:permlink.size() > STEEM_MIN_PERMLINK_LENGTH && permlink.size() <...
`operations.py` https://github.com/steemit/steem-python/pull/282 The asset_precision DICT should take the chain and assets from `/steembase/chains.py` and not be statically linked to the asset names? Left a comment in the file as i...
The current state only evaluates for the 3 main assets for private chains this blocks operations. check `/steembase/chains.py` ``` from chain import know_chains Iterate ASSETS ``` I tried to fetch...