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.
The
uptick newfeed
command relies on the python-bitsharespublish_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, [...]