steem-python
steem-python copied to clipboard
The official Python (3) library for the Steem Blockchain.
The tar.gz file listed in https://pypi.python.org/pypi/steem contains no license file.
`self.config().get("STEEMIT_BLOCK_INTERVAL")` returns `None`. https://github.com/steemit/steem-python/blob/f3db5e3d9bb6d98a8e2286c91b050813f3311dcc/steem/blockchain.py#L81 I guess the reason is because `STEEMIT_BLOCK_INTERVAL` got renamed to `STEEM_BLOCK_INTERVAL`
``` sneak@rabotnik:~$ steempy newaccount --account creatoraccount --fee 6 newaccountname New Account Passphrase: Confirm New Account Passphrase: Passphrase: Traceback (most recent call last): File "/Users/sneak/Library/Homebrew/bin/steempy", line 4, in __import__('pkg_resources').run_script('steem==0.18.9', 'steempy') File...
I started reading the docs, on http://steem.readthedocs.io/ as suggested by `README.md`. That site says: "`steem-python` is the official STEEM library for Python. It comes with a BIP38 encrypted wallet and...
Not an issue, but a query/offer. Would you like to have websockets enabled in the library as well? May I add the code?
``` In [3]: len(list(p.get_replies())) Out[3]: 43 In [4]: len(list(p.get_all_replies())) Out[4]: 0 ```
Rshares and weight are not correctly calculated. The formulas need to be updated to reflect HF19 changes. Functions that need updates: sp_to_rshares rshares_2_weight
The pycrypt package ist deprecated, please use pycryptdome insteat, to get things run on W10 x64 machines
* The option in steem is nodes and not node * The set node has to be set for all steem operation. This can be done be set_shared_steemd_instance(steem)
there are several internal Account()/Post()/Blockchain()/Block()/Converter() instances that use the default shared steemd instance even if a custom steemd instance is given to the constructors of the parent classes.