-
Notifications
You must be signed in to change notification settings - Fork 337
Crash due to failed assertion in fill_order #346
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
Comments
|
Sometime between block 134000 and 135000 a margin position was updated
This margin position set the call price to .0052 (non normalized for USD/CORE precision) which is about 10x higher than the normal price. This was allowed at the time because the price feed was off by a factor of 10. Time passes and the feed is corrected. Someone issues a force settle operation, but the force settle price is beyond black swan. This needs to be anticipated and trigger a black swan rather than halt the network. The question remains is should the black swan have occurred between the price feed correction and the force settlement and if so, why didn't it. |
The text was updated successfully, but these errors were encountered: