Results 15 issues of Jaewoo Cho

from piston.steem import Steem Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/piston/steem.py", line 4, in from steem.steem import ExchangeConfig as ExchangeConfigSteem ImportError: cannot import name 'ExchangeConfig'

On Windows, if I put `i2psam=localhost:7656` and `i2pacceptincoming` in `bitcoin.conf` Bitcoin core should run without errors. But `i2pacceptincoming` leads to an error. I have to put `i2pacceptincoming=1` As documented, default...

Bug
P2P

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

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

At the moment of period 44, `claimAll` costs around $10 since it iterates all days from zero to the present. While $10 is quite big, it is even expected to...

Arbitrary Assets(a.k.a. Stablecoins) are facing enormous regulation issues; KYC and AML. SMT can handle them with Oracle or operator's management when redeem/claim between fiat and a stable-SMT. Referring this sort...

Use case 5 is titled as "Arbitrary Assets - Tokens Representing Real World Assets", which is exactly same notion as stablecoin. For marketing reasons, I am suggesting to change the...

Related to issue #168 , but while the previous issue suggested vertical structure, this suggestion is more like to be horizontal. 1. An operator can set conversion rate of his...

> SMT's have similar vesting (powerup / powerdown) semantics to STEEM. In particular: SMT's can be "powered up" into a vesting balance SMT's in a vesting balance can be "powered...

Given four timepoints with SMT setup, i.e., `generation_begin_time`, `generation_end_time`, `announced_launch_time`, `launch_expiration_time`, I am wondering whether there can be a trick to issue tokens after launch time. More specifically, `announced_launch_time` is...