`new[Ask|Bid]` produces an error when `newOffer` fails on Mangrove
jkrivine opened this issue · 1 comments
jkrivine commented
Describe the bug
newAsk/Bid
does not forward Mangrove's error when newOffer fails on Mangrove. Instead it returns:
Uncaught { revert: false, exception: 'tx mined but filter never returned true' }
I suspects this is likely to happen on all API function that await for a specific event emitted by Mangrove.
peterMangrove commented
@jkrivine I can't find this error in our codebase anymore. Do you agree that this issue is no longer relevant?