-
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
ui: 0-qty market order(s) lurking in order book #2259
Comments
norwnd
changed the title
ui: 0-qty market order lurking in order book
ui: 0-qty market order(s) lurking in order book
Mar 27, 2023
It's not actually a zero-quantity market order. We combine the value of all market orders into that row, which should be hidden if the value is zero, but obviously have a bug. |
This one is due to cancel orders, unlike the depth chart issues you solved in #1543 @buck54321 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Saw 0-qty market order show up in order book (on master mainnet, view-only mode = without creating account). It disappears and reappears (the amount of orders it consists of changes from time to time, could be just 1 or could be 5 for example, qty stays at 0 though) after page refresh or navigating from/to
/markets
page:0-qty-market-order-in-the-book.webm
I tried to shake it off restarting dexc 2-3 times, it didn't help (ghost orders are still there) which suggests the server is either fully responsible or heavily contributing (e.g. order book gets corrupted when client fetches it from server) to this issue.
Full log: 0-qty-market-order.txt. No errors in console, running just 1 dexc instance (no funny stuff with 2 instances interfering with each other).
Might have same root cause as #1543, could potentially be resolved (or addressed at least partially) by: norwnd#1 + norwnd#2 + norwnd#4
The text was updated successfully, but these errors were encountered: