bitshares / uptick

Python-based CLI tool set for BitShares blockchain
MIT License
42 stars 27 forks source link

Unable to supply asset parameters using newfeed command #7

Closed ryanRfox closed 7 years ago

ryanRfox commented 7 years ago

The uptick newfeed command relies on the python-bitshares publish_price_feed function. Currently uptick does not allow asset parameters to be set, nor sent to the publish_price_feed. CER, MSSR and MCR are currently hard coded within python-bitshares. This presents an opportunity to allow these parameters to be supplied dynamically.

uptick/feed.py def newfeed(ctx, symbol, price, market, account):

bitshares/bitshares.py [...] cer=None, mssr=110, mcr=200, [...]