mangrove.js
mangrove.js copied to clipboard
`new[Ask|Bid]` produces an error when `newOffer` fails on Mangrove
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.