Skip to content
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

Load OpenOrders and UnsettledFunds for expired markets #701

Open
tomjohn1028 opened this issue Nov 3, 2021 · 1 comment
Open

Load OpenOrders and UnsettledFunds for expired markets #701

tomjohn1028 opened this issue Nov 3, 2021 · 1 comment

Comments

@tomjohn1028
Copy link
Collaborator

tomjohn1028 commented Nov 3, 2021

Right now users with OpenOrders or UnsettledFunds (i.e. even when their open orders get pruned) cannot get their assets back to their wallet

@tomjohn1028 tomjohn1028 added bug Something isn't working priority 1 Top Priority labels Nov 3, 2021
@jasonchitla jasonchitla added markets-package and removed bug Something isn't working priority 1 Top Priority labels Nov 3, 2021
@jasonchitla
Copy link
Contributor

jasonchitla commented Nov 3, 2021

this is caused when the market is not in the market meta package then the open orders wont show. so this is not a production issue since we do not remove expired markets from the market meta package.

you can see why this is happening from this snippet inside SerumOpenOrdersContext, that marketsBySerumKey is the market-meta data:
image

we will keep this in the back of our minds when we get @Taylor123 changes in (exile market meta package).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants