Nathaniel Narvaez
Nathaniel Narvaez
When trying to build the comment-feed example gives this error
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...
```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...
### Type of bug Compatibility issue, Other unexpected behaviour ### `/ess dump all` output https://essentialsx.net/dump.html?id=a1c3e5bc587a4eb7a6f70ad0fd5200e6 ### Error log (if applicable) no ### Bug description Using QuickShop reremake when tax account...
Today unless i am missing something the money taken as Tax is destroyed. It will be nice if the money could be sent to a tax account to allow it...