-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fee=0): classify order types (#3559)
* feat: add getUiOrderType utils fn * feat: use getUiOrderType to filter orders on recent activity * feat: update PendingOrders and SpotPrices updaters to use UiOrderType * feat: use UiOrderType on appziMiddleware * feat: use UiOrderType on UnfillableOrdersUpdater * feat: use UiOrderType on getEstiamtedExecutionPrice * chore: add todo note about analytics type * feat: update OrderRow with UiOrderType * feat: update usePriorityTokenAddresses with uiOrderType * chore: remove unused property picked from Order * refactor: rename const to twapOrders to be in line with its content * chore: memoize array concatenation * refactor: organize imports and remove redundant variables * feat: show progress bar for fee=0 swap orders
- Loading branch information
1 parent
3d6dc3d
commit a2f8def
Showing
17 changed files
with
169 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.