-
Notifications
You must be signed in to change notification settings - Fork 8
Fix order search in different networks #132
Conversation
|
Pull Request Test Coverage Report for Build 2538512083Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
@elena-zh re-posting here your feedback from #130 (comment)
|
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.
LGTM 👍
It does not work for me! When I search on GC the tx It's a valid order on mainnet |
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 @ramirotw , I can't load a TX details page when I search for Rinkeby transaction in Ethereum. See the video: https://watch.screencastify.com/v/DRq2z7sKeGORMI8qYDeT
Refreshing the page helps, though.
Could you please take a look at it?
Here were my steps:
- Open user details in Rinkeby
- Copy an order ID from the list
- Open Home page in Ethereum
- Search for a copied order ID
This was caused by the hook that fetches the tokens. The tokens fetch was triggered while still on the mainnet and set a loading flag to true, but when on rinkeby it didn't re-run, so it stayed on loading indefinitely. |
Hey @ramirotw !
Besides, I have found a strange issue with orders list pagination in this Pr: https://watch.screencastify.com/v/YSoUCU7TRfQcyJ0yElph Thanks! |
Steps to reproduce it:
AR: Tx details page is opened, but amounts are not loaded |
3f190b3
to
a352180
Compare
@elena-zh please re-test |
@ramirotw , order search does not work at all (order from a different network) Transaction search, pagination LGTM! |
A commit didn't apply while rebasing 🤦♂️, my bad sorry |
@ramirotw , changes LGTM now! |
Summary
Close #130
Close #138
To Test