feat(limit-order): revamp limit order flows#3203
Merged
Merged
Conversation
Remove the obsolete rate invert state from the limit order create flow and keep the selected price info helper tied to the sell-rate view.
Add fill-order confirmation and processing modals, wire order book take actions, and type the limit-order API calls used by create, cancel, and fill flows.
Add wrap-aware processing steps for create and fill orders, refresh limit order state after order actions, and document QA scenarios.
Relocate LimitOrder under components/LimitOrder and update consumers to use the new import path.
Split create-order warnings between form and confirm modal so wrap guidance remains visible only during review.
Auto Deploy Pull RequestNotes:
|
Keep native create orders funded by native balance only and wrap the full input amount. Remove fill-order auto-wrap and align order book display with wrapped assets.
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
tienkane
approved these changes
Jun 29, 2026
Auto Deploy Pull RequestClean up resources have been completed! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
components/LimitOrder, removing the oldswapv2/LimitOrderimplementation and reorganizing create, take/fill, cancel, order book, My Orders, processing, and shared order UI.