mangrovedao/mangrove.js

`LiquidityProvider`'s `newBid/Ask` event listener does not work

jkrivine opened this issue · 1 comments

Describe the bug
Using the API to post an offer works but the event filter is never satisified.

To Reproduce

  1. lp = await mgv.liquidityProvider(market)
  2. await lp.newAsk({volume: 1, price: 2500, fund:0.1})

succeeds but outputs "Uncaught { revert: false, exception: 'tx mined but filter never returned true' }" although the ask was indeed posted to Mangrove.

@jkrivine This seems to be related to #556. Is this still relevant?