-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add missing statuses to transaction details #340
Conversation
L2B-998 Show full history in Perpetual Forced Withdrawal page
Make sure to display statuses like "Sent" (when initiated on our explorer) and all other possible states. L2B-996 Display full history in Forced Buy/Sell Details page
Currently we only display two final phases (Mined 4/5 and Included 5/5). Display all previous and all possible statuses. This will require fetching data from multiple DB tables. In cases where the offer was initiated by our explorer, we must display "Sent" status as well. You can consult the legacy explorer on how this can be fetched and displayed. Notes
|
56250ab
to
1bc3efd
Compare
1bc3efd
to
3c81252
Compare
3dc5647
to
4596ad6
Compare
8e9541d
to
8486eec
Compare
Resolves L2B-998, L2B-996
This PR aims to implement correct logic for displaying transactions and resolve all TODOs in TransactionController.
Please pay special attention to this and this commit as it may break offers.