You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Right now, the relay does not retrieve the partially filled value of each order on the orderbook. This is necessary to the UX to not display the full amount on the orderbook or to show to the user that they have less balance locked on the order, as the order was already filled.
Three approaches can be done here to help solve this:
Add the partial value on the meta object of signed orders using orderWatcher
Create an endpoint that retrieves the partially filled order values, this helps to create an endpoint for market history
Create a Post endpoint where we post the order that was filled from frontend, and then it calls orderWatcher for that specific order hash.
The text was updated successfully, but these errors were encountered:
Right now, the relay does not retrieve the partially filled value of each order on the orderbook. This is necessary to the UX to not display the full amount on the orderbook or to show to the user that they have less balance locked on the order, as the order was already filled.
Three approaches can be done here to help solve this:
The text was updated successfully, but these errors were encountered: