-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(twap): display order group in history tab #2948
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @shoom3301 , awesome!
Just some questions/nitpicks:
- Maybe we should not show 'Expires' time to a Filled/Cancelled orders?
- I tested the case when a part expired due to no balance, then returned the balance back. The next part was successfully executed, but Progress bar was not updated. When I refreshed the page, the bar was updated
LMK please if I need to create separate issue on any of these cases.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
Summary
Fixes #2941
Now twap order always displays as a group with all parts inside.
Only when all parts are completed (canceled/expired/filled) then the whole twap order moves to the history.