steem-python
steem-python copied to clipboard
The official Python (3) library for the Steem Blockchain.
Currently, if a private key can't be found in the wallet, there is no way to enter it manually. This isn't good if one wants to use the key just...
```Account('banca') Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/steem/account.py", line 34, in __init__ self.refresh() File "/usr/local/lib/python3.6/site-packages/steem/account.py", line 37, in refresh account = self.steemd.get_account(self.name) File "/usr/local/lib/python3.6/site-packages/steem/steemd.py", line...
### Version of Python you are running ### 3.5 ### Version of steem-python you are running ### 1.1 ### Expected Behavior ### Normal Steem Price ### Actual Behavior ### `get_current_median_history_price()["base"]`...
we use `pycrypto` for aes encryption, but we should use `cryptography` instead for following reasons: - `pycrypto` is dead project with last commit in 2014 - multiple outstanding exploits (CVE-2013-7459)[https://www.cvedetails.com/cve/CVE-2013-7459/],(CVE-2018-6594)[https://www.cvedetails.com/cve/CVE-2018-6594/)
``` def curation_reward_pct(self): """ If post is less than 30 minutes old, it will incur a curation reward penalty. """ reward = (self.time_elapsed().seconds / 1800) * 100 if reward >...
Currently editing the json_metadata of a post actually publish again the entire post. Setting the `newbody` variable to something like `"@@ -0 +0 @@"`, seems to work and avoid the...
### Version of Python you are running ### Tried with 3.6.4 and 3.6.5 on macOS 10.13.5 ### Version of steem-python you are running ### ``` steempy --version steempy 1.0.1 ```...
### Version of Python you are running ### 2.7.12 ### Version of steem-python you are running ### Latest ### Expected Behavior ### To be able to use the new `witness_set_properties`...
### Version of Python you are running ### 3.5.2 ### Version of steem-python you are running ### 1.0.1 ### Expected Behavior ### After upgrade from older steem-python, `steempy` should use...