Open ghost opened 5 years ago
I'm confident arby/hedgy will need this.
Pls provide estimate for this task.
I'm confident arby/hedgy will need this.
I've worked around it by subscribing to all swaps and matching the order ID on hedgy/arby's side.
Moved this to next milestone since @erkarl worked around it @sangaman . Added estimation @engwarrior
The optional
--stream
parameter for placing the order is only working as a taker.After looking at the codebase it is not trivial to fix because of the mechanics of the flow of
onUpdate
callback: https://github.com/ExchangeUnion/xud/blob/master/lib/orderbook/OrderBook.ts#L524The current workaround is to subscribe to events from all orders instead.